Skip to content

Commit

Permalink
disable telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder committed Aug 11, 2023
1 parent a1602f6 commit af926d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bridge-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
svelte(),
polyfillNode(),
sentryVitePlugin({
telemetry: false,
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
authToken: process.env.SENTRY_AUTH_TOKEN,
Expand Down

0 comments on commit af926d8

Please sign in to comment.