-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bullet_config
24 lines (23 loc) · 898 Bytes
/
.bullet_config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# bullet gem configure
config.after_initialize do
Bullet.enable = true
# Bullet.sentry = true
# Bullet.alert = true
Bullet.bullet_logger = true
# Bullet.console = true
# Bullet.growl = true
# Bullet.xmpp = { :account => 'bullets_account@jabber.org',
# :password => 'bullets_password_for_jabber',
# :receiver => 'your_account@jabber.org',
# :show_online_status => true }
Bullet.rails_logger = true
# Bullet.honeybadger = true
# Bullet.bugsnag = true
# Bullet.airbrake = true
# Bullet.rollbar = true
# Bullet.add_footer = true
# Bullet.stacktrace_includes = [ 'your_gem', 'your_middleware' ]
# Bullet.stacktrace_excludes = [ 'their_gem', 'their_middleware' ]
# Bullet.slack = { webhook_url: 'http://some.slack.url', channel: '#default', username: 'notifier' }
end
end