Skip to content

Commit

Permalink
Add wilcard to sentry failedRequestTargets url
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Oct 8, 2024
1 parent 3bcfec1 commit 2e42cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Sentry.init({
}),
Sentry.httpClientIntegration({
failedRequestTargets: [
/https:\/\/aktivitetsplan(\.ekstern\.dev)?\.nav\.no\/(veilarbaktivitet|veilarbdialog|veilarboppfolging|veilarblest|veilarbperson|veilarbmalverk|veilarbveileder)/,
/https:\/\/aktivitetsplan(\.ekstern\.dev)?\.nav\.no\/(veilarbaktivitet|veilarbdialog|veilarboppfolging|veilarblest|veilarbperson|veilarbmalverk|veilarbveileder)\/*/,
],
}),
captureConsoleIntegration({
Expand Down

0 comments on commit 2e42cbc

Please sign in to comment.