feat: fix feedback modal

This commit is contained in:
2025-07-10 13:26:57 +02:00
parent 4da8446f37
commit a6559d75c1
2 changed files with 21 additions and 4 deletions

View File

@ -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",
// }),
],
});