diff --git a/frontend/src/instrument.ts b/frontend/src/instrument.ts index 7fed0cc9..70a3f5db 100644 --- a/frontend/src/instrument.ts +++ b/frontend/src/instrument.ts @@ -32,5 +32,5 @@ Sentry.init({ // TODO: Remove after verifying Sentry is receiving frontend events if (import.meta.env.PROD) { - Sentry.captureMessage("ResolutionFlow frontend Sentry verification", "info"); + Sentry.captureException(new Error("ResolutionFlow frontend Sentry verification")); }