-
Notifications
You must be signed in to change notification settings - Fork 70
Release 12.1 #1120
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
Merged
Release 12.1 #1120
Conversation
This file contains hidden or 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
When agent is not recording, Observer API fcall_init callback shouldn't do anything, including framework detection. This is how the agent operated before it used Observer API to hook into Zend Engine.
…handlers (#1113) Our instrumentation of framework exception handlers can result in excess, unwanted error events being generated. Sometimes, these events are plentiful and diverse enough that manual filtering through them with our other error related INI options is too much effort. In cases like that, this setting exists as an easy solution. Errors may still appear on spans, but error events will, in general, not be created. This works especially well when the customer inserts their own error handling logic into the stack, so that they are able to call our API for certain, specific errors that they wish to be error events.
#1104) This implements the sampling spec to allow control over the agent sampling decisions based on the value in the sampled flag of an inbound traceparent header. --------- Co-authored-by: Michal Nowacki <[email protected]>
…on(true) (#1072) Some transaction globals were leaked when calling `newrelic_end_transaction(true)`. The freeing of these transaction globals has been moved to join all the other transaction globals to alleviate this. In so doing, additional rshutdown methods are needed. This is because the transaction globals contain reference incremented zvals. If we wait until postdeactivate, those zvals will be in an undefined state and the data structures containing those references cannot be properly freed. In line with other transaction globals, we trigger a shutdown method during rshutdown to free these globals while the zvals are still valid.
Co-authored-by: Michal Nowacki <[email protected]> who added go version check and go autoupdate.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1120 +/- ##
==========================================
+ Coverage 78.12% 78.15% +0.03%
==========================================
Files 193 193
Lines 27989 28053 +64
==========================================
+ Hits 21866 21925 +59
- Misses 6123 6128 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mfulb
approved these changes
Sep 9, 2025
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.
No description provided.