diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 322fabafe9eb8..f0f2bd44fbc42 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -33,6 +33,8 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i - User Feedback, providing the ability to collect user feedback when an unexpected event occurs. - Screenshot and View Hierarchy attachments for errors. - Profiling collects detailed information about your code at the function level. + - Profiling is currently supported on **iOS** and **macOS**. + - It captures profiles across multiple language layers, including native languages (such as Swift and Objective-C) as well as Dart. - Source Context shows snippets of code around the location of stack frames. - Sentry Dart Plugin makes uploading debug symbols easy and automatic. diff --git a/docs/platforms/flutter/profiling/index.mdx b/docs/platforms/flutter/profiling/index.mdx index 00df85f5fb693..8081117d32eea 100644 --- a/docs/platforms/flutter/profiling/index.mdx +++ b/docs/platforms/flutter/profiling/index.mdx @@ -7,6 +7,14 @@ sidebar_order: 5000 +The profiling feature captures profiles across multiple language layers, including native languages (such as Swift and Objective-C) as well as Dart. + + + +Flutter Profiling alpha is available for **iOS** and **macOS** since SDK version `7.12.0`. + + + ## Enable Tracing Profiling depends on Sentry’s Tracing product being enabled beforehand. To enable tracing in the SDK: @@ -28,12 +36,6 @@ Check out the tracing setup documentation - -Flutter Profiling alpha is available for iOS and macOS since SDK version `7.12.0`. - - - To enable profiling, set the `profilesSampleRate`: