From a6b0d897563a1c0766175ea4377ecd8f07a90011 Mon Sep 17 00:00:00 2001 From: Francesco Vigliaturo Date: Thu, 11 Jan 2024 16:27:40 +0100 Subject: [PATCH] ref(profiling): bump upper limit for profiles fetched for flamegraph generation to 200 (#63002) This is only bumped for the main flaemgraph displayed in the profiling dashboard Depends on https://github.com/getsentry/vroom/pull/388 --- src/sentry/profiles/flamegraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/profiles/flamegraph.py b/src/sentry/profiles/flamegraph.py index fe261db4a56dc5..6bac4bd662cfed 100644 --- a/src/sentry/profiles/flamegraph.py +++ b/src/sentry/profiles/flamegraph.py @@ -23,7 +23,7 @@ def query_profiles_data( params=params, query=query, selected_columns=selected_columns, - limit=100, + limit=200, ) builder.add_conditions(