mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-03 06:55:06 +08:00
🚸 调整完成判断逻辑
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user