sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Crons Hangfire integration - find job names automatically

Open bruno-garcia opened this issue 11 months ago • 0 comments

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

bruno-garcia avatar Mar 14 '24 04:03 bruno-garcia