You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(platform): Add endpoint for serving Sentry ip-ranges (#13819)
This PR adds a new API endpoint that serves Sentry's IP ranges in JSON
format.
- Added new API endpoint at `api/ip-ranges`
- Implemented structured JSON response with IP ranges organized by
category:
- Dashboard and API IPs
- Event Ingestion IPs
- Outbound Requests IPs
- Email Delivery IPs
- Uptime Monitoring IPs
- Added security headers and caching (12 hours)
cc @bruno-garcia lmk if that works for you
0 commit comments