Skip to content

docs inconsistency: inspect_exception_causes_for_exclusion default value #1519

Description

@josh-m-sharpe

https://docs.sentry.io/platforms/ruby/configuration/options/ (see inspect_exception_causes_for_exclusion) -> says false

https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/configuration.rb#L92 -> says false

appears to actually be true?

https://github.com/getsentry/sentry-ruby/blob/master/sentry-ruby/lib/sentry/configuration.rb#L195

2.6.8 :006 > Sentry.configuration.inspect_exception_causes_for_exclusion
=> true

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions