Releases: getsentry/sentry-ruby
v2.11.0
- FEATURE: Prepend the transaction around_action so libraries with controllers can alter the value. [@drcapulet, #887]
v2.10.0
v2.9.0
v2.8.0
2.7.4
BUGFIX: Correctly handle public only DSNs [@mitsuhiko, #847]
BUGFIX: context attributes with nil raised error [@joker-777, 824]
BUGFIX: Suppress warning about enabling dyno metadata in Heroku CI [@meganemura, #833]
2.7.3
- BUGFIX: Fix proxy settings for Faraday [@Strnadj, #820]
- BUGFIX: Fix duplicated events in ActiveJob w/DelayedJob and Sidekiq [@BrentWheeldon, #815]
2.7.2
- BUGFIX: GlobalIDs are now displayed correctly in Sidekiq contexts [@louim, #798]
- BUGFIX: If git is not installed, fail silently during release detection [@nateberkopec]
- BUGFIX: We do not support rack-timeout <= 0.2, fix errors when incompat version present [@nateberkopec]
- BUGFIX: Put cookies in the correct spot of event [@nateberkopec, #812]
- BUGFIX: Exception context is deep_merged [@janklimo, #782]
2.7.1
BUGFIX: Fixed LocalJumpError in Rails controllers [@nateberkopec w/@frodsan, #774]
2.7.0
YANKED due to #774
-
FEATURE: Add random sampling. [@nateberkopec, #734]
-
FEATURE: Transactions. See Context docs for usage. [@nateberkopec, #743]
-
FEATURE: You can set the current environment for Sentry via
SENTRY_CURRENT_ENV
env variable. Useful if your staging environment's RACK_ENV is "production", for example. [@tijmenb, #736] -
BUGFIX: Fix wrapped classnames in old versions of Sidekiq and ActiveJob [@nateberkopec, #702]
-
BUGFIX: Server names on Heroku were pretty useless before - now they follow the dyno name ("worker.1", "web.2") [@nateberkopec, #703]
-
BUGFIX: ActiveJob::DeserializationError is now ignored by default. Not doing so can cause infinite loops if you are using an ActiveJob async callback. [@nateberkopec, #701]
-
BUGFIX: Binary conversion to UTF-8 when binary is frozen is fixed [@nateberkopec, #757]
-
BUGFIX: Our credit-card regex now matches Sentry's server behavior, which means it does not censor milliseconds since the epoch [@nateberkopec, #771]
-
REFACTOR: We now use an updated port of Rails' deep_merge which should be 5-10% faster [@nateberkopec, #770]
-
REFACTOR: Tests have been cleaned up, and now run in random order. [@nateberkopec]
-
REFACTOR: Raven::Event has been refactored a bit [@nateberkopec]
2.6.3
- BUGFIX: Fixed typo in the Heroku warning [@greysteil, #728]
- BUGFIX: Swallow IOErrors when reading the Rack request body [@nateberkopec]
- BUGFIX: Fix invalid UTF-8/circular references when using async [@nateberkopec, #730]