Open
Description
Problem Statement
We should provide documentation and samples for integrating Sentry with .NET Worker Services.
Note, we already have the Generic Host sample, but this is slightly different.
Solution Brainstorm
- Build a sample starting from
dotnet new worker
- Add
Sentry.Extensions.Logging
- Clear the scope before the first execution (requires Add
Scope.Clear
andScope.ClearBreadcrumbs
#2272) - Push and dispose a new scope for each inner loop of the worker
- Enable tracing, and start/finish a new transaction for each inner loop of the worker
- Add a new guide to the Sentry .NET docs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status