-
Notifications
You must be signed in to change notification settings - Fork 156
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
Re-add AWS V3 Instrumentation #421
Conversation
* build core files to dist directory * fixed unit tests * updated workflows and readme * try to fix windows * fix ls * slashes * no more ls * zstd decompress * see what bin has * removed rsync * fixes * added sh * try xargs instead * cleanups * fixed publishing logic
* updated deps and type file * removed type keyword added deps * remove changes to js * updated versions * finished redesign of aws sdk v3 instrumentation * refactored buildAttributes signature * add compile back to workflow * bumped tsd version instead Co-authored-by: Trivikram Kamat <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #421 +/- ##
==========================================
+ Coverage 82.65% 82.71% +0.05%
==========================================
Files 36 36
Lines 1718 1741 +23
==========================================
+ Hits 1420 1440 +20
- Misses 298 301 +3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment, otherwise LGTM
Issue #, if available:
#294, #411
Description of changes:
This PR officially re-commits AWS SDK V3 instrumentation to the main branch of the repo. To summarize the changes, we have:
core
package to exclude TS files and only include type declarations and transpiled JS code, as is best practiceGenerally, the changes in this PR have already been reviewed in #386, #416, and #417. The only additional changes are those mentioned in point 3.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.