Skip to content

feat(onboarding): Added Metrics to Unity#108118

Merged
bitsandfoxes merged 9 commits intomasterfrom
feat/unity-metrics
Apr 1, 2026
Merged

feat(onboarding): Added Metrics to Unity#108118
bitsandfoxes merged 9 commits intomasterfrom
feat/unity-metrics

Conversation

@bitsandfoxes
Copy link
Copy Markdown
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 thread static/app/gettingStartedDocs/unity/onboarding.tsx
Comment thread static/app/gettingStartedDocs/unity/metrics.spec.tsx
@getsantry
Copy link
Copy Markdown
Contributor

getsantry Bot commented Mar 18, 2026

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry Bot added the Stale label Mar 18, 2026
Copy link
Copy Markdown
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.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Wrong import style: default instead of named import
    • Changed from default import to named import import {docs} from '.' to match the export in unity/index.tsx.

Create PR

Or push these changes by commenting:

@cursor push f29e94f9a8
Preview (f29e94f9a8)
diff --git a/static/app/gettingStartedDocs/unity/metrics.spec.tsx b/static/app/gettingStartedDocs/unity/metrics.spec.tsx
--- a/static/app/gettingStartedDocs/unity/metrics.spec.tsx
+++ b/static/app/gettingStartedDocs/unity/metrics.spec.tsx
@@ -6,7 +6,7 @@
 
 import {ProductSolution} from 'sentry/components/onboarding/gettingStartedDoc/types';
 
-import docs from '.';
+import {docs} from '.';
 
 function renderMockRequests() {
   MockApiClient.addMockResponse({

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

Comment thread static/app/gettingStartedDocs/unity/metrics.spec.tsx Outdated
@bitsandfoxes bitsandfoxes requested a review from a team April 1, 2026 12:41
Copy link
Copy Markdown
Member

@obostjancic obostjancic left a comment

Choose a reason for hiding this comment

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

lgtm

@bitsandfoxes bitsandfoxes merged commit 5def146 into master Apr 1, 2026
82 of 84 checks passed
@bitsandfoxes bitsandfoxes deleted the feat/unity-metrics branch April 1, 2026 13:32
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 17, 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.

3 participants