honeybadger-elixir
honeybadger-elixir copied to clipboard
Elixir client for Honeybadger.
Elixir 1.9-rc.0 OTP 28 Honeybadger 0.24 ``` == Compilation error in file lib/honeybadger/insights/ecto.ex == ** (ArgumentError) cannot inject attribute @excluded_queries into function/macro because ~r/^(begin|commit)( immediate)?( transaction)?$/i contains a reference (#Reference)...
We had a customer report where our client was erroring while attempting to serialize a map that contained a tuple as a key. We should deal with that better.
I think we could use [Igniter](https://hexdocs.pm/igniter/readme.html) to automate the process of installing and configuring Honeybadger: https://hexdocs.pm/igniter/readme.html#for-library-authors-and-platform-teams (And maybe also call a mix task to send a test error/event? Less sure...
In addition to telemetry, Ash also supports built-in tracing which is similar to telemetry but can share context across processes: https://hexdocs.pm/ash/monitoring.html The AppSignal Tracer implementation (created/maintained by the Ash core...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.37.1 to 0.38.2. Changelog Sourced from ex_doc's changelog. v0.38.2 (2025-05-27) Bug fixes Render documents with hardcoded <h2>/<h3> entries correctly Fix padding on external links v0.38.1 (2025-05-12) Bug...
Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.7.19 to 1.7.21. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
The EventsWorker tests rely on timing too much to validate, perhaps there is a better way to make the test run more reliable. https://github.com/honeybadger-io/honeybadger-elixir/actions/runs/14714899622/job/41295915426
See https://github.com/oban-bg/oban/blob/main/guides/learning/error_handling.md#reporting-errors
I just noticed that the [SASL error logging feature has been deprecated](https://www.erlang.org/doc/apps/sasl/error_logging.html): > The SASL error logging concept described in this section is deprecated since Erlang/OTP 21.0, when the new...