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: src/platforms/flutter/common/performance/instrumentation/automatic-instrumentation.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ When the HTTP request throws an `Exception`, Sentry's SDK associates this except
32
32
33
33
Learn more in our [Dio integration documentation](/platforms/dart/configuration/integrations/dio/#performance-monitoring-for-http-requests).
34
34
35
-
### Routing Instumentation
35
+
### Routing Instrumentation
36
36
37
37
Automatic routing instrumentation can be enabled by adding an instance of `SentryNavigationObserver` to your application's `navigatorObservers`. Transactions are started automatically when routing to new pages in your application.
38
38
@@ -105,7 +105,7 @@ final router = GoRouter(
105
105
);
106
106
```
107
107
108
-
Everything else follows the [routing instrumentation](/platforms/flutter/performance/instrumentation/automatic-instrumentation/#routing-instumentation) setup.
108
+
Everything else follows the [routing instrumentation](/platforms/flutter/performance/instrumentation/automatic-instrumentation/#routing-instrumentation) setup.
109
109
110
110
### App Start Instrumentation
111
111
@@ -151,7 +151,7 @@ Cold and warm start are Mobile Vitals, which you can learn about in the [full do
151
151
152
152
Unresponsive UI and animation hitches annoy users and degrade the user experience. Two measurements to track these types of experiences are slow frames and frozen frames. If you want your app to run smoothly, you should try to avoid both. The SDK adds these two measurements for the transactions you capture.
153
153
154
-
To start getting the Mobile Vitals data, you have to set up the [routing instrumentation](/platforms/flutter/performance/instrumentation/automatic-instrumentation/#routing-instumentation) or the [GoRouter instumentation](/platforms/flutter/performance/instrumentation/automatic-instrumentation/#gorouter-instrumentation).
154
+
To start getting the Mobile Vitals data, you have to set up the [routing instrumentation](/platforms/flutter/performance/instrumentation/automatic-instrumentation/#routing-instrumentation) or the [GoRouter instrumentation](/platforms/flutter/performance/instrumentation/automatic-instrumentation/#gorouter-instrumentation).
155
155
156
156
If you want to opt out, you can flip the `enableAutoPerformanceTracking` flag:
0 commit comments