Skip to content

Commit

Permalink
Improve puma docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Nov 27, 2016
1 parent 960727a commit 9e00b28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion docs/integrations/puma.rst
@@ -1,9 +1,22 @@
Puma
===================
====

Installation
------------

Install the SDK via Rubygems by adding it to your ``Gemfile``:

.. sourcecode:: ruby

gem "sentry-raven"

Configuration
-------------

Puma provides a config option for handling low level errors.

.. sourcecode:: ruby

# in your puma.rb config
lowlevel_error_handler do |ex, env|
Raven.capture_exception(
Expand Down
1 change: 0 additions & 1 deletion docs/sentry-doc-config.json
Expand Up @@ -25,7 +25,6 @@
"type": "framework",
"doc_link": "integrations/rails/",
"wizard": [
"index#installation",
"integrations/rails#ruby-on-rails"
]
}
Expand Down

0 comments on commit 9e00b28

Please sign in to comment.