When comparing Loggly vs Raygun, the Slant community recommends Loggly for most people. In the question“What are the best log management, aggregation & monitoring tools?” Loggly is ranked 6th while Raygun is ranked 18th. The most important reason people chose Loggly is:
[Unlike Airbrake](https://github.com/airbrake/airbrake-js/issues/82), you don't have to add try/catch blocks to automatically capture JavaScript errors.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Automatically captures JavaScript errors
Unlike Airbrake, you don't have to add try/catch blocks to automatically capture JavaScript errors.
Pro Hosted on a CDN already
Unlike Airbrake or LogEntries, you can download the library from GitHub and concatenate/minify it along with your other JS, or you can use it directly from Loggly's CDN.
Pro Supports raw text, syslogs, and JSON
Raw text, syslogs, and JSON can be fed to Loggly.
Pro Easy to set up
You only have to set up a HTTP JSON input and there are community examples to guide you.
Pro Allows leaving comments on issues
It's possible to comment on issues. Great for coordinating if and how exceptions should be handled within a team.
Pro Exceptions are grouped
Raygun groups similar exceptions together displaying the number of occurences so that there's no need to deal with each instance of the error separately.
Pro Daily digest emails
Raygun can send a summary of all error that have happened over the day.
Pro Email notifications
Raygun can be set up to send email notifications as soon as exceptions occur.
Cons
Con Expensive
Loggly QUICKLY overflows the 200mb daily free allowance.
Con Difficult to setup
Setup is not easy, the whole process is disjointed, with open source libraries that regularly change and out of date installation instructions.
Con The UI is confusing
The UI is very difficult to use, but it does offer a lot of features.
Con Timestamps are in UTC in the UI, and can't be converted
Loggly shows all timestamps in UTC, and the bookmarklet that's supposed to convert them to local time doesn't work.