Skip to content

Commit

Permalink
chore(explore): Add tag for visiting explore (#82632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylphrex authored Dec 27, 2024
1 parent 00e3d41 commit 1710c08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/app/views/explore/content.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {useCallback, useState} from 'react';
import styled from '@emotion/styled';
import * as Sentry from '@sentry/react';
import type {Location} from 'history';

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

export function ExploreContent(props: ExploreContentProps) {
Sentry.setTag('explore.visited', 'yes');

return (
<PageParamsProvider>
<ExploreTagsProvider>
Expand Down

0 comments on commit 1710c08

Please sign in to comment.