### Which SDK are you using? @sentry/cloudflare ### SDK Version 9.40.0 we are seeing sentry's cloudflare SDK frequently cause infinite recursion issues with DurableObjects. production stacktrace: <img width="1281" height="361" alt="Image" src="https://github.com/user-attachments/assets/904967f9-1604-4b63-9d37-c63f10948395" /> source code referenced: <img width="713" height="381" alt="Image" src="https://github.com/user-attachments/assets/84516a3c-1757-49f0-8665-794fcc68e4ad" /> link to repo source: https://github.com/getsentry/sentry-javascript/blame/12528ec04ce752db6e800f2d577c3d7fcda3d24b/packages/cloudflare/src/flush.ts#L22 ## this code is broken and unnecessary **there is no reason (ever) to call `waitUntil()` inside a DurableObject**. it is a no-op; please see the [documentation](https://developers.cloudflare.com/durable-objects/api/state/#waituntil)