Skip to content

Commit

Permalink
Merge pull request getsentry#117 from olivierlacan/master
Browse files Browse the repository at this point in the history
Mention the default excluded exceptions in the README
  • Loading branch information
dcramer committed Jul 8, 2013
2 parents e865f25 + e64ae46 commit 299f326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ Raven.configure do |config|
end
```

You can find the list of exceptions that are excluded by default in [Raven::Configuration::IGNORE_DEFAULT](https://github.com/getsentry/raven-ruby/blob/master/lib/raven/configuration.rb#L74-L80). Remember you'll be overriding those defaults by setting this configuration.

### Tags

You can configure default tags to be sent with every event. These can be
Expand Down

0 comments on commit 299f326

Please sign in to comment.