v1.1.0 (2022-10-16)
- Remove usage of the transitive dependency Optimal by @kamilkowalski in #44
- Add span opts in router dispatch by @davidjulien in #58
- Differentiate telemetry handlers using endpoint_prefix so that we can define multiple by @cheerfulstoic in #60
- Clean up unnecessary dev/test dependencies and use latest Elixir in CI by @GregMefford in #53
- Misc doc changes by @kianmeng in #47
- Update example in readme by @alexgaribay in #56
- README Update by @barberj in #57
- @kianmeng made their first contribution in #47
- @alexgaribay made their first contribution in #56
- @barberj made their first contribution in #57
- @davidjulien made their first contribution in #58
- @cheerfulstoic made their first contribution in #60
v1.0.6 (2021-10-23)
- fix: function :function_clause.struct/0 is undefined by @fuelen in #43
- Tweak router exception handling and CI clean-up by @GregMefford in #45
- Update maintainers and sponsor link by @GregMefford in #50
v1.0.5 (2020-11-25)
-
System.stacktrace() -> STACKTRACE
-
UnsupportedMediaTypeError not an error span
v1.0.4 (2020-09-11)
- Close span instead of trace on router exception
v1.0.3 (2020-07-15)
- filter traces
v1.0.2 (2020-07-13)
- Allow traces to be filtered in telemetry (#33)
v1.0.1 (2020-07-12)
- support phx 1.5 properly
v1.0.0 (2020-07-01)
- Add Phx 1.5 Telemetry Handlers (#26)
v0.4.2 (2020-5-26)
- update spandex version dependency
v0.4.1 (2019-5-14)
- Fix compilation errors when instrumenting a
Plug
withoutPhoenix
.
v0.4.0 (2019-4-2)
- Normalize Phoenix.NoRouteErrors into a single resource name, "Not Found"
v0.3.2 (2019-2-4)
- decode URI's properly
v0.3.1 (2018-12-20)
- Configure tracer runtime instead of compile time
v0.3.0 (2018-11-19)
- Return a conn when the request is filtered
- Add a Plug wrapper to trace requests
- Require at least Plug 1.3
0.2.1 (2018-11-10)
-
Require at least Plug 1.3
We depend on
Plug.Conn.path_params
, which was added in Plug 1.3.0.
0.2.0 (2018-11-8)
- Add a Plug wrapper to trace requests
0.1.1 (2018-10-15)
- Indirectly call Tracer to remove compiler warnings (#1)
0.1.0 (2018-09-15)
- Initial release! 🚀 🎉