-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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(apple): Add onboarding source context Option #11819
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 393 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
…om/getsentry/sentry-docs into feat/onboard-source-context-option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this, but the current approach is quite confusing to me right now.
You can also upload your code for source context. This feature allows Sentry to display snippets of your code next to the event stack traces. | ||
|
||
<OnboardingOptionButtons | ||
options={[{ id:"source-context", checked: false }]} | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added source-coxtext as onboarding component option in order to manipulate the code snippet related to upload debug symbols.
closes #11810