Separate front and back end in sentry

- front end now uses app-js
This commit is contained in:
Mattias Granlund 2023-10-01 18:38:17 +02:00
parent a851210c0a
commit 2b976b2e6d

View File

@ -9,7 +9,7 @@ export default defineConfig({
sourceMapsUploadOptions: {
dryRun: process.env.SENTRY_RELEASE === undefined,
org: 'gitbutler',
project: 'desktop',
project: 'app-js',
// this is nikita galaiko's personal sentry api token.
authToken: '04c6bc1df15346f39ed2fbeb99c0a8e25bcbedc4aba9461bb3a471733b8c80db',
include: ['build'],