From 1b51aa22bf96125b0060e7881dc561db25d20e16 Mon Sep 17 00:00:00 2001 From: Jasmin <77064737+jas-kas@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:21:07 -0400 Subject: [PATCH 1/3] Update Feature Flag docs.mdx --- docs/product/issues/issue-details/feature-flags/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/issues/issue-details/feature-flags/index.mdx b/docs/product/issues/issue-details/feature-flags/index.mdx index 4d9cc7a6f580b..8a66b9ecc76f4 100644 --- a/docs/product/issues/issue-details/feature-flags/index.mdx +++ b/docs/product/issues/issue-details/feature-flags/index.mdx @@ -48,7 +48,7 @@ Change tracking enables Sentry to listen for additions, removals, and modificati ![Flag Change Tracking](./img/FlagChangeTracking.png) -Within an issue, the audit log is represented in the "event" chart and presents itself as a "release" line. +Within an issue, the audit log is represented in the "event" chart and presents itself as a "release" line. The lines will only appear for flags that were evaluated before the error event occurred. This feature requires evaluation tracking to be enabled. ![Flag Change Issue](./img/FlagChangeIssue.png) From 17279eecfccb01725c553bd35888dacdc48a2c13 Mon Sep 17 00:00:00 2001 From: Jasmin <77064737+jas-kas@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:31:49 -0400 Subject: [PATCH 2/3] Update docs/product/issues/issue-details/feature-flags/index.mdx --- docs/product/issues/issue-details/feature-flags/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/issues/issue-details/feature-flags/index.mdx b/docs/product/issues/issue-details/feature-flags/index.mdx index 8a66b9ecc76f4..8963ead4432b7 100644 --- a/docs/product/issues/issue-details/feature-flags/index.mdx +++ b/docs/product/issues/issue-details/feature-flags/index.mdx @@ -48,7 +48,7 @@ Change tracking enables Sentry to listen for additions, removals, and modificati ![Flag Change Tracking](./img/FlagChangeTracking.png) -Within an issue, the audit log is represented in the "event" chart and presents itself as a "release" line. The lines will only appear for flags that were evaluated before the error event occurred. This feature requires evaluation tracking to be enabled. +Within an issue, the audit log is represented in the "event" chart and presents itself as a "release" line. The lines will only appear for flags that were evaluated before the error event occurred; however, feature flag definition changes (audit log) can still occur after an error. This feature requires evaluation tracking to be enabled. ![Flag Change Issue](./img/FlagChangeIssue.png) From 7cbb9acc70a5191f9eac0191102a848ee8eb8eeb Mon Sep 17 00:00:00 2001 From: Jasmin <77064737+jas-kas@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:17:22 -0400 Subject: [PATCH 3/3] Update docs/product/issues/issue-details/feature-flags/index.mdx Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> --- docs/product/issues/issue-details/feature-flags/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/issues/issue-details/feature-flags/index.mdx b/docs/product/issues/issue-details/feature-flags/index.mdx index 8963ead4432b7..1c144ea907ca5 100644 --- a/docs/product/issues/issue-details/feature-flags/index.mdx +++ b/docs/product/issues/issue-details/feature-flags/index.mdx @@ -48,7 +48,7 @@ Change tracking enables Sentry to listen for additions, removals, and modificati ![Flag Change Tracking](./img/FlagChangeTracking.png) -Within an issue, the audit log is represented in the "event" chart and presents itself as a "release" line. The lines will only appear for flags that were evaluated before the error event occurred; however, feature flag definition changes (audit log) can still occur after an error. This feature requires evaluation tracking to be enabled. +Within an issue, the audit log is represented in the "event" chart and presents itself as a "release" line. The lines will only appear for flags that were evaluated before the error event occurred; however, feature flag definition changes from the audit log can still occur after an error. This feature requires evaluation tracking to be enabled. ![Flag Change Issue](./img/FlagChangeIssue.png)