Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger not respecting includeVariables #108

Open
danstarns opened this issue Oct 29, 2023 · 0 comments
Open

Debugger not respecting includeVariables #108

danstarns opened this issue Oct 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@danstarns
Copy link
Member

danstarns commented Oct 29, 2023

When setting all values to false I expect none of the values to appear in the trace. Currently. debugger is not respecting these values:

new GraphQLOTELContext({
  includeResult: false,
  includeVariables: false,
  includeContext: false,
});
@kreshnnikgashi kreshnnikgashi added the bug Something isn't working label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants