Skip to content

Commit 693abbd

Browse files
authored
docs(replay): Let Replay troubleshooting items be expandable, and deep-linkable (#14707)
<img width="763" height="373" alt="SCR-20250825-lvfg" src="https://github.com/user-attachments/assets/4ff5c2aa-6909-47c4-8556-2cee204cb0d1" />
1 parent a63ae2d commit 693abbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/platforms/apple/guides/ios/session-replay/troubleshooting.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ notSupported:
55
description: "Troubleshoot and resolve common issues with the iOS Session Replay."
66
---
77

8-
## Session Replay is not recording with custom window setup
8+
<Expandable title="Session Replay is not recording with custom window setup" permalink>
99

1010
If you have a custom window setup (e.g., multiple instances of `UIWindow`), you need to ensure that the Sentry SDK is able to find the correct window.
1111

@@ -69,3 +69,5 @@ final class SceneDelegate: NSObject, UIWindowSceneDelegate {
6969
}
7070
}
7171
```
72+
73+
</Expandable>

0 commit comments

Comments
 (0)