File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Create an instrument file named `instrument.server.mjs` and add your initializat
6666import * as Sentry from ' @sentry/solidstart' ;
6767
6868Sentry .init ({
69- dsn
: ' https://[email protected] /4507459091824640 ' ,
69+ dsn: ' __PUBLIC_DSN__ ' ,
7070 tracesSampleRate: 1.0 , // Capture 100% of the transactions
7171});
7272```
@@ -145,11 +145,6 @@ JS `ErrorBoundary` component with `Sentry.withSentryErrorBoundary`.
145145import * as Sentry from ' @sentry/solidstart' ;
146146import { ErrorBoundary } from ' solid-js' ;
147147
148- Sentry .init ({
149- dsn: ' __PUBLIC_DSN__' ,
150- tracesSampleRate: 1.0 , // Capture 100% of the transactions
151- });
152-
153148const SentryErrorBoundary = Sentry .withSentryErrorBoundary (ErrorBoundary);
154149
155150render (
You can’t perform that action at this time.
0 commit comments