Skip to content

Commit 8af0bbd

Browse files
authored
doc(reprocessing): Clarify attachment caveats (#14864)
1 parent 316c765 commit 8af0bbd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/product/issues/reprocessing/index.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@ should be aware of and understand before you begin reprocessing.
4949
- **Attachment storage needs to be enabled.** If your events come from
5050
minidumps or unreal crash reports, you must have [attachment
5151
storage](/platforms/native/enriching-events/attachments/#crash-reports-and-privacy)
52-
enabled. **If the original minidump no longer exists in Sentry, sending an
53-
event through reprocessing will cause it to have no stack trace at all.**
52+
enabled.
53+
54+
If an event's minidump is missing for whatever reason, the event **will not be reprocessed**. Reasons include:
55+
56+
- Minidump storage is disabled.
57+
- The project stores only a [limited number of minidumps](/platforms/native/guides/minidumps/enriching-events/attachments/#enabling-minidump-storage) per issue.
58+
- You ran out of attachment quota.
5459

5560
- **Quota applies.** Every event you choose to reprocess counts against
5661
your plan's quota a second time. Rate limits and spike protection do not

0 commit comments

Comments
 (0)