lib/sentry/rails/rescued_exception_interceptor.rb in sentry-rails-5.20.1 vs lib/sentry/rails/rescued_exception_interceptor.rb in sentry-rails-5.21.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Sentry
module Rails
class RescuedExceptionInterceptor
def initialize(app)
@app = app