Skip to content

Make Sentry options configurable via app settings#1184

Merged
StuartFerguson merged 1 commit intomasterfrom
task/#1065_sentry_config
Mar 28, 2026
Merged

Make Sentry options configurable via app settings#1184
StuartFerguson merged 1 commit intomasterfrom
task/#1065_sentry_config

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

CaptureBlockingCalls and IncludeActivityData are now read from configuration using ConfigurationReader.GetValueOrDefault, defaulting to false if not set. This allows these Sentry options to be controlled externally rather than hardcoded.

closes #1065

CaptureBlockingCalls and IncludeActivityData are now read from configuration using ConfigurationReader.GetValueOrDefault, defaulting to false if not set. This allows these Sentry options to be controlled externally rather than hardcoded.
@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Mar 28, 2026
@StuartFerguson StuartFerguson merged commit 71756ff into master Mar 28, 2026
9 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