Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion develop-docs/sdk/telemetry/attachments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down
Loading