Releases: getsentry/sentry-wizard
Releases · getsentry/sentry-wizard
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)
3.20.0
- feat(nextjs): Ask for confirmation before creating example page (#515)
- feat(remix): Add instrumentation step for Express server adapters (#504)
- feat(sveltekit): Add instrumentation step for Express server adapters (#516)
- fix(nextjs): Instruct users to restart dev server after setup (#513)
- ref(sveltekit): Improve Outro Message (#514)
3.19.0
- feat(nextjs): Add instructions on how to set auth token in CI (#511)
3.18.1
- fix(nextjs): Fix app folder lookup (#510)
3.18.0
- feat(nextjs): Add instructions on how to add a
global-error
page to Next.js
App Router (#506)
- feat(nextjs): Automatically enable vercel cron monitors (#507)
3.17.0
- feat(reactnative): Use Xcode scripts bundled with Sentry RN SDK (#499)
- feat(reactnative): Make
pod install
step optional (#501)
- feat(remix): Add Vite support (#495)
- feat(reactnative): Add Sentry Metro serializer (#502)
3.16.5
- fix(wizard): Update wizard API data type and issue stream url creation (#500)