From a24f357009a111a51c471cf13e61924411cdffcb Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 15 Jan 2025 21:08:32 +0100 Subject: [PATCH 1/3] 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 --- .../distributed-tracing/custom-instrumentation/javascript.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx b/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx index 22ba2d3cf36b7..fb42a811170b8 100644 --- a/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx +++ b/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx @@ -5,6 +5,7 @@ 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/nextjs` + - `@sentry/nuxt` - `@sentry/sveltekit` - `@sentry/remix` - `@sentry/astro` From cb100dc8c92b36d28902202c5e19b2514258d0de Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Wed, 15 Jan 2025 21:10:38 +0100 Subject: [PATCH 2/3] docs(javascript): sort packages alphabetically As the package list gets longer, it helps to have alphabetic sorting to identify any package of interest. --- .../distributed-tracing/custom-instrumentation/javascript.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx b/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx index fb42a811170b8..d447319719273 100644 --- a/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx +++ b/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx @@ -4,11 +4,11 @@ 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/nuxt` - - `@sentry/sveltekit` - `@sentry/remix` - - `@sentry/astro` + - `@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. From 7a90f38488ac62fb555c1cb99f689723e28a7073 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Sun, 19 Jan 2025 18:09:18 +0100 Subject: [PATCH 3/3] docs(javascript): add solidstart to sdks with tracing propagation Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com> --- .../distributed-tracing/custom-instrumentation/javascript.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx b/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx index d447319719273..c0321cdb4b5e7 100644 --- a/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx +++ b/platform-includes/distributed-tracing/custom-instrumentation/javascript.mdx @@ -8,6 +8,7 @@ Distributed tracing will be set up automatically if: - `@sentry/nextjs` - `@sentry/nuxt` - `@sentry/remix` + - `@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.