Skip to content

Commit f2edd88

Browse files
committed
Added ‘defaultIntegrations: false’ to the sentry docs
1 parent 179a9c9 commit f2edd88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/guides/examples/sentry-error-tracking.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default defineConfig({
4949
},
5050
init: async () => {
5151
Sentry.init({
52+
defaultIntegrations: false,
5253
// The Data Source Name (DSN) is a unique identifier for your Sentry project.
5354
dsn: process.env.SENTRY_DSN,
5455
// Update this to match the environment you want to track errors for

0 commit comments

Comments
 (0)