v1.0.3 #181
hennevogel
started this conversation in
Releases
v1.0.3
#181
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
influxdb-rails 1.0.3
This release changes how the status of requests that end up in an exception are measured. The
ActionController
measurement will set the status just like Rails.logger does for some "standard" exceptions likeActiveRecord::RecordNotFound
orActionController::RoutingError
. Everything that isn't handled by default in Rails is reported as with a 500 status tag. This makes it easier to distinguish "standard' exceptions from "real" exceptional things.After dropping support for Ruby 2.4 a while ago, we now require Ruby 2.5.
This discussion was created from the release v1.0.3.
Beta Was this translation helpful? Give feedback.
All reactions