Looking for In-Depth Resources on Tracing with Effect and Sentry Integration
What is the best resource around tracing with Effect? I have read the docs and quite a bit of the Discord threads, but hoping maybe a Effect Days video covers it a bit more in depth / practically?
Finally have tracing working with Sentry thanks to other Discord threads, but with some gotchas, such as errors logging as if they come from the
Finally have tracing working with Sentry thanks to other Discord threads, but with some gotchas, such as errors logging as if they come from the
captureException call, rather than where they are yielded. Imagine this may be related to using layerGlobal over layer, etc.
