Skip to content

Commit

Permalink
feat: including errors array in meta map
Browse files Browse the repository at this point in the history
  • Loading branch information
BrokenSt0rm committed Feb 16, 2024
1 parent 6509215 commit 0289237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/instrumentation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ defmodule OpentelemetryAbsinthe.Instrumentation do
operation_name: operation_name,
operation_type: operation_type,
schema: data.blueprint.schema,
errors: errors,
status: status
}
)
Expand Down

0 comments on commit 0289237

Please sign in to comment.