🚸 调整完成判断逻辑

This commit is contained in:
BTMuli
2026-01-11 16:36:10 +08:00
parent 16f6289b15
commit bd081e2dee
2 changed files with 11 additions and 5 deletions

View File

@@ -61,9 +61,9 @@ Sentry.init({
beforeSend(event, hint) {
console.log(hint);
// Check if it is an exception, and if so, show the report dialog
if (event.exception && event.event_id) {
Sentry.showReportDialog({ eventId: event.event_id });
}
// if (event.exception && event.event_id) {
// Sentry.showReportDialog({ eventId: event.event_id });
// }
return event;
},
// Setting this option to true will send default PII data to Sentry.