Skip to content
Merged
Changes from 2 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
2 changes: 1 addition & 1 deletion docs/product/issues/issue-details/feature-flags/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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; 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)

Expand Down
Loading