We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b570036 commit d2ed283Copy full SHA for d2ed283
static/app/views/replays/detail/layout/focusTabs.tsx
@@ -27,7 +27,7 @@ function getReplayTabs({
27
28
return {
29
[TabKey.BREADCRUMBS]: t('Breadcrumbs'),
30
- [TabKey.CONSOLE]: t('Console'),
+ [TabKey.CONSOLE]: isVideoReplay ? null : t('Console'),
31
[TabKey.NETWORK]: t('Network'),
32
[TabKey.ERRORS]: t('Errors'),
33
[TabKey.TRACE]: hasTraceTable || isVideoReplay ? null : t('Trace'),
0 commit comments