Skip to content

Commit 3581046

Browse files
author
Tristan Sloughter
authored
Merge pull request #615 from derekkraan/try_another_dialyzer_fix
Change `@opaque config` to `@type config` to satisfy dialyzer in project
2 parents 73b4f13 + bb894eb commit 3581046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/opentelemetry/src/otel_sampler_trace_id_ratio_based.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
-include("otel_sampler.hrl").
3131

3232
-type probability() :: float().
33-
-opaque config() :: #{probability := probability(), id_upper_bound := integer()}.
33+
-type config() :: #{probability := probability(), id_upper_bound := integer()}.
3434

3535
%% 2^63 - 1
3636
-define(MAX_VALUE, 9223372036854775807).

0 commit comments

Comments
 (0)