Releases: getsentry/sentry-wizard
Releases · getsentry/sentry-wizard
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=trueto 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
denoas a package manager (#905) - feat(nextjs): Add
onRouterTransitionStartto 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_binarytag 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
getPackageMangeranddetectPackageManager(#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)
4.5.0
4.4.0
4.3.0
-
feat: Skip CI prompt if
--coming-fromvercel(#848) -
feat(deps): Bump axios from 1.7.4 to 1.8.2 (#844)
-
feat(sourcemaps): Remove NextJS and Remix flows from sourcemaps wizard (#849)
The NextJS and Remix flows have been removed when running the wizard with
npx @sentry/wizard -i sourcemaps.
Please usenpx @sentry/wizard -i nextjsandnpx @sentry/wizard -i remixinstead. -
ref: Reword Replay feature selection (#847)
-
ref: Fix auth token env variable wording in flutter and apple wizards (#853)
4.2.0
Various fixes & improvements
- feat: add coming-from parameter (#837) by @obostjancic