Skip to content

Commit c90f86b

Browse files
Laster opp sourcemaps til Sentry for ung (#6832)
1 parent 00bc3e8 commit c90f86b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ung-sak-web-build-deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- name: Bygge dist
3030
run: yarn build:ung
3131

32+
- name: Opprett release med Sentry
33+
run: yarn sentry-release-ung
34+
env:
35+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
36+
3237
- name: Build and push to docker registry
3338
uses: navikt/sif-gha-workflows/.github/actions/maven/build-push-docker-image@main
3439
id: docker-push

0 commit comments

Comments
 (0)