mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
amend airbrake location
This commit is contained in:
parent
a0bdbe046a
commit
3a58e7aac2
@ -1,3 +0,0 @@
|
||||
if Rails.env.production? && File.exists?(Rails.root + '/config/airbrake.rb')
|
||||
require 'airbrake'
|
||||
end
|
@ -1,6 +1,6 @@
|
||||
# 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'
|
Loading…
Reference in New Issue
Block a user