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
9 changes: 7 additions & 2 deletions docs/product/issues/reprocessing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ should be aware of and understand before you begin reprocessing.
- **Attachment storage needs to be enabled.** If your events come from
minidumps or unreal crash reports, you must have [attachment
storage](/platforms/native/enriching-events/attachments/#crash-reports-and-privacy)
enabled. **If the original minidump no longer exists in Sentry, sending an
event through reprocessing will cause it to have no stack trace at all.**
enabled.

If an event's minidump is missing for whatever reason, the event **will not be reprocessed**. Reasons include:

- Minidump storage is disabled.
- The project stores only a [limited number of minidumps](/platforms/native/guides/minidumps/enriching-events/attachments/#enabling-minidump-storage) per issue.
- You ran out of attachment quota.

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