Skip to content

Commit

Permalink
chore(trace-explorer): Start passing breakdown slices to traces endpo…
Browse files Browse the repository at this point in the history
…int (#70804)

Trying to refactor this endpoint. Going to be passing an integer number
of slices instead of a floating point percentage of the trace for
simplicity. The backend will quietly move to using this integer.
  • Loading branch information
Zylphrex authored May 13, 2024
1 parent 9ff054d commit 682c237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/views/performance/traces/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ function useTraces<F extends string>({
suggestedQuery,
sort,
per_page: limit,
breakdownSlices: 40,
minBreakdownPercentage: 1 / 40,
maxSpansPerTrace: 5,
mri,
Expand Down

0 comments on commit 682c237

Please sign in to comment.