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

Add op ctx safety for apollo tracing #2709

Merged

Conversation

joemccall86
Copy link
Contributor

Describe your PR and link to any relevant issues.

Fixes #2708

If merged, this PR would:

  • Add automated tests for both tracing and tracer to simulate a client disconnect
  • Check for existence of operation context before proceeding to avoid panic

I have:

  • Added tests covering the bug / feature (see testing)
  • Updated any relevant documentation (see docs)

* Add automated tests for both tracing and tracer to simulate a client disconnect
* Check for existence of operation context before proceeding to avoid panic
@coveralls
Copy link

coveralls commented Jul 10, 2023

Coverage Status

coverage: 75.738% (+0.1%) from 75.628% when pulling 91b89a8 on joemccall86:fix/2708-operation-context into 6ed9337 on 99designs:master.

@StevenACoffman StevenACoffman merged commit 7880739 into 99designs:master Jul 11, 2023
15 of 17 checks passed
@StevenACoffman
Copy link
Collaborator

Thank you so much! Looking forward to your next PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"missing operation context" when tracing with apollo extensions
3 participants