getsentry / sentry-unity

Development of Sentry SDK for Unity
https://docs.sentry.io/platforms/unity/
MIT License
206 stars 51 forks source link

Automatic Performance Instrumentation for `UnityWebRequest` #1630

Open bitsandfoxes opened 4 months ago

bitsandfoxes commented 4 months ago

It'd be really neat to have automatic performance instrumentation for Unity's WebRequest.

bitsandfoxes commented 4 months ago

Ideas how to get there:

  1. Building a SentryUnityWebRequest that act like a wrapper. Doing the instrumentation for us.
  2. IL Weave instances of UnityWebRequest