Skip to content

Commit 8d652ed

Browse files
author
Karl Heinz Struggl
committed
update perfv2
1 parent 04b4f75 commit 8d652ed

File tree

1 file changed

+3
-8
lines changed
  • docs/platforms/android/tracing/instrumentation

1 file changed

+3
-8
lines changed

docs/platforms/android/tracing/instrumentation/perf-v2.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ sidebar_order: 11
44
description: "Learn how to get even more insights into Android app performance"
55
---
66

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 <PlatformLink to="/tracing/instrumentation/perf-v2/#app-start">App Start</PlatformLink> and <PlatformLink to="/tracing/instrumentation/perf-v2/#frames-delay">Frames Delay</PlatformLink> reporting.
88

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:
1510

1611
### Enabling Performance V2
1712

@@ -41,7 +36,7 @@ SentryAndroid.init(this) { options ->
4136

4237
### App Start
4338

44-
Besides enabling performance-v2, this feature requires the <PlatformLink to="/configuration/gradle/">Sentry Android Gradle Plugin</PlatformLink> (version `4.2.0` or above) to be applied to your app module.
39+
Besides enabling Performance V2, this feature requires the <PlatformLink to="/configuration/gradle/">Sentry Android Gradle Plugin</PlatformLink> (version `4.2.0` or above) to be applied to your app module.
4540

4641
Once enabled, your App Start transaction will show a detailed span breakdown of various components:
4742
* `process.load`: The process initialization time

0 commit comments

Comments
 (0)