simpleanalytics / roadmap

File you bugs and feature requests here
24 stars 2 forks source link

Throwing errors tracking #363

Open simpleanalyticsbot opened 4 years ago

simpleanalyticsbot commented 4 years ago

Actually, when you got a complicated web application, you probably need a tool to track every error is thrown from the application, for each user on each page. (Just like Raygun) So it will be amazing if you guys can make this feature.

Blessing,

geirmarius commented 3 years ago

I second this. Would be nice with a simple error tracker.

adriaandotcom commented 3 years ago

Thanks for your feedback! I just wonder, why is Raygun not a great solution?

adriaandotcom commented 3 years ago

cc @jackAderdor

geirmarius commented 3 years ago

Hey, we're using Raygun at work, and it's a great tool, but for several reasons I'd like to use SA:

  1. Prevent bloating our webapps with many services, increasing the app size and performance.
  2. More comfortable for the user that collected data is sent to as few services as possible. Especially if it's in the EU.
  3. Comparing errors with events and what pages are visited could be valuable. Could potentially be easier than having to compare data from two different tools.
  4. Easier for our developers to have less places to look. One less tool to remember in our daily workflow. On the other hand this might be harder for marketing teams that doesn't really need to see technical errors, but that varies from workplace to workplace of course.

These are at least my reasons! 😄