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
Removes the Sentry SDK (web + mobile + identity-service), the
redux-sentry-middleware, the @sentry/cli release-cut job, and every
call site of reportToSentry / ErrorLevel / Feature.
Most reportToSentry({...}) calls become console.error(...) with the
same context payload. The ErrorReporting model and the sentry +
reportToSentry properties on CommonStoreContext / QueryContext are
deleted. SENTRY_DSN is dropped from web and mobile env + the Env type,
toucan-js is removed from the SSR worker, and the iOS dSYM upload
script, sentry.properties files, and CI sentry-cli steps go too.
verify (tsc + eslint) passes clean for common, web, and mobile after
the SDK and harmony are built locally. The two pre-existing
identity-service tsc errors are unrelated to this change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments