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

update profiler to not use any promises #1098

Merged
merged 3 commits into from
Oct 1, 2020
Merged

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Sep 30, 2020

What does this PR do?

Update profiler to not use any promises.

Motivation

Promises are problematic when paired with async_hooks which we use. Source maps are more difficult to support without promises since the official library uses promises, so support will be re-added in a future PR.

@rochdev rochdev added enhancement New feature or request profiling labels Sep 30, 2020
@rochdev rochdev requested a review from a team as a code owner September 30, 2020 19:31
@rochdev rochdev merged commit 5345500 into master Oct 1, 2020
@rochdev rochdev deleted the profiler-without-promises branch October 1, 2020 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request profiling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants