Automatic Breadcrumbs Not Precise
SDK
.NET SDK
Description
I was expecting a mention of "Automatic breadcrumbs for MAUI app lifecycle and UI events"
However, https://docs.sentry.io/platforms/dotnet/guides/maui/enriching-events/breadcrumbs/#automatic-breadcrumbs has generic information:
SDKs and their associated integrations will automatically record many types of breadcrumbs. For example, the browser JavaScript SDK will automatically record clicks and key presses on DOM elements, XHR/fetch requests, console API calls, and all location changes.
Note: This is true for many of the other platform pages as well
Suggested Solution
Include SDK-specific details about what breadcrumbs are captured automatically.
Assigning to @getsentry/support for routing ⏲️
Related: https://docs.sentry.io/platforms/android/enriching-events/breadcrumbs/#automatic-breadcrumbs only says:
The Android SDK captures breadcrumbs automatically. To track automatic breadcrumbs for HTTP requests, check out the OkHttp Interceptor for the OkHttp library.
It should also include references to:
- https://docs.sentry.io/platforms/android/integrations/logcat/
- https://docs.sentry.io/platforms/apple/integrations/default/#sentryautobreadcrumbtrackingintegration
I can create a separate GitHub Issue for this if needed, but the gist is that I'm expecting docs about Automatic Breadcrumbs to include details about what can be captured automatically by the SDK.