Skip to content

Commit 1710c08

Browse files
authored
chore(explore): Add tag for visiting explore (#82632)
1 parent 00e3d41 commit 1710c08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/app/views/explore/content.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {useCallback, useState} from 'react';
22
import styled from '@emotion/styled';
3+
import * as Sentry from '@sentry/react';
34
import type {Location} from 'history';
45

56
import Feature from 'sentry/components/acl/feature';
@@ -196,6 +197,8 @@ function ExploreTagsProvider({children}) {
196197
}
197198

198199
export function ExploreContent(props: ExploreContentProps) {
200+
Sentry.setTag('explore.visited', 'yes');
201+
199202
return (
200203
<PageParamsProvider>
201204
<ExploreTagsProvider>

0 commit comments

Comments
 (0)