Skip to content

Commit

Permalink
Changed behaviour not to add at_exit block automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Nov 20, 2017
1 parent 3504423 commit 46e2b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bugsnag/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def initialize

# Set up the defaults
self.auto_notify = true
self.add_exit_handler = true
self.add_exit_handler = false
self.send_environment = false
self.send_code = true
self.meta_data_filters = Set.new(DEFAULT_META_DATA_FILTERS)
Expand Down

0 comments on commit 46e2b07

Please sign in to comment.