What do you all use for client-side error reporting?

We’d like to set up Sentry for client-side error reporting for an extension we’re about to launch, but it seems as if only Google Analytics is allowed. If that is the case, what solutions do you guys set up for client-side error reporting?

1 Like

Google analytics is the only one allowed to be loaded from an external CDN. If you bundle the required files you can use whatever you want as long as it follows the guidelines.

If you’re noticing that your error reporting is being blocked even when it’s bundled make sure your ad blocker is disabled. I spent more time than I care to admit trying to debug that! :laughing:

1 Like

We use sentry on multiple extensions with no problem, just bundle the client library in the source of the extension.
The reporting goes OUT to sentry’s servers, restrictions only apply on scripts that you load IN, of which only google analytics is approved.