diff --git a/apps/renderer/src/index.ts b/apps/renderer/src/index.ts index dceb89a..9b645fb 100644 --- a/apps/renderer/src/index.ts +++ b/apps/renderer/src/index.ts @@ -22,6 +22,13 @@ Sentry.init({ Sentry.replayIntegration(), // 异常端信息追踪 Sentry.browserTracingIntegration(), + // 异常反馈 + Sentry.feedbackIntegration({ + // Additional SDK configuration goes in here, for example: + colorScheme: 'system', + isNameRequired: true, + isEmailRequired: true, + }), ], // Session Replay replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.