How to use sentry.io with DO?

I have a SvelteKit project setup with toucan-js. When an Error is thrown inside a DO the error is caught but it has no stack-trace.

Can I catch the Error in the worker (sveltekit) or should I handle it seperately in the DO?
Was this page helpful?