From 3c6eae7caf88437bf0700528fda305ed1d531479 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Fri, 27 Feb 2026 16:49:53 -0800 Subject: [PATCH 1/2] update warning re: which issues count --- docs/product/issues/reprocessing/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/product/issues/reprocessing/index.mdx b/docs/product/issues/reprocessing/index.mdx index 7b03a870efad77..0ae046b166b7ad 100644 --- a/docs/product/issues/reprocessing/index.mdx +++ b/docs/product/issues/reprocessing/index.mdx @@ -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. - +Note: This feature is only applicable for error issues with debug information files. (Note that this does not include JS 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: From e51a756f641f373020ba5a12f17d210fb01918fd Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Fri, 27 Feb 2026 16:52:39 -0800 Subject: [PATCH 2/2] s/JS/JavaScript Co-authored-by: Matt Duncan <14761+mrduncan@users.noreply.github.com> --- docs/product/issues/reprocessing/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/issues/reprocessing/index.mdx b/docs/product/issues/reprocessing/index.mdx index 0ae046b166b7ad..060179a7ae0400 100644 --- a/docs/product/issues/reprocessing/index.mdx +++ b/docs/product/issues/reprocessing/index.mdx @@ -8,7 +8,7 @@ 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. -Note: This feature is only applicable for error issues with debug information files. (Note that this does not include JS events, which use source maps rather than DIFs.) Other categories of issues +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: