Skip to content

Commit

Permalink
Fix url in failedRequestTargets
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Oct 8, 2024
1 parent 18c32a9 commit bb2aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Sentry.init({
Sentry.httpClientIntegration({
failedRequestTargets: [
/https:\/\/pto\.ekstern\.dev\.nav\.no\/arbeid\/dialog\/(veilarbdialog|veilarboppfolging|veilarbaktivitet|veilarblest)\/*/,
/https:\/\/nav\.no\/(veilarbdialog|veilarboppfolging|veilarbaktivitet|veilarblest)\/*/
/https:\/\/nav\.no\/arbeid\/dialog\/(veilarbdialog|veilarboppfolging|veilarbaktivitet|veilarblest)\/*/
]
}),
captureConsoleIntegration({
Expand Down

0 comments on commit bb2aabe

Please sign in to comment.