getsentry / sentry-docs

Sentry's documentation (and tools to build it)
https://docs.sentry.io
Other
328 stars 1.44k forks source link

Automatic Breadcrumbs Not Precise #11551

Open sdzhong opened 3 hours ago

sdzhong commented 3 hours ago

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.

getsantry[bot] commented 3 hours ago

Assigning to @getsentry/support for routing ⏲️

sdzhong commented 3 hours ago

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.