Skip to content

feat(onboarding): Added Metrics to Unity#108118

Open
bitsandfoxes wants to merge 2 commits intomasterfrom
feat/unity-metrics
Open

feat(onboarding): Added Metrics to Unity#108118
bitsandfoxes wants to merge 2 commits intomasterfrom
feat/unity-metrics

Conversation

@bitsandfoxes
Copy link
Contributor

Following what happened in #106551
The docs have been merged with getsentry/sentry-docs#16356

@bitsandfoxes bitsandfoxes requested a review from a team as a code owner February 12, 2026 13:55
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 12, 2026
Comment on lines +130 to +137
...(params.isMetricsSelected
? ([
{
title: t('Metrics'),
content: [metricsVerify(params)],
},
] satisfies OnboardingStep[])
: []),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm I believe it is better to add Metrics under the Verify section instead of introducing an additional header.

Screen.Recording.2026-02-24.at.08.50.55.mov


import docs from '.';

describe('metrics', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems that you are missing a API call mock for GET /projects/org-slug/project-slug/ and that is why your tests are failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants