Skip to content

Commit

Permalink
fix: add missing requires for sql-helpers to mysql, pg, and trilogy i…
Browse files Browse the repository at this point in the history
…nstrumentation (#859)
  • Loading branch information
scbjans authored Feb 8, 2024
1 parent 11ae23d commit 0de90bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#
# SPDX-License-Identifier: Apache-2.0

require 'opentelemetry-helpers-mysql'
require 'opentelemetry-helpers-sql-obfuscation'

module OpenTelemetry
module Instrumentation
module Mysql2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# SPDX-License-Identifier: Apache-2.0

require 'opentelemetry-helpers-sql-obfuscation'
require_relative '../constants'
require_relative '../lru_cache'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#
# SPDX-License-Identifier: Apache-2.0

require 'opentelemetry-helpers-mysql'
require 'opentelemetry-helpers-sql-obfuscation'

module OpenTelemetry
module Instrumentation
module Trilogy
Expand Down

0 comments on commit 0de90bb

Please sign in to comment.