sentry-docs icon indicating copy to clipboard operation
sentry-docs copied to clipboard

Automatic Breadcrumbs Not Precise

Open sdzhong opened this issue 1 year ago • 2 comments

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.

sdzhong avatar Oct 11 '24 18:10 sdzhong

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar Oct 11 '24 18:10 getsantry[bot]

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:

  1. https://docs.sentry.io/platforms/android/integrations/logcat/
  2. 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.

sdzhong avatar Oct 11 '24 18:10 sdzhong