-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OkHttp event spans #2659
Add OkHttp event spans #2659
Commits on Apr 11, 2023
-
added SentryNetworkCallEventListener with spans for each callback
made SentryOkHttpInterceptor work nicely with SentryNetworkCallEventListener
Configuration menu - View commit details
-
Copy full SHA for d9e6658 - Browse repository at this point
Copy the full SHA d9e6658View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de54a97 - Browse repository at this point
Copy the full SHA de54a97View commit details
Commits on Apr 17, 2023
-
added SentryOkHttpEventListener
added SentryOkHttpEvent added tests
Configuration menu - View commit details
-
Copy full SHA for 28946fe - Browse repository at this point
Copy the full SHA 28946feView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf71d30 - Browse repository at this point
Copy the full SHA cf71d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6853cc5 - Browse repository at this point
Copy the full SHA 6853cc5View commit details -
Merge remote-tracking branch 'origin/feat/okhttp-event-spans' into fe…
…at/okhttp-event-spans
Configuration menu - View commit details
-
Copy full SHA for f3e42ab - Browse repository at this point
Copy the full SHA f3e42abView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1d9eab - Browse repository at this point
Copy the full SHA b1d9eabView commit details
Commits on Apr 26, 2023
-
SentryOkHttpEventListener now accepts an instance of EventListener or EventListener.Factory and propagate all the calls to it
Configuration menu - View commit details
-
Copy full SHA for a8b3171 - Browse repository at this point
Copy the full SHA a8b3171View commit details
Commits on May 8, 2023
-
updated span data to align with https://develop.sentry.dev/sdk/perfor…
…mance/span-data-conventions/ OkHttp event spans are now children of specific spans. E.g. secureConnect is a child of connect updated changelog
Configuration menu - View commit details
-
Copy full SHA for d2cd6c5 - Browse repository at this point
Copy the full SHA d2cd6c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9758a98 - Browse repository at this point
Copy the full SHA 9758a98View commit details
Commits on May 22, 2023
-
SentryOkHttpEvent now takes a Request instead of a Call in the ctor
Removed `http.` prefix from the breadcrumb Updated sub-spans with operation from `http.client` to `http.client.details` removed filtered_url from SentryOkHttpEvent
Configuration menu - View commit details
-
Copy full SHA for 9cd233c - Browse repository at this point
Copy the full SHA 9cd233cView commit details
Commits on May 23, 2023
-
removed duplicated breadcrumb data
removed `success` from http span as it's implied by the http.status_code http sub-spans operation now contains the event, and the description is now empty
Configuration menu - View commit details
-
Copy full SHA for 66d6ab8 - Browse repository at this point
Copy the full SHA 66d6ab8View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06d74ff - Browse repository at this point
Copy the full SHA 06d74ffView commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 247ceb3 - Browse repository at this point
Copy the full SHA 247ceb3View commit details