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
66
66
import * as Sentry from ' @sentry/solidstart' ;
67
67
68
68
Sentry .init ({
69
- dsn
: ' https://[email protected] /4507459091824640 ' ,
69
+ dsn: ' __PUBLIC_DSN__ ' ,
70
70
tracesSampleRate: 1.0 , // Capture 100% of the transactions
71
71
});
72
72
```
@@ -145,11 +145,6 @@ JS `ErrorBoundary` component with `Sentry.withSentryErrorBoundary`.
145
145
import * as Sentry from ' @sentry/solidstart' ;
146
146
import { ErrorBoundary } from ' solid-js' ;
147
147
148
- Sentry .init ({
149
- dsn: ' __PUBLIC_DSN__' ,
150
- tracesSampleRate: 1.0 , // Capture 100% of the transactions
151
- });
152
-
153
148
const SentryErrorBoundary = Sentry .withSentryErrorBoundary (ErrorBoundary);
154
149
155
150
render (
You can’t perform that action at this time.
0 commit comments