Releases: getsentry/sentry-wizard
Releases · getsentry/sentry-wizard
5.3.0
5.2.0
- fix(nextjs): Update jsx/tsx snippets (#1015)
- feat(nextjs): deactivate error button when adblocker is detected (#1010)
- feat(remix): deactivate error button when adblocker is detected (#1017)
- feat(sveltekit): deactivate error button when adblocker is detected (#1018)
- feat(nuxt): deactivate error button when adblocker is detected (#1019)
5.1.0
5.0.0
4.9.0
- fix(apple): add support for synchronized Xcode folders (#904)
- feat(react-native): Add Feedback Widget step (#969)
- feat(react-native): More granular error reporting for RN Wizard (#861)
- feat(Mobile): add
sendDefaultPii=true
to Mobile wizards (#981) - fix(apple): Use project-relative path to gitignore file (#982)
4.8.0
- feat: Add Angular Wizard (#767)
- feat(nextjs): Add connectivity check to example page(#951)
- feat(nextjs): Improve error names in example page to better differentiate between frontend and API errors (#944)
- feat(nuxt): Add connectivity check to example page (#966)
- feat(remix): Add connectivity check to example page(#967)
- feat(sveltekit): Add connectivity check to example page (#972)
- fix(remix): Linting issues in generated client init code (#949)
- fix(sveltekit): Move example page from sentry-example to sentry-example-page( #973)
4.7.0
- feat: Add
deno
as a package manager (#905) - feat(nextjs): Add
onRouterTransitionStart
to client instrumentation template (#938) - feat(cocoa): Update snippets to use new UI Profiling configureation (#933)
- fix(react-native): Handles xcode build phase patching failure (#866)
- feat(react-native): Add a Session Replay step (#915)
4.6.0
- feat(nextjs): Switch to injecting
instrumentation-client.ts
(#918) - feat(remix): New Remix example page (#917)
- feat(nuxt): New Nuxt example page (#916)
- feat(sveltekit): New Sveltekit example page (#913)
- feat(nextjs): New NextJS example page (#899)
- feat(telemetry): Add
is_binary
tag to distinguish fossilized binaries (#857) - fix(utils): Bail package manager detection if multiple candidates are detected (#864)
- fix(nextjs): Create root layout for example page if it doesn't exist(#863)
- ref(utils): Unify
getPackageManger
anddetectPackageManager
(#865) - feat: add option to ignore git changes (#898)
- fix(apple): Add additional types to
xcode.d.ts
(#900) - fix: enable debug logs for option
--debug
(#902)