Skip to content

Commit

Permalink
Test full base in intern app
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Apr 20, 2023
1 parent 2112999 commit 3ef7f94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build:dev-ekstern": "vite build --mode=dev-ekstern",
"build:dev-intern": "vite build --mode=dev-intern",
"build:dev-intern": "vite build --mode=dev-intern --base=https://aktivitetsplan.intern.dev.nav.no",
"build:prod-ekstern": "vite build --mode=prod-ekstern",
"build:prod-intern": "vite build --mode=prod-intern",
"build": "vite build",
Expand Down
3 changes: 2 additions & 1 deletion src/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Sentry.init({
integrations: [
new Sentry.BrowserTracing({
tracePropagationTargets: [
/aktivitetsplan(\.dev)?.nav.no/,
'aktivitetsplan.nav.no',
'aktivitetsplan.dev.nav.no',
// /(\.dev)?nav.no\/veilarbdialog/,
// /(\.dev)?nav.no\/veilarbpersonflate/,
// /(\.dev)?nav.no\/veilarboppfolging/,
Expand Down

0 comments on commit 3ef7f94

Please sign in to comment.