You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/android/tracing/instrumentation/perf-v2.mdx
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,44 +4,41 @@ sidebar_order: 11
4
4
description: "Learn how to get even more insights into Android app performance"
5
5
---
6
6
7
-
<Alert>
7
+
Performance V2 contains a set of features that enrich performance instrumentation. It tightly integrates with the [Mobile Vitals](/product/insights/mobile/mobile-vitals/) Insights module, enabling <PlatformLinkto="/tracing/instrumentation/perf-v2/#app-start">App Start</PlatformLink> and <PlatformLinkto="/tracing/instrumentation/perf-v2/#frames-delay">Frames Delay</PlatformLink> reporting.
8
8
9
-
This feature is marked as _experimental_.
10
-
Supported in Sentry's Android SDK version `7.4.0` and above.
11
-
12
-
</Alert>
13
-
14
-
Performance V2 is a set of features which enrich your existing instrumentation, giving you more insights into potential performance bottlenecks. These features tightly integrate with the [Mobile Vitals](/product/insights/mobile/mobile-vitals/) insights module.
9
+
Since version 8 of the SDK, Performance V2 is generally available and enabled by default. In versions `7.4.0..<8.0.0`, this feature is available as _experimental_ and you need to opt in to use it:
Besides enabling performance-v2, this feature requires the <PlatformLinkto="/configuration/gradle/">Sentry Android Gradle Plugin</PlatformLink> (version `4.2.0` or above) to be applied to your app module.
41
+
Besides enabling Performance V2, this feature requires the <PlatformLinkto="/configuration/gradle/">Sentry Android Gradle Plugin</PlatformLink> (version `4.2.0` or above) to be applied to your app module.
45
42
46
43
Once enabled, your App Start transaction will show a detailed span breakdown of various components:
0 commit comments