Skip to content

Commit a8fac7f

Browse files
authored
Merge pull request #558 from janraasch/patch-1
Do not implicitly set up rack-timeout middleware
2 parents 8e1a23a + b3d3181 commit a8fac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/raven/integrations/rack-timeout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rubocop:disable Style/FileName
22
# We need to do this because of the way integration loading works
3-
require 'rack-timeout'
3+
require "rack/timeout/base"
44

55
# This integration is a good example of how to change how exceptions
66
# get grouped by Sentry's UI. Simply override #raven_context in

0 commit comments

Comments
 (0)