Skip to content

Commit 099cf7a

Browse files
authored
docs(nuxt): drop duplicate browser tracing integration (#12361)
It appears the browser tracing integration is automatically configured for Nuxt: https://github.com/getsentry/sentry-javascript/blob/e59055092c546274eb3767da56ec32944f14b075/packages/nuxt/src/runtime/plugins/sentry.client.ts#L45 I think it's enough to configure `tracePropagationTargets`, but please correct me if I'm wrong.
1 parent 85272cd commit 099cf7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform-includes/distributed-tracing/how-to-use/javascript.nuxt.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ If you're using the current version of our Nuxt SDK, distributed tracing will wo
33
```javascript {filename:sentry.client.config.(js|ts)}
44
Sentry.init({
55
dsn: "___PUBLIC_DSN___",
6-
integrations: [Sentry.browserTracingIntegration()],
76
tracePropagationTargets: ["https://myproject.org", /^\/api\//],
87
});
98
```

0 commit comments

Comments
 (0)