Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(trace-view): Info panel tab for new users #82408

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
🛠️ apply pre-commit fixes
  • Loading branch information
getsantry[bot] authored Dec 19, 2024
commit 4cc44e05f7d3d8758d1d16e61bff6e963eeb322a
Original file line number Diff line number Diff line change
@@ -5,7 +5,14 @@ import pick from 'lodash/pick';

import type {Tag} from 'sentry/actionCreators/events';
import {Button} from 'sentry/components/button';
import {IconChevron, IconCircleFill, IconClose, IconInfo, IconPanel, IconPin} from 'sentry/icons';
import {
IconChevron,
IconCircleFill,
IconClose,
IconInfo,
IconPanel,
IconPin,
} from 'sentry/icons';
import {t} from 'sentry/locale';
import {space} from 'sentry/styles/space';
import type {EventTransaction} from 'sentry/types/event';