From 58e8a47c65120ef198a7138548e96cc7e1548ec1 Mon Sep 17 00:00:00 2001 From: Shubhdeep Chhabra Date: Wed, 6 Mar 2024 22:30:54 +0530 Subject: [PATCH 1/3] added comment to add spotlight in Sentry.init for sveltekit server hooks config --- src/sveltekit/templates.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sveltekit/templates.ts b/src/sveltekit/templates.ts index fa818066..f5f8be75 100644 --- a/src/sveltekit/templates.ts +++ b/src/sveltekit/templates.ts @@ -31,6 +31,9 @@ import * as Sentry from '@sentry/sveltekit'; Sentry.init({ dsn: '${dsn}', tracesSampleRate: 1.0, + + // uncomment the line below to enable Spotlight (https://spotlightjs.com) + // spotlight: import.meta.env.DEV, }); // If you have custom handlers, make sure to place them after \`sentryHandle()\` in the \`sequence\` function. From 514387a3dabab389259f95799ec612c1bd2d86b1 Mon Sep 17 00:00:00 2001 From: Shubhdeep Chhabra Date: Thu, 7 Mar 2024 18:47:27 +0530 Subject: [PATCH 2/3] Added changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 535efba7..09b67cda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - Add note about `tunnelRoute` and Next.js middleware incompatibility (#544) +- feat(sveltekit): Added comment to add spotlight in Sentry.init for SvelteKit server hooks config (#546) ## 3.20.5 From 10d01557ad1c8fe8e35967fea6fc3a5bc041c331 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Mon, 11 Mar 2024 10:43:41 +0100 Subject: [PATCH 3/3] reorder changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b67cda..f671f7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ## Unreleased -- Add note about `tunnelRoute` and Next.js middleware incompatibility (#544) -- feat(sveltekit): Added comment to add spotlight in Sentry.init for SvelteKit server hooks config (#546) +- feat(nextjs): Pin installed Next.js SDK version to version 7 (#550) +- feat(nextjs): Added comment to add spotlight in Sentry.init for Next.js server config (#545) +- feat(remix): Add example page (#542) +- feat(sveltekit): Add comment for spotlight in Sentry.init for SvelteKit server hooks config (#546) +- ref(nextjs): Add note about `tunnelRoute` and Next.js middleware incompatibility (#544) +- ref(remix): Remove Vite dev-mode modification step (#543) ## 3.20.5