All Versions
128
Latest Version
Avg Release Cycle
17 days
Latest Release
39 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v2.12.2 Changes
October 24, 2019 -
v2.12.1 Changes
October 24, 2019 -
v2.12.0 Changes
October 16, 2019- ๐ 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.3 Changes
September 26, 2019 -
v2.11.2 Changes
September 17, 2019- ๐ REF: Warn on 4xx error [@iloveitaly, #862]
-
v2.11.1 Changes
September 10, 2019 -
v2.11.0 Changes
July 30, 2019- ๐ FEATURE: Prepend the transaction around_action so libraries with controllers can alter the value. [@drcapulet, #887]
-
v2.10.0 Changes
- ๐ FEATURE: Added support for
SENTRY_ENVIRONMENT[@mtsmfm, #910] - ๐ FEATURE: Added support for
SENTRY_RELEASE[@coorasse, #911]
- ๐ FEATURE: Added support for
-
v2.9.0 Changes
- ๐ป FEATURE: Added
config.inspect_exception_causes_for_exclusion. Determines if the exception cause should be inspected forconfig.excluded_exceptionsoption. [@effron, #872]
- ๐ป FEATURE: Added
-
v2.8.0 Changes
- ๐ FEATURE: Added
config.before_send. Provide a lambda or proc to this config setting, which will becalled before sending an event to Sentry. Receiveseventandhintas parameters.hintis a hash{:exception => ex | nil, :message => message | nil}. [@hazat, #882]
- ๐ FEATURE: Added