Skip to content

Commit

Permalink
Update docs/platforms/ruby/common/configuration/options.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
sl0thentr0py and lizokm committed Aug 16, 2024
1 parent 274aba0 commit 5f8ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/ruby/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Provide a lambda or proc that is called with an SDK-specific transaction event o

<ConfigKey name="backtrace-cleanup-callback">

If you want to clean up exceptions' backtrace before it's sent to Sentry, you can specify a callback with `backtrace_cleanup_callback` to do that. For example:
If you want to clean up the backtrace of an exception before it's sent to Sentry, you can specify a callback with `backtrace_cleanup_callback`, for example:

```ruby
config.backtrace_cleanup_callback = lambda do |backtrace|
Expand Down

0 comments on commit 5f8ee5f

Please sign in to comment.