{ "html": "
Install the SDK via Rubygems by adding it to your Gemfile
:
gem "sentry-raven"\n
Add use Raven::Rack
to your config.ru
or other rackup file (this is\nautomatically inserted in Rails):
require 'raven'\n\nRaven.configure do |config|\n config.dsn = '___DSN___'\nend\n\nuse Raven::Rack\n