From 83c0636d381693be7143a8ee7cb5f4bccacf33f2 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Fri, 26 Jul 2024 10:43:21 +0200 Subject: [PATCH 1/5] Clarify Profiling support on Flutter --- docs/platforms/flutter/features/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 322fabafe9eb8..33081f3354f14 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -33,6 +33,7 @@ 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. - Source Context shows snippets of code around the location of stack frames. - Sentry Dart Plugin makes uploading debug symbols easy and automatic. From 520700d9228cc7439a5407d788162cbe8ffc7e23 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Fri, 26 Jul 2024 13:11:06 +0200 Subject: [PATCH 2/5] Update index.mdx --- docs/platforms/flutter/features/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 33081f3354f14..39539b092c5c7 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -34,6 +34,7 @@ Sentry's Flutter SDK enables automatic reporting of errors and exceptions, and i - 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. From 5a8ffc3c4eec0187b8e5c832e24b00b67d30a2d1 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Fri, 26 Jul 2024 13:18:49 +0200 Subject: [PATCH 3/5] Update dart profiling page --- docs/platforms/flutter/profiling/index.mdx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/platforms/flutter/profiling/index.mdx b/docs/platforms/flutter/profiling/index.mdx index 00df85f5fb693..14eabc328ed79 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 currently only 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`: From 29cc23ae426248b91bc8e44c6c5cc8349b4efbaf Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Fri, 26 Jul 2024 13:20:07 +0200 Subject: [PATCH 4/5] Update index.mdx --- docs/platforms/flutter/features/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/features/index.mdx b/docs/platforms/flutter/features/index.mdx index 39539b092c5c7..f0f2bd44fbc42 100644 --- a/docs/platforms/flutter/features/index.mdx +++ b/docs/platforms/flutter/features/index.mdx @@ -33,7 +33,7 @@ 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. + - 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. From f0bb1b447d5e9206d0b72671614216c4f4c30469 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Mon, 29 Jul 2024 12:10:31 +0200 Subject: [PATCH 5/5] Update docs/platforms/flutter/profiling/index.mdx Co-authored-by: Karl Heinz Struggl --- docs/platforms/flutter/profiling/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/flutter/profiling/index.mdx b/docs/platforms/flutter/profiling/index.mdx index 14eabc328ed79..8081117d32eea 100644 --- a/docs/platforms/flutter/profiling/index.mdx +++ b/docs/platforms/flutter/profiling/index.mdx @@ -11,7 +11,7 @@ The profiling feature captures profiles across multiple language layers, includi -Flutter Profiling alpha is currently only available for **iOS** and **macOS** since SDK version `7.12.0`. +Flutter Profiling alpha is available for **iOS** and **macOS** since SDK version `7.12.0`.