Handling Defects with Sentry in @effect/platform's HttpApiBuilder
Hello! I'm using @effect/platform with the
Let's say that I encounter an SqlError. How should I handle this so it gets to Sentry?
HttpApiBuilder.toWebHandler(). I was wondering if there was a way to catch defects so I can report them via Sentry. Let's say that I encounter an SqlError. How should I handle this so it gets to Sentry?
