Skip to content

Commit cf1e01d

Browse files
committed
Remove unccessary Sentry.init call in ErrorBoundary example
1 parent 30d22b5 commit cf1e01d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/solidstart/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ JS `ErrorBoundary` component with `Sentry.withSentryErrorBoundary`.
145145
import * as Sentry from '@sentry/solidstart';
146146
import { ErrorBoundary } from 'solid-js';
147147

148-
Sentry.init({
149-
dsn: '__PUBLIC_DSN__',
150-
tracesSampleRate: 1.0, // Capture 100% of the transactions
151-
});
152-
153148
const SentryErrorBoundary = Sentry.withSentryErrorBoundary(ErrorBoundary);
154149

155150
render(

0 commit comments

Comments
 (0)