Feb 05, 2026
Fix install on Ruby 4 and log configure
Ruby4.8.2
Added
- Log where
Appsignal.configureis called. When a warning is emitted aboutAppsignal.configurebeing called from an application whereconfig/appsignal.ymlorconfig/appsignal.rbexist, log the location from whichAppsignal.configurewas called alongside the location of the configuration file.
Fixed
- Fix the
bundle exec appsignal installCLI command on Ruby 4 by removing the dependency on theostructgem, which is no longer part of the standard library.
View the Ruby gem v4.8.2 changelog for more information.