Does anyone know how to setup sentry with for workers with WorkerEntrypoint class (RPC). I see there
Does anyone know how to setup sentry with for workers with WorkerEntrypoint class (RPC). I see theres a SDK for workers that wraps the exported function calls for fetch. But that doesn't work for class based workers as the class is initialised by CF.