-
Notifications
You must be signed in to change notification settings - Fork 1
2 client side error tracking
Giordano Cardillo edited this page May 1, 2018
·
1 revision
Just as with server errors, Kadira will start to track client side errors automatically and send them to Kadira directly, rather than routing them through your app. So, when a client error is being tracked, there is no impact on your app.
In the client side, we track a few different types of data, including:
- Error Message and Stack Trace
- Browser information
- LoggedIn userId
- URL
- Location
The production app often uses minified code and doesn't include sourcemaps. For this reason, a stack trace is less useful here than in the development version, although it's still valuable.
