From d2164c2faeda7270de11e3e56e5c21e391e7390f Mon Sep 17 00:00:00 2001 From: Joris Bayer Date: Mon, 6 Jul 2026 14:55:00 +0200 Subject: [PATCH] feat(upload): GA upload endpoint ref: INGEST-982 Requires https://github.com/getsentry/sentry/pull/119050 --- develop-docs/sdk/telemetry/attachments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/sdk/telemetry/attachments.mdx b/develop-docs/sdk/telemetry/attachments.mdx index f14c204af25da..18a141b0e1519 100644 --- a/develop-docs/sdk/telemetry/attachments.mdx +++ b/develop-docs/sdk/telemetry/attachments.mdx @@ -184,7 +184,7 @@ SDKs **SHOULD** send placeholders in the same envelope as the event the file is **Workflow:** -1. If an attachment is larger than ~100 MiB, upload it to the [TUS](https://tus.io/protocols/resumable-upload#creation-with-upload)-conformant upload endpoint (requires feature `projects:relay-upload-endpoint`): +1. If an attachment is larger than ~100 MiB, upload it to the [TUS](https://tus.io/protocols/resumable-upload#creation-with-upload)-conformant upload endpoint: 1. Create the upload: ```shell curl -X POST https://o0.ingest.sentry.io/api/0/upload/ \