-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs(replay): Bring replay nav item to all apple platforms #14710
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Bundle ReportChanges will decrease total bundle size by 15.62kB (-0.07%) ⬇️. 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:
|
Sharing my feedback from Slack This is what I'd change:
I think we can continue to massaging the Troubleshooting and mini-FAQ content in a follow up |
c7a2f3e
to
dc09178
Compare
…om/getsentry/sentry-docs into feat/python-docs-improvement-clean * 'feat/python-docs-improvement-clean' of https://github.com/getsentry/sentry-docs: docs(replay): Bring replay nav item to all apple platforms (#14710) User Feedback Basics Page (#14670) Update AM3 and legacy billing for logs GA, DO NOT MERGE BEFORE LOGS GA (#14589) Add LLMSteering component for hidden documentation instructions (#14744) New data retention policy page (#14661) Adding error prediction to Prevent AI docs (#14641)
…om/getsentry/sentry-docs into feat/nextjs-centralized-flow-clean * 'feat/nextjs-centralized-flow-clean' of https://github.com/getsentry/sentry-docs: Fix reference to span in processOrderBatch function (#14741) chore(java): Add docs on how to use tracePropagationTargets (#14752) docs(replay): Bring replay nav item to all apple platforms (#14710) User Feedback Basics Page (#14670) Update AM3 and legacy billing for logs GA, DO NOT MERGE BEFORE LOGS GA (#14589) Add LLMSteering component for hidden documentation instructions (#14744) New data retention policy page (#14661) Adding error prediction to Prevent AI docs (#14641)
* 'master' of https://github.com/getsentry/sentry-docs: (72 commits) docs(replay): Bring replay nav item to all apple platforms (#14710) User Feedback Basics Page (#14670) Update AM3 and legacy billing for logs GA, DO NOT MERGE BEFORE LOGS GA (#14589) Add LLMSteering component for hidden documentation instructions (#14744) New data retention policy page (#14661) Adding error prediction to Prevent AI docs (#14641) feat(logs): Remove beta note from logs docs (#14686) First pass at logs quota doc (#14671) docs(aws): Remove manual setup steps for ESM (#14738) Android Logs docs without Errors / Breadcrumbs distractions (#14733) chore(Unity): Dropped 2019 relevant section from Known Limitations (#14735) feat: Added Unity `UserFeedback` Prefab (#14667) chore(Unity): Added Mono & Line Numbers to Known Limitations (#14736) docs(js): Fix Next.js client tracing config (#14734) chore: Updated known limitation in Unity with Cysharp (#14666) feat(Unity ): Added `APK+OBB` initialization to troubleshooting (#14668) Codecov copy & screenshot edits (#14659) fix(cloudflare): Remove unused instrument.mjs from hono on cloudflare (#14723) update advanced scrubbing doc - adding logs section (#14696) fixing some errors from nextjs-source-map-updates branch (#14467) ...
This puts Session Replay in the Nav for the Apple section, and all sub-platforms, just not on iOS anymore.
Also, i moved some FAQ items from the bottom of the index page into troubleshooting.mdx. They seemed hard to find on the index page, and really seem more like
Basically:
/platforms/apple/guides/ios/session-replay/
still has all the content as before/platforms/apple/guides/tvos/session-replay/
is a page now! but it's mostly empty/platforms/apple/session-replay/
is a page now! it's a copy of the iOS specific page, but with the faq on the top/platforms/apple/
Nav Changes:Since most of the Apple platforms are not specifically supported I put the two "Does Session Replay work with *" faq questions at the top of the index page whenever you're not looking specifically at iOS docs.
Only the main Apple and iOS show the sub-pages in the nav bar, the other platform specific sections only show the FAQ stuff and no sub-pages.