Skip to content

feat: add metrics onboarding for Apple platforms#107170

Merged
philprime merged 3 commits intomasterfrom
philprime/metrics-onboarding
Jan 30, 2026
Merged

feat: add metrics onboarding for Apple platforms#107170
philprime merged 3 commits intomasterfrom
philprime/metrics-onboarding

Conversation

@philprime
Copy link
Member

@philprime philprime commented Jan 28, 2026

Add metrics onboarding documentation for apple, apple-ios, and apple-macos platforms. This enables the metrics tab onboarding UI at /explore/metrics to show Swift code examples for the Sentry Cocoa SDK metrics API.

Closes getsentry/sentry-cocoa#7274

Add metrics onboarding documentation for apple, apple-ios, and apple-macos platforms. This enables the metrics tab onboarding UI at /explore/metrics to show Swift code examples for the Sentry Cocoa SDK metrics API.
@philprime philprime requested a review from a team as a code owner January 28, 2026 18:07
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 28, 2026
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@philprime philprime requested a review from chargome January 30, 2026 08:58
@philprime philprime enabled auto-merge (squash) January 30, 2026 09:00
@philprime philprime requested a review from a team January 30, 2026 09:01
Copy link
Member

@philipphofmann philipphofmann left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM.

{
type: 'text',
text: tct(
'Metrics for Apple platforms are supported in Sentry Cocoa SDK version [code:9.2.0] and above. If you are using an older version of the SDK, follow our [link:migration guide] to upgrade.',
Copy link
Member

Choose a reason for hiding this comment

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

m: I think we should mention that they are still experimental for now.

{
type: 'text',
text: t(
'Metrics are enabled by default once the SDK is initialized. No additional configuration is required.'
Copy link
Member

Choose a reason for hiding this comment

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

m: Maybe we should again mention that you need to call a manual API and we don't send anything out of the box.

@philprime philprime merged commit 35b645c into master Jan 30, 2026
54 checks passed
@philprime philprime deleted the philprime/metrics-onboarding branch January 30, 2026 09:48
priscilawebdev pushed a commit that referenced this pull request Feb 2, 2026
Add metrics onboarding documentation for apple, apple-ios, and apple-macos platforms. This enables the metrics tab onboarding UI at /explore/metrics to show Swift code examples for the Sentry Cocoa SDK metrics API.

Closes getsentry/sentry-cocoa#7274
@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add in-product Metrics onboarding for Apple Cocoa SDK

3 participants