Skip to content

Make Sentry options configurable via app settings#697

Merged
StuartFerguson merged 1 commit intomainfrom
task/#693/sentry_config
Mar 28, 2026
Merged

Make Sentry options configurable via app settings#697
StuartFerguson merged 1 commit intomainfrom
task/#693/sentry_config

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Refactored Sentry configuration to read CaptureBlockingCalls and the new IncludeActivityData options from application settings using ConfigurationReader, allowing for more flexible and environment-specific configuration. Defaults for both options are set to false if not specified.

closes #693

Refactored Sentry configuration to read CaptureBlockingCalls and the new IncludeActivityData options from application settings using ConfigurationReader, allowing for more flexible and environment-specific configuration. Defaults for both options are set to false if not specified.
@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Mar 28, 2026
@StuartFerguson StuartFerguson merged commit 171a09a into main Mar 28, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs and error-prone code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make blocking call tracking in Sentry Configurable

1 participant