feat: fix feedback modal
This commit is contained in:
@ -7,10 +7,11 @@ import * as Sentry from "@sentry/react";
|
||||
Sentry.init({
|
||||
dsn: "https://2851a11b9f1b4715b389979628da322f@glitchtip.yandrik.dev/3",
|
||||
integrations: [
|
||||
Sentry.feedbackIntegration({
|
||||
// Sentry.feedbackIntegration({
|
||||
// Additional SDK configuration goes in here, for example:
|
||||
colorScheme: "system",
|
||||
}),
|
||||
// colorScheme: "system",
|
||||
|
||||
// }),
|
||||
],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user