Snippets help
Only concern at the moment is exception handling in snippets, what’s the best way?
If any type of error occurs in the snippet how would I know and how should I handle it?
In workers, I’d either catch exceptions and log/report or use tail and send to sentry for example. Can also see error analytics in workers/etc but not for snippets.
If any type of error occurs in the snippet how would I know and how should I handle it?
In workers, I’d either catch exceptions and log/report or use tail and send to sentry for example. Can also see error analytics in workers/etc but not for snippets.