diff --git a/manifest.json b/manifest.json index 497131c6..1f0890dc 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "editorType": ["figma"], "networkAccess": { "allowedDomains": [ - "https://o4508138256007168.ingest.de.sentry.io", + "https://o4508183201316864.ingest.de.sentry.io", "https://api-js.mixpanel.com" ], "reasoning": "We use Sentry and Mixpanel to monitor the performance of the plugin and get information about errors to continue improving the experience." diff --git a/ui-src/metrics/sentry.ts b/ui-src/metrics/sentry.ts index 7fe6d107..a87f12ff 100644 --- a/ui-src/metrics/sentry.ts +++ b/ui-src/metrics/sentry.ts @@ -1,7 +1,7 @@ import * as Sentry from '@sentry/react'; export const initializeSentry = () => { - if (import.meta.env.VITE_SENTY_DSN && import.meta.env.PROD) { + if (import.meta.env.VITE_SENTRY_DSN && import.meta.env.PROD) { Sentry.init({ dsn: import.meta.env.VITE_SENTRY_DSN, integrations: [Sentry.browserTracingIntegration(), Sentry.replayIntegration()], diff --git a/vite.config.ts b/vite.config.ts index 8382dafd..d62d924f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ viteSingleFile({ removeViteModuleLoader: true }), tsconfigPaths(), sentryVitePlugin({ - org: 'runroom', + org: 'runroom-sl', project: 'penpot-exporter' }) ],