fix: use captureException for Sentry verification instead of captureMessage
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -32,5 +32,5 @@ Sentry.init({
|
|||||||
|
|
||||||
// TODO: Remove after verifying Sentry is receiving frontend events
|
// TODO: Remove after verifying Sentry is receiving frontend events
|
||||||
if (import.meta.env.PROD) {
|
if (import.meta.env.PROD) {
|
||||||
Sentry.captureMessage("ResolutionFlow frontend Sentry verification", "info");
|
Sentry.captureException(new Error("ResolutionFlow frontend Sentry verification"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user