-
Notifications
You must be signed in to change notification settings - Fork 404
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
chore: release v10.2.0 #1660
Merged
Merged
chore: release v10.2.0 #1660
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mrickard
reviewed
Jun 5, 2023
mrickard
reviewed
Jun 5, 2023
Just a couple small verbiage tweaks. |
bizob2828
force-pushed
the
release/v10.2.0
branch
from
June 5, 2023 21:28
db684ee
to
0999882
Compare
Co-authored-by: Maurice Rickard <maurice@mauricerickard.com>
mrickard
approved these changes
Jun 5, 2023
Codecov Report
@@ Coverage Diff @@
## main #1660 +/- ##
==========================================
- Coverage 96.76% 96.68% -0.09%
==========================================
Files 200 200
Lines 39148 39148
Branches 24 24
==========================================
- Hits 37883 37851 -32
- Misses 1265 1297 +32
Flags with carried forward coverage won't be shown. Click here to find out more. see 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v10.2.0 (2023-06-06)
Features
Added supportability metrics to indicate how agent was loaded and if --enable-source-maps was passed to Node.js runtime (#1657) (6f6f7e6)
Supportability/Features/CJS/Preload
- recorded if-r newrelic
was used to load agentSupportability/Features/CJS/Require
- recorded ifrequire('newrelic')
was used to load agentSupportability/Features/EnableSourceMaps
- recorded ifnode --enable-source-maps
was present to start applicationAdded logging of
process.execArgs
at the debug level (#1654) (c85c006)Miscellaneous Chores
Tests