We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382724f commit ea4cfbcCopy full SHA for ea4cfbc
platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx
@@ -4,10 +4,12 @@ Distributed tracing will be set up automatically if:
4
5
- You've <PlatformLink to="/tracing/">Set Up Tracing</PlatformLink>, or
6
- You're using one of the SDKs that include tracing propagation out of the box:
7
+ - `@sentry/astro`
8
- `@sentry/nextjs`
- - `@sentry/sveltekit`
9
+ - `@sentry/nuxt`
10
- `@sentry/remix`
- - `@sentry/astro`
11
+ - `@sentry/solidstart`
12
+ - `@sentry/sveltekit`
13
14
If you are using a different package, and have not enabled tracing, you can manually set up your application for distributed tracing to work.
15
0 commit comments