Computer >> Computer tutorials >  >> Programming >> Javascript

What is the use of sentry in javascript?


Sentry is a complete javascript debugging and monitoring tool package that allows you to track your production code. Some of the features of sentry −

  • Record environment and usage details to recreate and fix bugs

  • See the error and stack trace previously only visible in user's debug console.

  • Apply source maps automatically to convert minified, compiled, or transpiled code back to its original form.

  • Mobile app reporting support.