When looking at my sentry entries, I believe i have the Cloudflare one set up as i'm seeing the issues come from my tail worker.
However, from Sentry's guide, its setup is quite different.
I'm particularly interested in
beforeSend
beforeSend
as i'd like to filter out HTTP 404 responses.
If there is a different way to do this, i'd be happy to go that path. I had thought about using worker routes but I have a custom domain pointed directly at the worker, and based on the documentation it implied that it wasn't possible to configure it at a route level then?