Skip to content

Commit

Permalink
fix for calling older versions of otlp exporter module
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Oct 5, 2024
1 parent 49b538d commit 332119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opentelemetry/src/otel_exporter_traces.erl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ init(Opts) ->
otel_exporter:init(Opts).

export({ExporterModule, Config}, SpansTid, Resource) ->
ExporterModule:export(SpansTid, Resource, Config).
ExporterModule:export(traces, SpansTid, Resource, Config).

shutdown(Exporter) ->
otel_exporter:shutdown(Exporter).

0 comments on commit 332119b

Please sign in to comment.