Skip to content

Commit 832e22b

Browse files
committed
Remove unused headers variable in collector_url branch
1 parent 5ea3e06 commit 832e22b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry-opentelemetry/lib/sentry/opentelemetry/otlp_setup.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def setup_otlp_exporter
5454

5555
exporter = if @collector_url
5656
endpoint = @collector_url
57-
headers = {}
5857
log_debug("[OTLP] Sending traces to collector at #{endpoint}")
5958

6059
::OpenTelemetry::Exporter::OTLP::Exporter.new(endpoint: endpoint)

0 commit comments

Comments
 (0)