You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The Android SDK captures breadcrumbs automatically. To track automatic breadcrumbs for HTTP requests, check out the OkHttp Interceptor for the OkHttp library.
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.
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:
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.
The text was updated successfully, but these errors were encountered: