We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0c71a commit 696c377Copy full SHA for 696c377
scripts/sentry-release-ung.cjs
@@ -13,7 +13,7 @@ async function opprettReleaseTilSentry() {
13
throw new Error('"SENTRY_AUTH_TOKEN" er ikke satt');
14
}
15
16
- const cli = new SentryCli();
+ const cli = new SentryCli(null, { project: 'ung-sak-web' });
17
18
try {
19
console.log(`Oppretter Sentry-release ${release}`);
0 commit comments