Skip to content

Commit e03e627

Browse files
Jeremy Morrellrobertlaurin
andauthored
Reverse the require order so that the VERSION is available to the exporter (#1458)
* Reverse the require order so that the VERSION is available to the exporter * fix: appease the cop --------- Co-authored-by: Robert <[email protected]>
1 parent 20c640d commit e03e627

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)