Skip to content

Commit ea4cfbc

Browse files
dargmueslis1gr1d
andauthored
docs(javascript): add nuxt to sdks with tracing propagation (#12362)
* docs(javascript): add nuxt to sdks with tracing propagation This page names Nuxt as including tracing propagation out of the box: https://github.com/getsentry/sentry-docs/blob/ff3127827917913e757ffa9aa0736fb37b42910f/platform-includes/distributed-tracing/how-to-use/javascript.nuxt.mdx?plain=1#L1 * docs(javascript): sort packages alphabetically As the package list gets longer, it helps to have alphabetic sorting to identify any package of interest. * docs(javascript): add solidstart to sdks with tracing propagation Co-authored-by: Sigrid Huemer <[email protected]> --------- Co-authored-by: Sigrid Huemer <[email protected]>
1 parent 382724f commit ea4cfbc

File tree

1 file changed

+4
-2
lines changed
  • platform-includes/distributed-tracing/custom-instrumentation

1 file changed

+4
-2
lines changed

platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ Distributed tracing will be set up automatically if:
44

55
- You've <PlatformLink to="/tracing/">Set Up Tracing</PlatformLink>, or
66
- You're using one of the SDKs that include tracing propagation out of the box:
7+
- `@sentry/astro`
78
- `@sentry/nextjs`
8-
- `@sentry/sveltekit`
9+
- `@sentry/nuxt`
910
- `@sentry/remix`
10-
- `@sentry/astro`
11+
- `@sentry/solidstart`
12+
- `@sentry/sveltekit`
1113

1214
If you are using a different package, and have not enabled tracing, you can manually set up your application for distributed tracing to work.
1315

0 commit comments

Comments
 (0)