You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Sentry Metrics API to scheduler jobs (#428)
* feat: add Sentry Metrics API to scheduler jobs
Update Sentry .NET SDK from 6.0.0 to 6.2.0-alpha.0 to get the new
Metrics API, then instrument all scheduler jobs and the download worker
with counters, gauges, and distributions for monitoring in Sentry
dashboards.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* ci: add Playwright workflow for .NET Blazor e2e tests
The Angular-era playwright-workflow.yml was removed during the Blazor
migration (#403). The new .NET-based PlaywrightTests use Testcontainers
(PostgreSQL + ClickHouse) and boot the real app, so the workflow only
needs .NET SDK and Docker (both available on ubuntu-latest).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: use IHub.Metrics instead of SentrySdk static, remove playwright workflow
Use the DI-injected IHub instance for metrics emission instead of
SentrySdk.Experimental.Metrics where IHub is available. DailyDownloadWorker
keeps SentrySdk since it consistently uses the static API.
Remove playwright-workflow.yml from this PR — will be addressed in a
separate issue after fixing CI-specific test failures.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments