Releases: getsentry/sentry-ruby
Releases · getsentry/sentry-ruby
v2.12.1
- FIX: undefined method `[]' for nil:NilClass [@HazAT, #932]
v2.12.0
- FIX: Remove duplicate message when exception is emitted
- FIX: Frozen string bug in utf8conversation
- FEATURE: Allow block on tags_context and extra_context
v2.11.0
- FEATURE: Prepend the transaction around_action so libraries with controllers can alter the value. [@drcapulet, #887]
v2.10.0
- FEATURE: Added support for
SENTRY_ENVIRONMENT
[@mtsmfm, #910]
- FEATURE: Added support for
SENTRY_RELEASE
[@coorasse, #911]
v2.9.0
- FEATURE: Added
config.inspect_exception_causes_for_exclusion
. Determines if the exception cause should be inspected for config.excluded_exceptions
option. [@effron, #872]