sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Improve scene load auto instrumentation

Open bitsandfoxes opened this issue 3 years ago • 0 comments
trafficstars

  • [ ] The current implementation hooks up to the SceneManagerAPI.overrideAPI and 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.
  • [ ] LoadSceneAsyncByNameOrIndex provides LoadSceneParameters that we could capture and i.e. set as Extra.

bitsandfoxes avatar Sep 29 '22 15:09 bitsandfoxes