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
Merge branch 'master' into ash/feat/trace-view-intro-panel
0Calories authored Dec 19, 2024
commit 1c2260ef232f1de334d6092e147bc1230c51dd04
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ import pick from 'lodash/pick';

import type {Tag} from 'sentry/actionCreators/events';
import {Button} from 'sentry/components/button';
import {IconChevron, 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';
You are viewing a condensed version of this merge commit. You can view the full changes here.