Trouble with Error Stacktrace in Convex Using Effect Typescript
I'm trying to run an effect inside Convex, but I cannot get error stacktrace to work.
When throwing a regular error in a Convex query with the following code:
I get an output like this:
But when I run an effect like this:
I get this output:
Even if I try with sandbox like this:
I get this output:
A bit better, but still missing the file and line of the error.
Any ideas how I could fix this?
When throwing a regular error in a Convex query with the following code:
I get an output like this:
But when I run an effect like this:
I get this output:
Even if I try with sandbox like this:
I get this output:
A bit better, but still missing the file and line of the error.
Any ideas how I could fix this?
