Skip to content

Commit a6c431d

Browse files
fix(sentry): correct project name typo gitbix → gitbox
Fixes Sentry source map upload target configuration.
1 parent 1e2b329 commit a6c431d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default withSentryConfig(nextConfig, {
7070

7171
org: 'laststance',
7272

73-
project: 'gitbix',
73+
project: 'gitbox',
7474

7575
// Only print logs for uploading source maps in CI
7676
silent: !process.env.CI,

0 commit comments

Comments
 (0)