Skip to content

Commit

Permalink
Reverse the require order so that the VERSION is available to the exp…
Browse files Browse the repository at this point in the history
…orter (#1458)

* Reverse the require order so that the VERSION is available to the exporter

* fix: appease the cop

---------

Co-authored-by: Robert <robertlaurin@users.noreply.github.com>
  • Loading branch information
jmorrell and robertlaurin committed Jun 1, 2023
1 parent 20c640d commit e03e627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/otlp/lib/opentelemetry/exporter/otlp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
# SPDX-License-Identifier: Apache-2.0

require 'opentelemetry/exporter/otlp/exporter'
require 'opentelemetry/exporter/otlp/version'
require 'opentelemetry/exporter/otlp/exporter'

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

0 comments on commit e03e627

Please sign in to comment.