Skip to content

Commit

Permalink
Merge branch 'main' into provider-behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter authored Oct 26, 2021
2 parents 4d1a65e + bc898b8 commit ed27b4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/opentelemetry/src/otel_batch_processor.erl
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,6 @@ report_cb(#{source := exporter,
reason := Reason,
exporter := ExporterModule}) ->
{"OTLP tracer ~p failed to initialize with exception ~p:~p", [ExporterModule, Kind, Reason]};
report_cb(#{source := exporter,
during := export,
kind := Kind,
reason := Reason,
exporter := ExporterModule}) ->
{"OTLP tracer ~p failed to initialize with exception ~p:~p", [ExporterModule, Kind, Reason]};
report_cb(#{source := exporter,
during := export,
kind := Kind,
Expand Down

0 comments on commit ed27b4a

Please sign in to comment.