Skip to content

Commit 2b6541a

Browse files
comments
1 parent d2ed283 commit 2b6541a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/app/views/replays/detail/layout/focusTabs.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ function getReplayTabs({
2525
// The new trace table inside Breadcrumb items:
2626
const hasTraceTable = organization.features.includes('session-replay-trace-table');
2727

28+
// For video replays, we hide the console, a11y, trace, and memory tabs
29+
// The console tab isn't useful for video replays; most of the useful logging
30+
// context will come from breadcrumbs
31+
// A11y, trace, and memory aren't applicable for mobile
32+
2833
return {
2934
[TabKey.BREADCRUMBS]: t('Breadcrumbs'),
3035
[TabKey.CONSOLE]: isVideoReplay ? null : t('Console'),

0 commit comments

Comments
 (0)