Skip to content

Make Sentry options configurable; clean up Startup.cs#245

Merged
StuartFerguson merged 1 commit intomainfrom
task/#244_sentry_blocking_call
Mar 28, 2026
Merged

Make Sentry options configurable; clean up Startup.cs#245
StuartFerguson merged 1 commit intomainfrom
task/#244_sentry_blocking_call

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Sentry's CaptureBlockingCalls and IncludeActivityData options are now configurable via app settings instead of being hardcoded. Also, removed obsolete commented-out configuration code from Startup.cs for clarity.

closes #244

Sentry's CaptureBlockingCalls and IncludeActivityData options are now configurable via app settings instead of being hardcoded. Also, removed obsolete commented-out configuration code from Startup.cs for clarity.
@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Mar 28, 2026
@StuartFerguson StuartFerguson merged commit fab7816 into main Mar 28, 2026
6 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