Skip to content

Commit

Permalink
Fix typo on code&context docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon de Andres committed Sep 15, 2016
1 parent 8fef1ca commit 58b5515
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 @@ -644,7 +644,7 @@ In the example from above we are defining a new payload scope and overriding the

By default we send the following values for each backtrace frame: `filename`, `lineno` and `method`. You can configure Rollbar to additionally send `code` (the actual line of code) and `context` (lines before and after) for each frame.

Since the backtrace can be very long, you can configure to send this data for all the frames or only your in-project frames. There are three levels: `:none` (default), `:app` (only your project files) and `all`. Example:
Since the backtrace can be very long, you can configure to send this data for all the frames or only your in-project frames. There are three levels: `:none` (default), `:app` (only your project files) and `:all`. Example:

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

0 comments on commit 58b5515

Please sign in to comment.