Skip to content

6.13.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 02 Jul 08:15

Fixes

  • fix(remix): Use npx @sentry/remix --upload-sourcemaps instead of sentry-upload-sourcemaps to avoid global bin collisions
  • fix(all): Update userInfo data collection to be opt-out by default — generated code now shows // dataCollection: { userInfo: false } commented out instead of dataCollection: { userInfo: true }
  • fix(all): Update dataCollection opt-out hint to include httpBodies
  • fix(all): Use an empty dataCollection object in generated snippets instead of fully commenting it out

Features

  • feat(apple): Add Apple Snapshots wizard for SnapshotPreviews Xcode setup
  • feat(react-router): Use the stabilized instrumentation API (createSentryServerInstrumentation + reactRouterTracingIntegration().clientInstrumentation) instead of the experimental useInstrumentationAPI flag
  • feat(react-router): Use sentryOnError on HydratedRouter instead of mutating root.tsx ErrorBoundary