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

feat: support tracing for untranspiled async/await in Node 8+ #775

Merged
merged 1 commit into from
Jun 28, 2018

Conversation

kjin
Copy link
Contributor

@kjin kjin commented Jun 13, 2018

Fixes #566

This PR removes references to GCLOUD_TRACE_NEW_CONTEXT. Code that depend on its value now behave as if it were always true.

This change makes async_hooks-based tracing the default behavior in Node 8+.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 13, 2018
@kjin kjin force-pushed the ah-default-v3 branch 2 times, most recently from 6a752f9 to 6e97a72 Compare June 14, 2018 17:37
@kjin kjin requested a review from a team June 14, 2018 17:37
package.json Outdated
@@ -55,7 +55,7 @@
"@types/glob": "^5.0.32",
"@types/is": "0.0.20",
"@types/methods": "^1.1.0",
"@types/mocha": "^5.0.0",
"@types/mocha": "5.2.1",

This comment was marked as spam.

Copy link
Contributor

@ofrobots ofrobots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

semver minor?

@kjin
Copy link
Contributor Author

kjin commented Jun 28, 2018

@ofrobots Yes. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants