{% load i18n %} {% load sentry_helpers %}
{% github_button 'getsentry' 'raven-ruby' %}

{% blocktrans with 'https://github.com/getsentry/raven-ruby' as link %}Start by installing raven-ruby:{% endblocktrans %}

gem install sentry-raven

{% trans "Or add it to your Gemfile:" %}

gem "sentry-raven", :git => "https://github.com/getsentry/raven-ruby.git"
{% block inner %} {% endblock %}

You may want to give things a try, you might want to use the included Rake task to test your configuration:

rake raven:test

Note: If you're not bootstrapping the Raven gem somewhere that's included in your Rakefile, you'll have to manually pass the DSN value:

rake raven:test[DSN]

{% blocktrans with 'https://github.com/getsentry/raven-ruby' as link %}For more information on other uses of Raven with Ruby, please see the official documentation for raven-ruby.{% endblocktrans %}