Integrating Sentry with Effect for Logs, Traces, and Errors

Hello, I working on getting sentry hooked up to one of our apps but I'm not sure tbh what is the best way to integrate it with effect, I tried using the SentrySpanProcessor as the docs suggested but my spans don't seem to get captured. Is there some best practices that I should follow here? basically what I want to do is to be able to export logs, traces, and errors to sentry.
Was this page helpful?