We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e1a23a + b3d3181 commit a8fac7fCopy full SHA for a8fac7f
lib/raven/integrations/rack-timeout.rb
@@ -1,6 +1,6 @@
1
# rubocop:disable Style/FileName
2
# We need to do this because of the way integration loading works
3
-require 'rack-timeout'
+require "rack/timeout/base"
4
5
# This integration is a good example of how to change how exceptions
6
# get grouped by Sentry's UI. Simply override #raven_context in
0 commit comments