Ruby Agent version 4.xedit
4.1.0edit
Addededit
- Azure App Services instance metadata #1007
Changededit
-
hostname
is now reported split byconfigured_hostname
anddetected_hostname
#1009
Fixededit
4.0.0edit
Upgradingedit
Be aware that this release changes the agent’s general approach to instrumenting third
party libraries.
It now uses Module#prepend
over alias method chaining.
This doesn’t necessarily impact your application but it could if you are using other gems that use the old approach to patch the same method. Mixing the two approaches can lead to infinite recursion.
Removededit
- Removed support for Ruby 2.3 and JRuby 9.1 #901
-
Config option
active
, seeenabled
#900 -
Config option
custom_key_filters
, seesanitize_field_names
#900 -
Config option
default_tags
, seeglobal_labels
#900 -
Config option
default_labels
, seeglobal_labels
#900 -
Config option
ignore_url_patterns
, seetransaction_ignore_urls
#900 -
Config option
use_legacy_sql_parser
, legacy parser no longer included #900
Changededit
Addededit
-
Added
set_service
API #1006