From aba97a8aed7f7e50ec4c7361ed15c1cee197fc8e Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=BC=EF=B8=8F=20SentryErrorBoundary.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SentryErrorBoundary.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/SentryErrorBoundary.ts b/src/components/SentryErrorBoundary.ts index 11bf1fa..d069ce0 100644 --- a/src/components/SentryErrorBoundary.ts +++ b/src/components/SentryErrorBoundary.ts @@ -26,3 +26,4 @@ export class SentryErrorBoundary extends React.Component { return this.props.children } } +