Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenadros committed Oct 25, 2024
1 parent 15dfc1b commit eb052ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion ui-src/metrics/sentry.ts
Original file line number Diff line number Diff line change
@@ -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()],
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
viteSingleFile({ removeViteModuleLoader: true }),
tsconfigPaths(),
sentryVitePlugin({
org: 'runroom',
org: 'runroom-sl',
project: 'penpot-exporter'
})
],
Expand Down

0 comments on commit eb052ca

Please sign in to comment.