Skip to content

Releases: solarwinds/appoptics-apm-ruby

4.2.2

11 Jun 23:00
Compare
Choose a tag to compare
  • ActiveJob w/sidekiq adapter now reports 'wrapped' class, instead of generic JobWrapper class

4.2.1

31 May 16:47
Compare
Choose a tag to compare
  • 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

25 May 00:32
Compare
Choose a tag to compare

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

09 May 22:54
Compare
Choose a tag to compare
  • 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

04 May 23:26
Compare
Choose a tag to compare

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

03 May 21:00
Compare
Choose a tag to compare
  • 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

13 Apr 12:38
Compare
Choose a tag to compare
  • Fix memory leak caused by 3rd party library

4.1.0

13 Apr 11:20
Compare
Choose a tag to compare
  • Fix memory leak caused by 3rd party library
  • End support for Ruby 1.9.3
  • End support for memcached-client gem

4.0.7

28 Mar 22:31
Compare
Choose a tag to compare
  • Fix: Avoid double spans for ActiveRecord operations
  • Fix: Correct tracing for ActiveRecord update operation

4.0.6

26 Mar 21:08
Compare
Choose a tag to compare
  • add Heroku installation