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
3 changes: 2 additions & 1 deletion docs/product/issues/reprocessing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ og_image: /og-images/product-issues-reprocessing.png
Sentry uses [debug information
files](/platforms/native/data-management/debug-files/) only after they have been uploaded. _Reprocessing_ allows you to apply debug information files to error events that have already occurred.

<Include name="only-error-issues-note.mdx" />
Note: This feature is only applicable for error issues with debug information files. (Note that this does not include JavaScript events, which use source maps rather than DIFs.) Other categories of issues
(such as [performance issues](/product/issues/issue-details/performance-issues/) or [replay issues](/product/issues/issue-details/replay-issues/)) do not support this feature.

You can find the following action when viewing an issue:

Expand Down
Loading