From 232df3532a026fb83adefae868b55a2aaf8b8a73 Mon Sep 17 00:00:00 2001 From: Kev <6111995+k-fish@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:59:38 -0400 Subject: [PATCH] ref(ourlogs): Add log size limit Source: https://github.com/getsentry/relay/blob/795827327a79e2fb164037c58d16678267979e8e/relay-config/src/config.rs#L713 LOGS-280 --- develop-docs/sdk/data-model/envelopes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/sdk/data-model/envelopes.mdx b/develop-docs/sdk/data-model/envelopes.mdx index 1a7953ec29c10..eb1c36488d5d5 100644 --- a/develop-docs/sdk/data-model/envelopes.mdx +++ b/develop-docs/sdk/data-model/envelopes.mdx @@ -345,7 +345,7 @@ These limits are subject to future change and defined currently as: - *100MB* for a full envelope after decompression - *100MB* for all attachments combined - *100MB* for each attachment item -- *1MB* for event (errors and transactions), span, and metric (statsd, buckets, meta) items. +- *1MB* for event (errors and transactions), span, log, and metric (statsd, buckets, meta) items. - *100KB* for monitor check-in items - *50MB* for profile items - *10MB* for compressed replay item