Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Jan 29, 2025
1 parent a7066b1 commit e4da707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-graphql/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function extractErrorIntoSpanEvent (config, span, exc) {
}

if (exc.path) {
attributes.path = exc.path.toString()
attributes.path = exc.path.map(String)
}

if (exc.message) {
Expand Down

0 comments on commit e4da707

Please sign in to comment.