Skip to content

Integrate Sentry and improve config/version handling#1060

Merged
StuartFerguson merged 1 commit intomasterfrom
task/#1059_sentry_integration
Mar 19, 2026
Merged

Integrate Sentry and improve config/version handling#1060
StuartFerguson merged 1 commit intomasterfrom
task/#1059_sentry_integration

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

  • Add Sentry.AspNetCore and enable Sentry via config (except Development)
  • Enhance Program.cs to load config from multiple sources, including hosting.json and environment-specific files
  • Initialize ConfigurationReader earlier in startup
  • Simplify Startup constructor; config now built in Program.cs
  • Update GitHub Actions to set assembly, file, and informational versions during publish for consistent versioning
    closes Sentry Integration #1059
    closes Set version in publish step of release workflow #1058

- Add Sentry.AspNetCore and enable Sentry via config (except Development)
- Enhance Program.cs to load config from multiple sources, including hosting.json and environment-specific files
- Initialize ConfigurationReader earlier in startup
- Simplify Startup constructor; config now built in Program.cs
- Update GitHub Actions to set assembly, file, and informational versions during publish for consistent versioning
@StuartFerguson StuartFerguson merged commit 8e340b5 into master Mar 19, 2026
9 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 step of release workflow

1 participant