You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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