Note: only available since v0.20.0
The sentry integration interfaces with sentry-ruby SDK to provide tracing tracing and breadcrumbs on the HTTP requests performed via httpx
. The integration is very similar to net-http
, so you can expect the same features.
In order to enable it, just place the following code in your sentry configuration file:
require "httpx/adapters/sentry"
Next: Webmock