Skip to content

Commit 4dce527

Browse files
authored
List new endpoints in Relay operating guidelines (#10349)
1 parent 35cfdd5 commit 4dce527

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/product/relay/operating-guidelines.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ SDKs communicate with Sentry on a set of endpoints. Relay provides the same API
9393
- `/api/<project-id>/minidump/`
9494
- `/api/<project-id>/security/`
9595
- `/api/<project-id>/store/`
96-
- `/api/<project-id>/unreal/`
96+
- `/api/<project-id>/unreal/<sentry-key>/`
97+
- `/api/<project-id>/nel/`
98+
- `/api/<project-id>/csp-report/`
99+
- `/api/<project-id>/cron/<monitor-slug>/`
100+
- `/api/<project-id>/cron/<monitor-slug>/<sentry-key>/`
97101

98102
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:
99103

0 commit comments

Comments
 (0)