Skip to content

Commit 696c377

Browse files
Setter prosjekt før opplasting av sourcemaps (#6838)
1 parent 5c0c71a commit 696c377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sentry-release-ung.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function opprettReleaseTilSentry() {
1313
throw new Error('"SENTRY_AUTH_TOKEN" er ikke satt');
1414
}
1515

16-
const cli = new SentryCli();
16+
const cli = new SentryCli(null, { project: 'ung-sak-web' });
1717

1818
try {
1919
console.log(`Oppretter Sentry-release ${release}`);

0 commit comments

Comments
 (0)