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 179a9c9 commit f2edd88Copy full SHA for f2edd88
docs/guides/examples/sentry-error-tracking.mdx
@@ -49,6 +49,7 @@ export default defineConfig({
49
},
50
init: async () => {
51
Sentry.init({
52
+ defaultIntegrations: false,
53
// The Data Source Name (DSN) is a unique identifier for your Sentry project.
54
dsn: process.env.SENTRY_DSN,
55
// Update this to match the environment you want to track errors for
0 commit comments