sentry-unity
sentry-unity copied to clipboard
Improve scene load auto instrumentation
trafficstars
- [ ] The current implementation hooks up to the
SceneManagerAPI.overrideAPIand does not provide a way to forward calls. We could/should provide a way to set up forwarding, i.e. the Configuration scriptable object in the editor window. Alternatively, we could provide an API to the already existing Configure mechanism. - [ ]
LoadSceneAsyncByNameOrIndexprovidesLoadSceneParametersthat we could capture and i.e. set as Extra.