-
-
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)Update and reorganize Flutter dSYM Docs #12976
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 3.58kB (0.02%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
App Routes Affected:
|
dart to common and add dsym pages to dart and flutter
add radio buttons to update the config snippets. Remaining portions of the page can further be controlled by the radio buttons, web build options for example
attempt to re-use existing code block styling still blocked on the slugs and token being populatied correctly.
…ntry/sentry-docs into (feat)flutter-dbsym-rework
…ntry/sentry-docs into (feat)flutter-dbsym-rework
- extend onboarding component - remove custom impl for debug symbols - combine bash scripts for building flutter app, with tabs for variation
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.
made a quick pass, will have a look later again
but awesome changes so far 🥳
Co-authored-by: Giancarlo Buenaflor <[email protected]>
Co-authored-by: Giancarlo Buenaflor <[email protected]>
Co-authored-by: Giancarlo Buenaflor <[email protected]>
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.
looked through the docs, compared with current pages - this is a huge improvement. left a few notes, will re-review when the other suggestions are resolved
Co-authored-by: Alex Krawiec <[email protected]>
Co-authored-by: Alex Krawiec <[email protected]>
- remove repetitive info from index - remove standard build bash scripts - clarify source context constraints - remove duplicated manual upload instructions from dart-plugin instructions
…ntry/sentry-docs into (feat)flutter-dbsym-rework
Co-authored-by: Giancarlo Buenaflor <[email protected]>
…ntry/sentry-docs into (feat)flutter-dbsym-rework
nice! 🚀 |
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.
very nice 💯
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.
LGTM!
Configure Step
extended the onboarding component to include debug symbols options screenshot below
converted the 3 variants of config options to one code block with toggles
saves space, and make it more obvious that it is one config, with multiple options.
Build Your Application step: