File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
static/app/views/replays/detail/ai Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ :twisted_rightwards_arrows: merge master
2+
3+ # Please enter a commit message to explain why this merge is necessary,
4+ # especially if it merges an updated upstream into a topic branch.
5+ #
6+ # Lines starting with '#' will be ignored, and an empty message aborts
7+ # the commit.
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ const START_TIMEOUT_MS = 15_000; // Max time to wait for processing to start aft
2020const TOTAL_TIMEOUT_MS = 100_000 ; // Max time to wait for results after a start request. Task timeout in Seer (90s) + 10s buffer.
2121
2222function logReplaySummaryTimeout ( { extra} : { extra : Record < string , string > } ) {
23- Sentry . logger . info ( 'Replay summary poll timed out' , {
24- extra,
25- } ) ;
23+ Sentry . logger . info ( 'Replay summary poll timed out' , extra ) ;
2624}
2725export interface UseReplaySummaryResult {
2826 /**
You can’t perform that action at this time.
0 commit comments