Skip to content

Commit

Permalink
List new endpoints in Relay operating guidelines (#10349)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbayer committed Jun 12, 2024
1 parent 35cfdd5 commit 4dce527
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/product/relay/operating-guidelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ SDKs communicate with Sentry on a set of endpoints. Relay provides the same API
- `/api/<project-id>/minidump/`
- `/api/<project-id>/security/`
- `/api/<project-id>/store/`
- `/api/<project-id>/unreal/`
- `/api/<project-id>/unreal/<sentry-key>/`
- `/api/<project-id>/nel/`
- `/api/<project-id>/csp-report/`
- `/api/<project-id>/cron/<monitor-slug>/`
- `/api/<project-id>/cron/<monitor-slug>/<sentry-key>/`

Depending on the SDK or client, requests to these endpoints are performed with compressed content-encoding or chunked transfer-encoding. Depending on the infrastructure in front of Relay, please check the following HTTP headers are set correctly:

Expand Down

0 comments on commit 4dce527

Please sign in to comment.