Installs and configures a Chef handler for sending errors to Sentry.
Chef Client 12.1 or above.
This cookbook has been verified to work on the following platforms:
- Ubuntu 14.04/16.04
- RHEL (CentOS) 5/6/7
- AIX 7.1
- Solaris 11
- Windows 2008r2/2012r2
All you need to do is set the node['sentry']['options']['dsn']
value and add
the default recipe of this cookbook to your run-list. You can do this
from a wrapper cookbook recipe:
node.default['sentry']['options']['dsn'] = 'https://xxxx:yyyy@sentry.corporate.com/1'
include_recipe 'chef-sentry-handler::default'