Skip to content

Commit

Permalink
chore(issue-details): Turn off releases in event graph by default (#8…
Browse files Browse the repository at this point in the history
…0539)

this pr updates the event graph to have releases off by default
  • Loading branch information
roggenkemper authored Nov 11, 2024
1 parent 59bf9d8 commit f544264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/views/issueDetails/streamline/eventGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function EventGraph({group, event, ...styleProps}: EventGraphProps) {
'issue-details-graph-legend',
{
['Feature Flags']: true,
['Releases']: true,
['Releases']: false,
}
);

Expand Down

0 comments on commit f544264

Please sign in to comment.