Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/platforms/unity/troubleshooting/known-limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,8 @@ When targeting WebGL, you have the option of setting the `PlayerSettings.WebGL.e
- Setting it to `WebGLExceptionSupport.None` is not supported by the SDK.
- For the SDK to be able provide stack traces, the support needs to be set to `WebGLExceptionSupport.FullWithStacktrace`.
- The SDK is currently not able to provide line numbers due to the IL2CPP backend not being available.
- **Native crash detection is not available on WebGL.** The SDK cannot determine if the browser or tab crashed, which affects session tracking:
- Sessions with captured exceptions are marked as `Unhandled`
- Sessions where the tab/browser closes without a clean shutdown are marked as `Abnormal`
- The Crash Free Session Rate will show 100% since native `Crashed` status is unavailable
- Monitor both `Unhandled` and `Abnormal` session rates to track stability issues
Loading