From 29cc23ae426248b91bc8e44c6c5cc8349b4efbaf Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Fri, 26 Jul 2024 13:20:07 +0200 Subject: [PATCH] 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.