Skip to content

feat(apple): Add session replay trouble shooting page with custom window handling #13753

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

philprime
Copy link
Contributor

DESCRIBE YOUR PR

During debugging of the SDK we discovered that session replay for iOS requires on the window property of the window scene delegate / UIWindowSceneDelegate to be set. By default this will be set during the bootstrapping of the app, but it appears that the property can also be omitted and not configured.

This PR adds documentation to indicate to users how to deal with this.

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

EXTRA RESOURCES

@philprime philprime self-assigned this May 19, 2025
Copy link

vercel bot commented May 19, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ❌ Failed (Inspect) May 19, 2025 8:46am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
changelog ⬜️ Ignored (Inspect) May 19, 2025 8:46am
develop-docs ⬜️ Ignored (Inspect) May 19, 2025 8:46am

@codeowner-assignment codeowner-assignment bot requested a review from a team May 19, 2025 08:43
Copy link

codecov bot commented May 19, 2025

Bundle Report

Changes will increase total bundle size by 228 bytes (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server-cjs 11.2MB 234 bytes (0.0%) ⬆️
sentry-docs-client-array-push 9.51MB -6 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.75MB -0.0%
../instrumentation.js -3 bytes 1.08MB -0.0%
9523.js -3 bytes 1.05MB -0.0%
../app/[[...path]]/page.js.nft.json 81 bytes 396.56kB 0.02%
../app/platform-redirect/page.js.nft.json 81 bytes 396.48kB 0.02%
../app/sitemap.xml/route.js.nft.json 81 bytes 394.45kB 0.02%
view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 868.7kB -0.0%
static/chunks/8165-*.js -3 bytes 410.1kB -0.0%
static/0rub4suBavMp_rrOHoj-*.js (New) 578 bytes 578 bytes 100.0% 🚀
static/0rub4suBavMp_rrOHoj-*.js (New) 77 bytes 77 bytes 100.0% 🚀
static/RhlzctAoFjw9MF3ZNgxBk/_buildManifest.js (Deleted) -578 bytes 0 bytes -100.0% 🗑️
static/RhlzctAoFjw9MF3ZNgxBk/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant