Skip to content

Commit 2b5accd

Browse files
♻️ don't nest
1 parent f8a4e2d commit 2b5accd

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

static/app/views/replays/detail/ai/useReplaySummary.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ const START_TIMEOUT_MS = 15_000; // Max time to wait for processing to start aft
2020
const TOTAL_TIMEOUT_MS = 100_000; // Max time to wait for results after a start request. Task timeout in Seer (90s) + 10s buffer.
2121

2222
function 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
}
2725
export interface UseReplaySummaryResult {
2826
/**

0 commit comments

Comments
 (0)