chore: remove Sentry verification error from frontend

This commit is contained in:
chihlasm
2026-03-10 10:09:35 -04:00
committed by GitHub

View File

@@ -28,9 +28,4 @@ Sentry.init({
// 1% of normal sessions, 100% of error sessions
replaysSessionSampleRate: import.meta.env.PROD ? 0.01 : 0.0,
replaysOnErrorSampleRate: 1.0,
});
// TODO: Remove after verifying Sentry is receiving frontend events
if (import.meta.env.PROD) {
Sentry.captureException(new Error("ResolutionFlow frontend Sentry verification"));
}
});