Skip to content

Releases: getsentry/sentry-wizard

5.3.0

08 Jul 11:16
Compare
Choose a tag to compare
  • fix(react-native): Avoid importing isPlainObject from @sentry/utils (#1023)
  • feat(flutter): Add replay configuration option (#1012)

5.2.0

03 Jul 11:20
Compare
Choose a tag to compare
  • 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

02 Jun 14:44
Compare
Choose a tag to compare
  • feat(nextjs): Add template for generateMetadata in App router for next@14 (#1003)
  • feat(sourcemaps): Add Cloudflare Wrangler Tool Flow (#999)

5.0.0

21 May 10:12
Compare
Choose a tag to compare

Breaking changes

  • !remove(react-native): Uninstall command (#983)
  • !remove(react-native): Old SDK versions support, Wizard only supports the latest Sentry RN SDK (#984)

Other changes

  • fix(cordova): Don't fail to build if node isn't found. (#694)
  • ref(cordova): Improved logs with Cordova integration and Sentry-CLI now runs in foregroung. (#694)

4.9.0

06 May 14:00
Compare
Choose a tag to compare
  • 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

23 Apr 08:00
Compare
Choose a tag to compare
  • 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

14 Apr 16:33
Compare
Choose a tag to compare
  • 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

28 Mar 09:16
Compare
Choose a tag to compare
  • 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 and detectPackageManager (#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

18 Mar 11:14
Compare
Choose a tag to compare
  • feat(nextjs): Remove react component annotation prompt and insertion (#858)
  • fix: Prevent addition of multiple sentry:sourcemaps commands (#840)
  • ref(clack-utils): Use child_process spawn instead of exec when to install package (#859)

4.4.0

13 Mar 12:34
Compare
Choose a tag to compare
  • feat(react-native): Adds wrapping root app component with Sentry.wrap (#835)