From de091e643b6af2abd73be1885d2156a375c5778f Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Fri, 16 Feb 2024 14:57:10 -0800 Subject: [PATCH] Update docs/platforms/dotnet/guides/xamarin/enriching-events/screenshots/index.mdx --- .../guides/xamarin/enriching-events/screenshots/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/dotnet/guides/xamarin/enriching-events/screenshots/index.mdx b/docs/platforms/dotnet/guides/xamarin/enriching-events/screenshots/index.mdx index fd79e1ace49cd..40d098ad49f08 100644 --- a/docs/platforms/dotnet/guides/xamarin/enriching-events/screenshots/index.mdx +++ b/docs/platforms/dotnet/guides/xamarin/enriching-events/screenshots/index.mdx @@ -5,7 +5,7 @@ description: "Learn more about taking screenshots when an error occurs. Sentry p Sentry makes it possible to automatically take a screenshot and include it as an attachment when a user experiences an error, an exception or a crash. -This feature is only available for SDKs with a user interface, like the ones for mobile and desktop applications. In some environments like native iOS, taking a screenshot requires the UI thread and in the event of a crash, that might not be available. Another example where a screenshot might not be available is when the event happens before the screen starts to load. So inherently, this feature is a best effort solution. +This feature is only available for SDKs with a user interface, like the ones for mobile and desktop applications. It's also limited by whether taking a screenshot is possible or not. For example, in some environments, like native iOS, taking a screenshot requires the UI thread, which often isn't available in the event of a crash. Another example where a screenshot might not be available is when the event happens before the screen starts to load. So inherently, this feature is a best effort solution. ## Enabling Screenshots