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
2
3
-
*Cold and warm app start time - learn more in <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#app-start-instrumentation">App Start Instrumentation</PlatformLink>.
4
-
*Frozen and slow frame rendering - learn more in <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#slow-and-frozen-frames">Slow and Frozen Frames</PlatformLink>.
3
+
* <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#app-start-instrumentation">Cold and warm app start time</PlatformLink>.
4
+
* <PlatformLinkto="/performance/instrumentation/automatic-instrumentation/#slow-and-frozen-frames">Slow and frozen frame rendering</PlatformLink>.
Copy file name to clipboardExpand all lines: src/platforms/common/performance/instrumentation/performance-metrics.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ supported:
10
10
- java
11
11
- java.spring-boot
12
12
- android
13
+
- apple
13
14
notSupported:
14
15
- javascript.cordova
15
16
- javascript.electron
16
17
- dotnet
17
18
- go
18
19
- ruby
19
-
- apple
20
20
- unity
21
21
- rust
22
22
- native
@@ -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