Error Tracking and production debugging for your JavaScript web applications. Fast. Simple. Affordable.

Just letting you know, everything’s fine. We didn’t go offline, and we control our own platform 🤘
1
1
7
had a frustrating client side debugging scenario working with a new A/B testing library in PRODUCTION and a couple third parties had ‘debugger;’ statements scattered everywhere 😩 could barely reach my code #FixBugs with @TrackJS trackjs.com/jogger
1
1
2
So IE had a slew of problems with postMessage communication with our apps - made SSO a challenge as well as implementing our add-in framework. had to get really creative with the url hash. #FixBugs with @TrackJS trackjs.com/jogger
1
1
1
Checkout this podcast where @bwhichard interviews @toddhgardner about careers, @TrackJS, @RequestMetrics, and blasphemous software thoughts. softwaredefinedtalk.com/240
2
3
TrackJS retweeted
We've gone live with our new next.js based multi tenant ecommerce system! Using @trackjs we've already cut down our client side errors by 40%! Super helpful! #FixBugs with @TrackJS trackjs.com/jogger
1
1
TrackJS retweeted
Once upon a time there was a React app that used emotion to leverage CSS-in-JS. In an ironic effort to prevent bugs, the “label” attribute was used to render debuggable components. Turns out the labels broke stuff...somehow. The end. #FixBugs with @TrackJS trackjs.com/jogger
2
2
3
One of my favorite bugs was a crasher when overflowing an Int. Turns out the time in ms since 1970 is too large for 32 bit devices. #FixBugs with @TrackJS
1
4
More joggers shipping out today! Tell us your #fixbugs story and get yourself some free pants!! trackjs.com/jogger
1
3
We'll, that's the intention anyway ;)
I don’t make bugs, I write features 😎 ...but if I did, I would try to #FixBugs with @trackjs
1
TrackJS retweeted
Typing, Saving and Reloading repeatedly is client side debugging, right? #FixBugs with @TrackJS #oldschool trackjs.com/jogger
1
1
2
I was working on a project with a few people as an assignment, a team member wrote a drop down button for the comments section, however the animation was rotating 360, and not 180. Spent far longer than we should have trying to fix it, and with time winding down to submit it we..
1
1
1
TrackJS retweeted
Not exactly debugging, but here is the classic that happens at least once a week... Lol Code doesn't work!!!!! Checks the code 10* times. Asks for a friend to give it a look. They found out you were missing a } #FixBugs with @TrackJS trackjs.com/jogger
3
4
TrackJS retweeted
Spent some time debugging cloudformation stacks last week and this were working correctly on creation but on tear down we were getting some weird errors, turns out I didn't give them permissions to delete themselves. :/ #FixBugs with @TrackJS trackjs.com/jogger
1
1
2
Wearing the hottest quarantine gear you've ever seen while slaying bugs JavaScript bugs left and right. Share a bug you've conquered and how you did it! trackjs.com/jogger #FixBugs with @TrackJS
1
4
13
After adding a new component the page wasn't displaying any new content. It turns out that the component name matched the name of another component from a 3rd party library that was being used. DevTools was great for hunting it down. #FixBugs with @TrackJS trackjs.com/jogger
1
1
2
Here's a fancy "bug", Safari doesn't reliably trigger window.onunload! We were trying to use this to trigger a `sendBeacon` call to save our metrics, but we missed a bunch of Safari data. #FixBugs with @TrackJS trackjs.com/jogger
1
1
1