honeybadger-elixir
honeybadger-elixir copied to clipboard
Elixir client for Honeybadger.
Erlang error: :no_translation: * 1st argument: device failed to transcode string from unicode to latin1 Erlang 26.0.2 Elixir 1.15.7 HB 0.21.0 ``` Honeybadger.context(%{send_mail: content}) IO.inspect Honeybadger.context() ``` ^ just before...
Id like to see errors that would go to honeybadger in my logs. This is because I have my rate limits set low to prevent billing blow outs. This would...
Since Liveview is gaining in popularity, it seems like a good idea to have some automatic instrumentation. I am wondering if we are missing some telemetry events. Perhaps it would...
Bumps [plug](https://github.com/elixir-plug/plug) from 1.15.2 to 1.15.3. Changelog Sourced from plug's changelog. v1.15.3 (2024-01-16) Enhancements Allow setting the port on the connection in tests Allow returning {:ok, payload} on inform Allow...
First, sorry for opening this as an issue when it isn't an issue, I would have used Discussions if those were enabled. But I should have opened this a long...
Hi, I want to request the ability to filter out nested params. For example ``` config :honeybadger, filter: Honeybadger.Filter.Default, filter_keys: [:password, user: [:password]] ``` will instruct the filter to reduce...
Similar to the [ruby](https://docs.honeybadger.io/lib/ruby/getting-started/collecting-user-feedback/) and [php](https://docs.honeybadger.io/lib/php/guides/collecting-user-feedback/) packages, and as was [recently done](https://github.com/honeybadger-io/honeybadger-js/pull/965) in the JS library, we want to bring the Collect User Feedback feature to the Elixir package as...
I've experienced issues with honeybadger not working in a IPv6 only network. This is due to a long running issue in hackney of how IP addresses are resolved: https://github.com/benoitc/hackney/issues/206 (in...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.32.2. Changelog Sourced from ex_doc's changelog. v0.32.2 (2024-05-10) Enhancements Allow the modal to close when we click outside the modal content Bug fixes Fix indentation...
Bumps [expublish](https://github.com/ucwaldo/expublish) from 2.7.4 to 2.7.5. Changelog Sourced from expublish's changelog. 2.7.5 - 2024-04-12 Update dev dependencies Commits 4fadf08 Version release 2.7.5 3b767af fix typo in gh release workflow (#129)...