From 520700d9228cc7439a5407d788162cbe8ffc7e23 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Fri, 26 Jul 2024 13:11:06 +0200 Subject: [PATCH] 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.