When comparing Rollbar vs TrackJS JavaScript Error Logging, the Slant community recommends TrackJS JavaScript Error Logging for most people. In the question“What are the best JavaScript client-side error logging services?” TrackJS JavaScript Error Logging is ranked 1st while Rollbar is ranked 4th. The most important reason people chose TrackJS JavaScript Error Logging is:
Understanding the console, network, and user events that led up to an error makes it possible to recreate it in development.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Generous free plan
Free plan allows for up to 5000 events/month, customizable rate limits, integrations (e.g. with Slack), multiple users, and 30 day retention.
Pro Integrates with Slack
Rollbar can be integrated with Slack to send notifications of various event to a set Slack channel based on customizable rules.
Pro Stack traces (traceback)
Stack trace with function calls and line numbers.
Pro Client library is open source
Pro Custom error grouping
Pro Not blocked by ad blockers
At least as of 2015-July-14. Many other prominent loggers are blocked, e.g. Loggly and LogEntries.
Pro Capture any uncaught errors
Rollbar allows sending any log messages to Rollbar not just exceptions enabling you to go back and check for missed exceptions.
Pro Supports "deploy" events
You can easily send "deploy" events with curl
, so that you know to which version the errors apply. Errors are grouped automatically by name/type, but if the re-occur after a deploy, they'll be shown again above the deploy in the timeline.
Pro Multiple integration options
Asana - Create and resolve Asana tasks
Bitbucket Issues - Create and manage Bitbucket Issues
Campfire - Get alerts in your Campfire room
Flowdock - Get messages in your flow
GitHub Issues - Create and manage GitHub Issues
HipChat - Get alerts in your HipChat room
JIRA - Create, resolve, and reopen JIRA issues
PagerDuty - Trigger and resolve incidents in PagerDuty
Pivotal Tracker - Create and manage Pivotal Tracker stories
Slack - get alerts in a chatroom or group
Sprintly - Create and manage Sprintly items
Trello - Create and manage cards in Trello
VictorOps - Trigger and recover alerts in VictorOps
Webhook - Post JSON payloads to arbitrary URLs
Email - get notifications and daily summaries
Pro Source maps support
Source map support is used to reference original source code in cases where the code is minified.
Pro Error filtering
Rollbar allows ignoring specific exceptions simply by adding the error message to the ignoredMessages array.
Pro Telemetry timeline
Understanding the console, network, and user events that led up to an error makes it possible to recreate it in development.
Pro Error trends
Reports show what are the important errors to focus on fixing.
Pro Wraps console.log for errors
All messages sent into console are included with error messages for additional context and logging.
Pro Realtime notifications
See when new errors are happening in Slack or Hipchat rooms.
Pro Ability to track an error down to a specific customer (if necessary)
TrackJS supports custom user IDs, which can be random strings that we, the customer can assign to a certain user. This helps a lot when handling a support request or a bug report from customers.
Pro Daily summary email
You can see how your site is doing every day with a summary of all the interesting activity and errors that should be checked into.
Pro Engineer Support
You will always get an engineer who can understand and answer your question right away whenever you need help.
Pro Highly customizable with custom JS code on the page
Hooks in the code that let you customize just about anything, you can get the error object before it's sent to the server and do whatever you like with it.
Pro Inline sourcecode snippets
Error messages and stacktraces are shown with snippets of the raw source at the location. This gives a ton of context to quickly find the error.
Pro Powerful ignore rules and grouping rules
To ignore spurious errors.
Pro Find bug in product easily
TrackJs is very useful to catch console errors.
Pro Analytics dashboard
A snapshot of how you are doing, comparing page view volume to error volume.
Pro Very useful product for use and tracking issues
Pro Personal touch customer support
Pro Predictable Billing
No surprise bills caused by changes in usage.
Pro Client specs
Some general information like browser, operating system and viewport used by the client may help to determine source of trouble more precisely.
Cons
Con No context for some errors
For some errors (possibly JavaScript injected into the page), Rollbar is unable to offer any context.
Con Old-school UI
Built with the default Bootstrap theme. Looks like 2011.
Con Multiple errors from the same user can bloat your metrics
No "distinct" error count. If a loop ends up inflating a single user's error count, all reports are affected. Dashboard skewed by weird outliers.
Recently (as of February 2018) sorting by "users impacted" was introduced to reduce this problem.