Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Oct 7, 2024
1 parent 5bd6c02 commit ab150b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/instrumentation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule OpentelemetryAbsinthe.Instrumentation do
alias OpentelemetryAbsinthe.TelemetryMetadata

require OpenTelemetry.Tracer, as: Tracer
require Opentelemetry.SemConv.Incubating.Graphql, as: GraphqlConventions
require OpenTelemetry.SemConv.Incubating.Graphql, as: GraphqlConventions

Check failure on line 15 in lib/instrumentation.ex

View workflow job for this annotation

GitHub Actions / ci

** (CompileError) lib/instrumentation.ex:15: module OpenTelemetry.SemConv.Incubating.Graphql is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
require Logger
require Record

Expand Down

0 comments on commit ab150b8

Please sign in to comment.