Mar 09, 2026
HTTPoison instrumentation
Elixir2.17.0
Added
-
Add HTTPoison instrumentation. HTTP requests made with HTTPoison will appear as
request.httpoisonevents on your performance samples' event timeline.HTTPoison does not emit telemetry events, so the instrumentation is opt-in. Use
Appsignal.HTTPoisonin place ofHTTPoisonwhen making requests, or replaceuse HTTPoison.Basewithuse Appsignal.HTTPoison.Basefor custom client modules. Response types (%HTTPoison.Response{},%HTTPoison.Error{}, etc.) are unchanged.
Changed
- Bundled certificates have been updated.
View the Elixir package v2.17.0 changelog for more information.