You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Add new environment variables to control SendDataOnExit functionality: NEW_RELIC_SEND_DATA_ON_EXIT, NEW_RELIC_SEND_DATA_ON_EXIT_THRESHOLD_MS. #1250
Enables integration with CodeStream Code-Level Metrics by default. This allows you to see Golden Signals in your IDE through New Relic CodeStream without altering agent configuration. Learn more here. For any issues or direct feedback, please reach out to [email protected]. #1255
Fixes
Resolves an issue where the .NET Core agent could crash during application shutdown when SendDataOnExit functionality was triggered. #1254
Resolves an issue where the .NET agent incorrectly injects the browser agent script inside Html pages. #1247
Resolves an issue where some instrumentation was missing for Microsoft.Data.SqlClient in .NET Framework. #1248
Resolves an issue with local log decoration for NLog where the original log message was not included in the output. #1249
Resolves an issue where the .NET agent failed to serialize custom attributes containing some non-primtive types. #1256
Includes missing profiler environment variables in debug logs during application startup. #1255
Resolves an issue where the .NET agent still sends up disabled event types during reconnecting period. #1251