From 5f8ee5f9d72edae584bf0d1b612ff90ec88003bf Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Fri, 16 Aug 2024 13:06:03 +0200 Subject: [PATCH] Update docs/platforms/ruby/common/configuration/options.mdx Co-authored-by: Liza Mock --- docs/platforms/ruby/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/ruby/common/configuration/options.mdx b/docs/platforms/ruby/common/configuration/options.mdx index 82f4d9d2fa8d3..1e350c28bfb4d 100644 --- a/docs/platforms/ruby/common/configuration/options.mdx +++ b/docs/platforms/ruby/common/configuration/options.mdx @@ -283,7 +283,7 @@ Provide a lambda or proc that is called with an SDK-specific transaction event o -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|