
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@bugsnag/vue-router-performance
Advanced tools
@bugsnag/vue-router-performance
A vue router integration for BugSnag performance
import BugsnagPerformance from '@bugsnag/browser-performance'
import { VueRouterRoutingProvider } from '@bugsnag/vue-router-performance'
import { createRouter, createWebHistory } from 'vue-router'
const base = '/my-app'
const router = createRouter({
history: createWebHistory(base),
routes: [
{
path: '/',
name: 'home',
component: HomeView
},
{
path: '/contacts/:contactId',
name: 'contact',
component: () => import('./views/ContactView.vue')
}
]
})
BugsnagPerformance.start({
apiKey,
routingProvider: new VueRouterRoutingProvider(router, base)
})
const app = createApp(App)
app.use(router)
app.mount('#app')
[v2.8.0] (2024-08-20)
FAQs
BugSnag performance monitoring for vue-router
The npm package @bugsnag/vue-router-performance receives a total of 1,148 weekly downloads. As such, @bugsnag/vue-router-performance popularity was classified as popular.
We found that @bugsnag/vue-router-performance demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.