Using Sentry when behind a firewall

There was 1 error encountered while processing this event
Cannot fetch resource due to restricted IP https://theurl.com/app.js

I am guessing this occurs because my application is behind a firewall. I’d like for Sentry to be able to access certain files, so will try to make an exception in the firewalls rules. Does that mean I will have to whitelist certain IP addresses Sentry is using when fetching resources?

Am I even on the right track here? And if so, what can I do to remedy the situation?

Any tips greatly appreciated.

You would have to upload the sources to Sentry that way we don’t attempt to fetch them. This is done using our Releases API. https://docs.sentry.io/hosted/clients/javascript/sourcemaps/#uploading-source-maps-to-sentry

1 Like