Skip to content

Commit

Permalink
Update ignore_xref
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Feb 15, 2024
1 parent 4932234 commit 184dad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics/mongoose_instrument.erl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
span/4, span/5,
execute/3]).

-ignore_xref([set_up/3, tear_down/2, span/4, span/5, execute/3]).
-ignore_xref([set_up/3, tear_down/2, span/4]).

-type event_name() :: atom().
-type labels() :: #{host_type => mongooseim:host_type()}. % to be extended
Expand Down

0 comments on commit 184dad2

Please sign in to comment.