Hey, I'm trying out sentry for the first time and trying to get it hooked up with my NextJS app using the edge runtime and server actions.
I've noticed that Sentry does not log handled errors when using the edge runtime.
The same code when run on the node runtime works fine.
I've created a minimal repro here:
https://github.com/Xexr/sentry-edge-error
I think this is a bug, but happy to be corrected if I'm doing something wrong?
Thanks