Skip to content

Commit 369fe6c

Browse files
committed
enable active support breadcrumbs in rails 5 example
1 parent e188a06 commit 369fe6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/rails-5.0/config/application.rb

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ module Rails50
1010
class Application < Rails::Application
1111
config.consider_all_requests_local = false
1212

13+
config.rails_activesupport_breadcrumbs = true
14+
1315
# https://github.com/getsentry/raven-ruby/issues/494
1416
config.exceptions_app = self.routes
1517

0 commit comments

Comments
 (0)