We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allowUrls
1 parent e3535a0 commit e9ece4cCopy full SHA for e9ece4c
app/sentry.js
@@ -20,7 +20,7 @@ export function init() {
20
...config.sentry,
21
integrations,
22
23
- allowUrls: ['crates.io', 'crates-io.herokuapp.com', 'staging.crates-io', 'staging-crates-io.herokuapp.com'],
+ allowUrls: ['crates.io', 'crates-io.herokuapp.com', 'staging.crates.io', 'staging-crates-io.herokuapp.com'],
24
25
beforeSend(event, hint) {
26
let error = hint?.originalException;
0 commit comments