Skip to content

Commit e9ece4c

Browse files
authored
Sentry: Fix staging URL in allowUrls (#8779)
1 parent e3535a0 commit e9ece4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/sentry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function init() {
2020
...config.sentry,
2121
integrations,
2222

23-
allowUrls: ['crates.io', 'crates-io.herokuapp.com', 'staging.crates-io', 'staging-crates-io.herokuapp.com'],
23+
allowUrls: ['crates.io', 'crates-io.herokuapp.com', 'staging.crates.io', 'staging-crates-io.herokuapp.com'],
2424

2525
beforeSend(event, hint) {
2626
let error = hint?.originalException;

0 commit comments

Comments
 (0)