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

default to AsyncLocalStorage on versions of node that support it #1086

Merged
merged 2 commits into from
Oct 8, 2020

Conversation

bengl
Copy link
Collaborator

@bengl bengl commented Sep 11, 2020

What does this PR do?

Enables using AsyncLocalStorage for tracking scope on versions of Node.js where we know it works.

Motivation

It performs well.

packages/dd-trace/src/platform/node/index.js Outdated Show resolved Hide resolved
packages/dd-trace/src/platform/node/index.js Outdated Show resolved Hide resolved
packages/dd-trace/test/platform/node/index.spec.js Outdated Show resolved Hide resolved
@bengl bengl force-pushed the bengl/default-als branch 4 times, most recently from 6ddbedf to b450956 Compare October 7, 2020 15:36
@rochdev rochdev added core enhancement New feature or request labels Oct 7, 2020
rochdev
rochdev previously approved these changes Oct 7, 2020
@bengl bengl merged commit 40e5617 into master Oct 8, 2020
@tlhunter tlhunter deleted the bengl/default-als branch January 19, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants