Releases: getsentry/sentry-wizard
Releases · getsentry/sentry-wizard
3.22.2
- feat(nextjs): Adjust Next.js wizard for usage with v8 SDK (#567)
3.22.1
- fix(wizard): Handle missing auth token in wizard API endpoint response (#566)
3.22.0
- feat(nextjs): Ask users about tunnelRoute option (#556)
3.21.0
- feat(nextjs): Add comment to add spotlight in Sentry.init for Next.js server config (#545)
- feat(nextjs): Pin installed Next.js SDK version to version 7 (#550)
- 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
- fix: Update
@clack/core
to fix selection error on Windows (#539)
Thanks to @gramliu for contributing!
3.20.4
- ref(remix): Replace
BrowserTracing
with browserTracingIntegration
(#533)
3.20.3
- ref(nextjs): Replace
new Replay()
with replayIntegration
(#532)
- ref(remix): Replace
new Replay()
with replayIntegration
(#532)
- ref(sveltekit): Replace
new Replay()
with replayIntegration
(#532)
3.20.3-beta.0
- ref(wizard): Remove
axios
in favor of node-fetch
(#526)
3.20.2
- ref(wizard): Print error object if wizard endpoint API request failed (#524)
3.20.1
- fix(nextjs): Replace deprecated Sentry API calls in example page templates (#520)
- fix(sveltekit): Replace deprecated Sentry API calls in example page templates (#520)