Skip to content

Add Sentry integration and centralize configuration#516

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

Add Sentry integration and centralize configuration#516
StuartFerguson merged 1 commit intomainfrom
task/#515_sentry_integration

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

  • Integrate Sentry.AspNetCore for error monitoring in non-dev environments, with options loaded from configuration.
  • Refactor configuration loading to Program.cs using ConfigureAppConfiguration, supporting multiple JSON sources and environment variables.
  • Remove redundant config loading from Startup.cs.
  • Update GitHub Actions to set version properties during publish.
    closes Sentry Integration #515
    closes Set version in publish for release #514

- Integrate Sentry.AspNetCore for error monitoring in non-dev environments, with options loaded from configuration.
- Refactor configuration loading to Program.cs using ConfigureAppConfiguration, supporting multiple JSON sources and environment variables.
- Remove redundant config loading from Startup.cs.
- Update GitHub Actions to set version properties during publish.
@StuartFerguson StuartFerguson merged commit 6249141 into main Mar 19, 2026
5 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 publish for release

1 participant