Skip to content

0.0.8

Compare
Choose a tag to compare
@danstarns danstarns released this 16 Mar 21:45
· 71 commits to main since this release

This release adds the ability to append the GraphQL context and variables onto the trace attributes.

You can do this by setting either or both options:

new GraphQLOTELContext({
  includeContext: true,
  includeVariables: true,
});

You will then see the JSON string of variables and context in your trace attributes.

Commits