You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frame chunk_id plumbing exists but the mobile provider always returns null, and there's no Dart symbol upload tooling, so --obfuscate / --split-debug-info builds produce unmapped frames. The Java/Kotlin path is already done.
Scope
Upload Dart symbol files and map obfuscated frames back, both the build tooling and the backend resolution.
Extracted from PostHog/posthog#43012.
Problem
Frame
chunk_idplumbing exists but the mobile provider always returns null, and there's no Dart symbol upload tooling, so--obfuscate/--split-debug-infobuilds produce unmapped frames. The Java/Kotlin path is already done.Scope