Skip to content

Commit

Permalink
Remove legacy sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Sep 6, 2023
1 parent 04e5312 commit bf4df5d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,8 @@ export default defineConfig(({ command, mode }) => {
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
authToken: process.env.SENTRY_AUTH_TOKEN,
release: {
uploadLegacySourcemaps: {
paths: ["./build/dashboard"],
urlPrefix: process.env.SENTRY_URL_PREFIX,
}
sourcemaps: {
assets: ["./build/dashboard"],
}
}))
}
Expand Down

0 comments on commit bf4df5d

Please sign in to comment.