mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: airbrake dependency removed, can be added via a plugin if needed
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
# Internally Dicourse uses Errbit for error logging,
|
||||
# you can to by setting up an instance and amending this file
|
||||
require 'airbrake'
|
||||
Airbrake.configure do |config|
|
||||
config.api_key = 'YOUR API KEY'
|
||||
config.host = 'errors.example.com'
|
||||
config.port = 80
|
||||
config.secure = config.port == 443
|
||||
|
||||
|
||||
# IP Spoof errors can be ignored
|
||||
config.ignore << "ActionDispatch::RemoteIp::IpSpoofAttackError"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user