Gathering detailed insights and metrics for vue-bugsnag
Gathering detailed insights and metrics for vue-bugsnag
Gathering detailed insights and metrics for vue-bugsnag
Gathering detailed insights and metrics for vue-bugsnag
@bugsnag/js
Universal Javascript error reporting. Automatically detect JavaScript errors in the browser and Node.js, with plugins for React, Vue, Angular, Express, Restify and Koa.
@bugsnag/plugin-vue
Vue.js integration for bugsnag-js
bugsnag-vue
Vue.js integration for bugsnag-js
@bugsnag/vue-router-performance
BugSnag performance monitoring for vue-router
npm install vue-bugsnag
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Stars
32 Commits
1 Forks
2 Watchers
1 Branches
2 Contributors
Updated on Jan 28, 2023
Latest Version
1.0.1
Package Id
vue-bugsnag@1.0.1
Size
5.88 kB
NPM Version
5.6.0
Node Version
9.2.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
1
Vue.js plugin for bugsnag-js v3.x error reporting
Bugsnag has released their official Vue.js plugin.
You can keep using this plugin if you don't want to upgrade to Bugsnag js v4.x.
It is recommended to upgrade to Bugsnag js v4.x.
1# npm 2npm install vue-bugsnag --save 3 4# Yarn 5yarn add vue-bugsnag
1import Bugsnag from 'bugsnag-js'; 2Bugsnag.apiKey = 'YOUR-API-KEY-HERE';
1import Vue from 'vue'; 2import VueBugsnag from 'vue-bugsnag'; 3Vue.use(VueBugsnag);
1if (process.env.NODE_ENV === 'production') { 2 // Initialize Bugsnag here 3}
1Bugsnag.releaseStage = 'YOUR-CURRENT-ENVIRONMENT'; 2Bugsnag.notifyReleaseStages = ['staging', 'production'];
afterEach
navigation guard to reset the Bugsnag error rate limit.1router.afterEach((to, from) => {
2 Bugsnag.refresh();
3});
Checkout this guide
1<!-- Add Bugsnag core library --> 2<script src="//d2wy8f7a9ursnm.cloudfront.net/bugsnag-3.min.js" 3 data-apikey="YOUR-API-KEY-HERE"></script> 4<!-- Vue js --> 5<script src="https://unpkg.com/vue@2.5/dist/vue.min.js"></script> 6<!-- Lastly add this package --> 7<script src="https://unpkg.com/vue-bugsnag"></script>
__test__
folder.yarn test
MIT License
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/30 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
85 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More