All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed to
Application.compile_env
to avoid compile warnings.
This release marks stability in the API and does not present a functionality change.
- GenServer casting pattern refactored to perform the sending of the honeycomb
event in the process which emitted the event
- for phoenix telemetry events, this means that the cowboy/phoenix process uploads the event to honeycomb, which prevents a centralized GenServer from hoarding memory if there are many requests to a Phoenix endpoint
- the
conn.params
field is now JSON-encoded
:opencensus_honeycomb
dependency updated to~> 0.3