diff --git a/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx b/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx index 22ba2d3cf36b77..c0321cdb4b5e7c 100644 --- a/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx +++ b/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx @@ -4,10 +4,12 @@ Distributed tracing will be set up automatically if: - You've Set Up Tracing, or - You're using one of the SDKs that include tracing propagation out of the box: + - `@sentry/astro` - `@sentry/nextjs` - - `@sentry/sveltekit` + - `@sentry/nuxt` - `@sentry/remix` - - `@sentry/astro` + - `@sentry/solidstart` + - `@sentry/sveltekit` If you are using a different package, and have not enabled tracing, you can manually set up your application for distributed tracing to work.