sentry-dotnet
sentry-dotnet copied to clipboard
Crons Hangfire integration - find job names automatically
Can we get the job manager, eg: var jobManager = app.ApplicationServices.GetRequiredService<IRecurringJobManager>();
Then with it find all registered jobs?
Having to add SentryMonitorSlug
to all my jobs is pretty annoying