Skip to content

Commit

Permalink
fix(logging): typo in graphql property (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Dec 13, 2023
1 parent c10c2cb commit 257044b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/logging/apolloPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
graphql_query: query,
graphql_variables: redactSensitiveVariables(variables),
graphql_operation_value: op,
grqphql_operation_name: name
graphql_operation_name: name
})

const transaction = Sentry.startTransaction({
Expand Down

0 comments on commit 257044b

Please sign in to comment.