Skip to content

Commit

Permalink
feat(telemetry): Update opentelemetry events
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Mar 3, 2025
1 parent ee6f757 commit b33a0e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .dialyzer_ignore.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
{"lib/reactive_commons/utils/span_utils.ex", :unknown_function, 6}
]
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ defmodule ReactiveCommons.MixProject do
{:telemetry, "~> 1.3"},
{:ex_doc, ">= 0.0.0", only: [:dev, :test], runtime: false},
# Tests and Analysis
{:sobelow, "~> 0.13.0", [only: [:dev, :test]]},
{:sobelow, "~> 0.13", [only: [:dev, :test]]},
{:mock, "~> 0.3.8", [only: [:dev, :test]]},
{:excoveralls, "~> 0.18.1", [only: [:dev, :test]]},
{:excoveralls, "~> 0.18", [only: [:dev, :test]]},
{:git_hooks, "~> 0.7.3", [only: [:dev, :test], runtime: false]},
{:credo, "~> 1.7.5", [only: [:dev, :test], runtime: false]},
{:dialyxir, "~> 1.4.3", [only: [:dev, :test], runtime: false]}
{:credo, "~> 1.7", [only: [:dev, :test], runtime: false]},
{:dialyxir, "~> 1.4", [only: [:dev, :test], runtime: false]}
]
end

Expand Down

0 comments on commit b33a0e2

Please sign in to comment.