sentry-android-gradle-plugin icon indicating copy to clipboard operation
sentry-android-gradle-plugin copied to clipboard

Add support for Android Tracing APIs

Open markushi opened this issue 8 months ago • 1 comments

Problem Statement

We've seen a few larger companies (e.g. https://blog.duolingo.com/android-app-performance/) utilizing the Tracing API to determine slow parts within an app. We should have support for that.

Solution Brainstorm

We could have first level support for the Tracing APIs, turning them into Sentry spans. We could also consider implementing our own SentryTraceSink as part of https://github.com/androidx/androidx/tree/androidx-main/tracing/tracing-driver

markushi avatar Jul 16 '25 08:07 markushi