6
1 Comment

Error tracking in Chrome Extensions

https://chromeextensionkit.com/blog/error-tracking/
submitted this linkon September 21, 2020
  1. 1

    A question I get pretty often for ChromeExtensionKit is how to track errors within a Chrome Extension, so I figured I'd do a little write up about it. It's largely the same as how you'd error track in any client application, however the complexities come in when it comes to talking cross-origin to the error monitoring service.

    Hope it helps and I'm also always looking for new blog post ideas surrounding Chrome Extensions, so if you have any questions, let me know!