Gathering detailed insights and metrics for @crabas0npm/nostrum-tenetur-error
Gathering detailed insights and metrics for @crabas0npm/nostrum-tenetur-error
npm install @crabas0npm/nostrum-tenetur-error
Typescript
Module System
Node Version
NPM Version
54.5
Supply Chain
48.1
Quality
75.5
Maintenance
100
Vulnerability
100
License
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
25%
5
Compared to previous month
Last year
0%
167
Compared to previous year
33
Automatically detect JavaScript errors in the browser, Node.js and React Native, with plugins for React, Vue, Angular, Express, Restify and Koa. Get cross-platform error detection for handled and unhandled errors with real-time error alerts and detailed diagnostic reports.
Learn more about JavaScript error reporting and React Native error reporting from Bugsnag.
This is a monorepo (managed with Lerna containing our universal error reporting client @bugsnag/js
, and our React Native client @crabas0npm/nostrum-tenetur-error
, along with:
@bugsnag/core
)@bugsnag/plugin-react
)@bugsnag/plugin-simple-throttle
)Etc. See packages for a full list of contents.
Bugsnag.notify()
Use the following plugins and guides to integrate Bugsnag with various frameworks.
Framework | Bugsnag plugin | Documentation |
---|---|---|
Vue | @bugsnag/plugin-vue | Vue docs |
React | @bugsnag/plugin-react | React docs |
Angular | @bugsnag/plugin-angular | Angular docs |
Framework | Bugsnag notifier | Documentation |
---|---|---|
Electron | @bugsnag/electron | Electron docs |
Framework | Bugsnag plugin | Documentation |
---|---|---|
Koa | @bugsnag/plugin-koa | Koa docs |
Express | @bugsnag/plugin-express | Express docs |
Restify | @bugsnag/plugin-restify | Restify docs |
Framework | Bugsnag notifier | Documentation |
---|---|---|
React Native | @crabas0npm/nostrum-tenetur-error | React Native docs |
Most updates to this repo will be made by Bugsnag employees. We are unable to accommodate significant external PRs such as features additions or any large refactoring, however minor fixes are welcome. See contributing for more information.
1# Clone the repository 2git clone git@github.com:crabas0npm/nostrum-tenetur-error.git --recursive 3cd bugsnag-js 4 5# Install top-level dependencies 6npm i 7 8# Bootstrap all of the packages 9npm run bootstrap 10 11# Build the standalone notifiers and plugins 12npm run build 13 14# Run the unit tests 15npm run test:unit 16 17# Run tests for a specific package 18npm run test:unit -- --testPathPattern="packages/react-native" 19 20# Generate a code coverage report 21npm run test:unit -- --coverage 22 23# Run the linter 24npm run test:lint 25 26# Run the typescript compatibility tests 27npm run test:types
See contributing for more information.
All packages in this repository are released under the MIT License. See LICENSE.txt for details.
No vulnerabilities found.
No security vulnerabilities found.