Skip to content

Add Sentry integration and centralize config loading#692

Merged
StuartFerguson merged 1 commit intomainfrom
task/#690_sentry_integration
Mar 19, 2026
Merged

Add Sentry integration and centralize config loading#692
StuartFerguson merged 1 commit intomainfrom
task/#690_sentry_integration

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

  • Integrate Sentry.AspNetCore for error monitoring in non-development environments, loading DSN and options from configuration.
  • Move configuration building from Startup.cs to Program.cs for earlier access, supporting Sentry setup.
  • Update Startup to use pre-built configuration.
  • Enhance GitHub Actions release workflow to set versioning properties during publish.
  • Centralize and streamline configuration loading for consistency.
    closes Sentry Integration #691
    closes Set version in release workflow publish #690

- Integrate Sentry.AspNetCore for error monitoring in non-development environments, loading DSN and options from configuration.
- Move configuration building from Startup.cs to Program.cs for earlier access, supporting Sentry setup.
- Update Startup to use pre-built configuration.
- Enhance GitHub Actions release workflow to set versioning properties during publish.
- Centralize and streamline configuration loading for consistency.
@StuartFerguson StuartFerguson merged commit eac693a into main Mar 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sentry Integration Set version in release workflow publish

1 participant