Skip to content

Commit 0ee1b0d

Browse files
committed
fix: Otlp exporter version require order
The otlp exporter version is not loaded early enough to make it available for constant declaration for the header string.
1 parent 886cb59 commit 0ee1b0d

File tree

1 file changed

+1
-1
lines changed
  • exporter/otlp/lib/opentelemetry/exporter

1 file changed

+1
-1
lines changed

exporter/otlp/lib/opentelemetry/exporter/otlp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7-
require 'opentelemetry/exporter/otlp/exporter'
87
require 'opentelemetry/exporter/otlp/version'
8+
require 'opentelemetry/exporter/otlp/exporter'
99

1010
# OpenTelemetry is an open source observability framework, providing a
1111
# general-purpose API, SDK, and related tools required for the instrumentation

0 commit comments

Comments
 (0)