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

Profiling support

Open bruno-garcia opened this issue 7 months ago • 0 comments
trafficstars

Profiling for Unity will depend on the platform. We could probably ship iOS/macOS profiling first since that might work OOTB with our SDK at least for native frames. But adding C# support (IL2CPP) is probably more invested.

Android, Windows, Linux support is a bigger challenge because we don't have a native profiler for those platforms. Our Android one works at the ART level.

Windows, Android and iOS (in that order) are the most impactful platforms.

bruno-garcia avatar Apr 08 '25 22:04 bruno-garcia