Issue
We are trying to understand if Sentry is accessing our websites directly for tracking/monitoring the transactions/traffic and if so, to get the IP details from which it contacts the websites
Applies To
- All SaaS Customers
Resolution
In general, the Sentry SDK in your app is going to attempt to send events itself, and we list which IP addresses we accept event ingestion from here.
In some circumstances, the Hosted Sentry infrastructure might send HTTP requests your way. Primarily this is relevant to JavaScript Source Maps, but also affects things like webhooks and other integrations. Here are the IP addresses we use for this purpose.
Finally, Sentry uses these IP addresses for uptime checks.
You can find the full documentation about our IP Ranges here.