Gonzalo R
Gonzalo R
For what is worth, changes in this PR fixes the flakiness for us.
Tests are failing with `UndefinedFunctionError) function Jason.encode_to_iodata!/1 is undefined (module Jason is not available)` because newer `oban` (updated in this PR) no longer depends on `jason`, but `postgrex` still requires...
For what is worth https://github.com/ForzaElixir/rollbax/issues/126#issuecomment-2327219615.
Indeed. This is a known issue: https://github.com/open-telemetry/opentelemetry-erlang-contrib/issues/428.
For the record, this seems to be similar to https://github.com/open-telemetry/opentelemetry-erlang-contrib/pull/435. Also would resolve issue https://github.com/open-telemetry/opentelemetry-erlang-contrib/issues/428.
otel oban tests were run after i added an additional commit updating a comment
This is similar to https://github.com/open-telemetry/opentelemetry-erlang-contrib/pull/499 but without bumping `opentelemetry_semantic_conventions` version requirement, which is more complex.
Hi @jadengis, For what is worth, there's feedback in a few other PRs that also try to update the same thing. See https://github.com/open-telemetry/opentelemetry-erlang-contrib/issues/428#issuecomment-3474169590. Maybe you get a sense whether this...