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

fix fastify plugin breaking user-defined async stores #2107

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Jun 6, 2022

What does this PR do?

Fix fastify plugin breaking user-defined async stores by removing unnecessary resources and resource bindings.

Motivation

Fix for #2056 wasn't also applied to fastify.

@rochdev rochdev added bug Something isn't working integrations semver-patch labels Jun 6, 2022
@rochdev rochdev requested a review from a team as a code owner June 6, 2022 17:04
@codecov
Copy link

codecov bot commented Jun 6, 2022

Codecov Report

Merging #2107 (8287b40) into master (b9121d8) will increase coverage by 0.00%.
The diff coverage is 98.14%.

@@           Coverage Diff           @@
##           master    #2107   +/-   ##
=======================================
  Coverage   92.89%   92.89%           
=======================================
  Files         211      211           
  Lines        8400     8394    -6     
=======================================
- Hits         7803     7798    -5     
+ Misses        597      596    -1     
Impacted Files Coverage Δ
packages/datadog-instrumentations/src/fastify.js 98.82% <98.14%> (+2.12%) ⬆️
packages/datadog-instrumentations/src/redis.js 90.76% <0.00%> (-1.54%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

bengl
bengl previously approved these changes Jun 6, 2022
@rochdev rochdev merged commit a8b9ecf into master Jun 8, 2022
@rochdev rochdev deleted the fix-fastify-user-store branch June 8, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working integrations semver-patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants