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
If configured, the Android SDK automatically collects the following performance metrics:
2
+
3
+
* Cold and warm app start time - learn more in [App Start Instrumentation](/platforms/android/performance/instrumentation/automatic-instrumentation/#app-start-instrumentation).
4
+
* Frozen and slow frame rendering - learn more in [Slow and Frozen Frames](/platforms/android/performance/instrumentation/automatic-instrumentation/#slow-and-frozen-frames).
Copy file name to clipboardExpand all lines: src/platforms/common/performance/instrumentation/performance-metrics.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ supported:
7
7
- dart
8
8
- flutter
9
9
- react-native
10
+
- java
11
+
- java.spring-boot
12
+
- android
10
13
notSupported:
11
14
- javascript.cordova
12
15
- javascript.electron
13
16
- dotnet
14
17
- go
15
-
- java
16
-
- android
17
18
- ruby
18
-
- java.spring-boot
19
19
- apple
20
20
- unity
21
21
- rust
@@ -31,7 +31,7 @@ description: "Learn how to attach performance metrics to your transactions."
31
31
32
32
Sentry's SDKs support sending performance metrics data to Sentry. These are numeric values attached to transactions that are aggregated and displayed in Sentry.
0 commit comments