Skip to content

Commit

Permalink
Merge pull request #364 from Nosajool/populate_empty_backtraces-readme
Browse files Browse the repository at this point in the history
Fix typo in README.md Sending backtrace without rescued exceptions
  • Loading branch information
jondeandres committed Dec 21, 2015
2 parents 9c7270c + c08dcca commit 5bd9579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ exception = MyException.new('this is a message')
Rollbar.error(exception)
```

You will notice a backtrace doesn't appear in your Rollbar dashboard. This is because `exception.backtrace` is `nil` in these cases. We can send the current backtrace for you even your exception doesn't have it. In order to enable this feature you should configure Rollbar in this way:
You will notice a backtrace doesn't appear in your Rollbar dashboard. This is because `exception.backtrace` is `nil` in these cases. We can send the current backtrace for you even if your exception doesn't have it. In order to enable this feature you should configure Rollbar in this way:

```ruby
Rollbar.configure do |config|
Expand Down

0 comments on commit 5bd9579

Please sign in to comment.