

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Questions & Answers
- What is the use of JavaScript cookies?
- What is the use of Map in JavaScript?
- What is the use of Atomics in JavaScript?
- What is the use of OBJECT.assign() in javascript?
- What is the use of window.location in javascript?
- What is the use of JavaScript eval function?
- What is the use of declaring variables in JavaScript?
- What is the use of forEach() method in JavaScript?
- What is the use of Math.pow() method in JavaScript?
- What is the use of substr() method in JavaScript?
- what is the use of slice() method in JavaScript?
- What is the use of Array.entries() method in JavaScript?
- What is the use of charAt() method in JavaScript?
- What is the use of Array.Reduce() method in JavaScript?
- What is the use of Array.Some() method in JavaScript?
Advertisements