Releases: getsentry/sentry-wizard
Releases · getsentry/sentry-wizard
6.9.0
6.8.1
6.8.0
6.7.0
Features
-
feat: Add wizard for
react-routerframework mode (#1076)This release adds a new wizard setup flow for React Router (framework):
npx @sentry/wizard@latest -i reactRouter
-
feat(nextjs): Add --spotlight support (#1119)
This release adds a new mode for setting up the Sentry SDK in NextJS for Spotlight.
When runningnpx @sentry/wizard@latest -i nextjs --spotlight
the NextJS SDK will be configured to only send its telemetry to Spotlight.
No Sentry account is required to complete this flow.
6.6.1
fix(telemetry): Handle promise rejections during wizard cancellation (#1111)
Work in this release was contributed by @kaanmertkoc. Thank you for your contribution!
6.6.0
- feat(angular): Set
sendDefaultPii: trueby default (#1057) - feat(nextjs): Update turbopack warning (#1089)
- feat(nextjs): Set
sendDefaultPii: trueby default (#1052) - feat(nuxt): Set
sendDefaultPii: trueby default (#1060) - feat(remix): Set
sendDefaultPii: trueby default (#1053) - feat(sveltekit): Set
sendDefaultPii: trueby default (#1055) - fix(apple): Remove
options.debug: truefrom SDK init snippet (#1096) - fix(nextjs): Remove
debug: falseoption from SDK init snippets (#1099) - feat(react-native): Updates the bundle script in React Native to match the one from the docs (#1098)
6.5.0
6.4.0
6.3.0
6.2.0
- feat(cocoa): Add structured logs opt-in option (#1051)
- feat(electron): Show
sendDefaultPii: trueinsideSentry.initexample (#1062) - feat(flutter): Add structured logs opt-in #1050 (#1050)
- fix(nextjs): Prevent double-wrapping of Next.js config (#1058)
- fix(react-native): Add support for metro.config.cjs files (#1064)
- fix(remix): Wrap app with
withSentryindependently fromhasSentryContent(#1061)
Internal Changes
Work in this release was contributed by @outslept. Thank you for your contribution!