Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Rollbar with deployment #2

Open
dmcnulla opened this issue Apr 15, 2016 · 0 comments
Open

Integrate Rollbar with deployment #2

dmcnulla opened this issue Apr 15, 2016 · 0 comments
Assignees

Comments

@dmcnulla
Copy link
Owner

gem 'rollbar', '~> 2.8.3'

Then run:

bundle install

If you don't use bundler:

gem install rollbar

Send a test message
You'll need your project's server-side access token to initialize the Rollbar notifier. Sending a message to Rollbar is as simple as:

require 'rollbar'

Rollbar.configure do |config|
  config.access_token = '1fb43b5943ce4289975f2c778cb3818c'
end

Rollbar.error('Hello world')
@dmcnulla dmcnulla self-assigned this Apr 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant