chore: remove Sentry verification error from frontend
This commit is contained in:
@@ -29,8 +29,3 @@ Sentry.init({
|
|||||||
replaysSessionSampleRate: import.meta.env.PROD ? 0.01 : 0.0,
|
replaysSessionSampleRate: import.meta.env.PROD ? 0.01 : 0.0,
|
||||||
replaysOnErrorSampleRate: 1.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"));
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user