We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d22b5 commit cf1e01dCopy full SHA for cf1e01d
packages/solidstart/README.md
@@ -145,11 +145,6 @@ JS `ErrorBoundary` component with `Sentry.withSentryErrorBoundary`.
145
import * as Sentry from '@sentry/solidstart';
146
import { ErrorBoundary } from 'solid-js';
147
148
-Sentry.init({
149
- dsn: '__PUBLIC_DSN__',
150
- tracesSampleRate: 1.0, // Capture 100% of the transactions
151
-});
152
-
153
const SentryErrorBoundary = Sentry.withSentryErrorBoundary(ErrorBoundary);
154
155
render(
0 commit comments