mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
amend airbrake location
This commit is contained in:
parent
a0bdbe046a
commit
3a58e7aac2
2 changed files with 1 additions and 4 deletions
|
@ -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 a new issue