|
@@ -15,6 +15,7 @@ import {IconDelete, IconPlay} from 'sentry/icons';
|
|
|
import {t, tct} from 'sentry/locale';
|
|
|
import {space} from 'sentry/styles/space';
|
|
|
import getRouteStringFromRoutes from 'sentry/utils/getRouteStringFromRoutes';
|
|
|
+import {TabKey} from 'sentry/utils/replays/hooks/useActiveReplayTab';
|
|
|
import useReplayReader from 'sentry/utils/replays/hooks/useReplayReader';
|
|
|
import {useRoutes} from 'sentry/utils/useRoutes';
|
|
|
import {normalizeUrl} from 'sentry/utils/withDomainRequired';
|
|
@@ -114,7 +115,7 @@ function ReplayPreview({orgSlug, replaySlug, eventTimestampMs, buttonProps}: Pro
|
|
|
pathname: normalizeUrl(`/organizations/${orgSlug}/replays/${replayId}/`),
|
|
|
query: {
|
|
|
referrer: getRouteStringFromRoutes(routes),
|
|
|
- t_main: 'console',
|
|
|
+ t_main: TabKey.ERRORS,
|
|
|
t: initialTimeOffsetMs / 1000,
|
|
|
},
|
|
|
};
|