Releases: solarwinds/appoptics-apm-ruby
Releases · solarwinds/appoptics-apm-ruby
4.2.2
- ActiveJob w/sidekiq adapter now reports 'wrapped' class, instead of generic JobWrapper class
4.2.1
- Fix: don't include password in redis :auth span
- Fix: don't try to print rack info if there is no rack
- Fix: Use extension 3.0.1 with fix when on EC2
4.2.0
Custom Transaction Name
- adds SDK method:
AppOpticsAPM::API.set_transaction_name('some_name')
, which allows setting the transaction name from within controllers and other code that is part of a trace started by rack. - adds configuration option:
AppOpticsAPM::Config['transaction_name']['prepend_domain']
, if set the domain will be prepended to default and custom transaction names.
4.1.2
- Fix: Don't try to connect to database when determining database type
- Fix: In ActionControllerApi use action for action part of transaction name
4.0.9
patch 4.0.x gem with bug fixes:
- Fix: Allow installing gem, when behind a proxy
- Fix: Rescue exception, when regex can't be applied to path to filter out static resources
4.1.1
- Feature: Add option to load configurations from a configuration file
- Fix: Allow installing gem, when behind a proxy
- Fix: Rescue exception, when regex can't be applied to path to filter out static resources
4.0.8
- Fix memory leak caused by 3rd party library
4.1.0
- Fix memory leak caused by 3rd party library
- End support for Ruby 1.9.3
- End support for memcached-client gem
4.0.7
- Fix: Avoid double spans for ActiveRecord operations
- Fix: Correct tracing for ActiveRecord update operation
4.0.6
- add Heroku installation