lib/dry/monitor/rack/middleware.rb in dry-monitor-0.6.3 vs lib/dry/monitor/rack/middleware.rb in dry-monitor-0.7.0

- old
+ new

@@ -2,12 +2,12 @@ module Dry module Monitor module Rack class Middleware - REQUEST_START = :'rack.request.start' - REQUEST_STOP = :'rack.request.stop' - REQUEST_ERROR = :'rack.request.error' + REQUEST_START = :"rack.request.start" + REQUEST_STOP = :"rack.request.stop" + REQUEST_ERROR = :"rack.request.error" Notifications.register_event(REQUEST_START) Notifications.register_event(REQUEST_STOP) Notifications.register_event(REQUEST_ERROR)