From f544264bc2a2d5321d69c840452d076577a3c8b6 Mon Sep 17 00:00:00 2001 From: Richard Roggenkemper <46740234+roggenkemper@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:56:16 -0800 Subject: [PATCH] chore(issue-details): Turn off releases in event graph by default (#80539) this pr updates the event graph to have releases off by default --- static/app/views/issueDetails/streamline/eventGraph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/views/issueDetails/streamline/eventGraph.tsx b/static/app/views/issueDetails/streamline/eventGraph.tsx index e5a7a314797b94..e3736652d7bb3c 100644 --- a/static/app/views/issueDetails/streamline/eventGraph.tsx +++ b/static/app/views/issueDetails/streamline/eventGraph.tsx @@ -195,7 +195,7 @@ export function EventGraph({group, event, ...styleProps}: EventGraphProps) { 'issue-details-graph-legend', { ['Feature Flags']: true, - ['Releases']: true, + ['Releases']: false, } );