Hang on, I already use Sentry
Keep Sentry.AspNetCore and change its destination to your Telebugs DSN. Your error reports stay on your server. You don’t need a Sentry account.
An API can run on Lambda and still have a home for its exceptions. Connect the Sentry .NET SDK to Telebugs and keep the reports on your server.
Space pauses or resumes. R replays. Escape shows the complete setup.
Keep Sentry.AspNetCore and change its destination to your Telebugs DSN. Your error reports stay on your server. You don’t need a Sentry account.
Yes. The example uses the ASP.NET Core integration with Lambda’s API Gateway host. A plain Lambda handler can report exceptions through the base .NET SDK instead.
Once Telebugs receives it, yes. The SDK needs time to send it first. The request-completion option handles that for the API hosting setup shown here.