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
fix(profiling): keep frame-level platform information when available in mixed stack traces (#68694)
Way back we added
[frame-level](https://github.com/getsentry/vroom/blob/main/internal/frame/frame.go#L42)
platform information in `vroom`, but we're not passing this information
down from `sentry`.
This will help us to distinguish between `js` and `cocoa` frames in
mixed stack traces scenarios (such as for react-native).
0 commit comments