@faultfixer/vue
v1.0.0
Published
FaultFixer error monitoring SDK for Vue — built on @sentry/vue (MIT).
Maintainers
Readme
@faultfixer/vue
FaultFixer error monitoring for Vue. Drop-in wrapper around the open-source @sentry/vue SDK (MIT) — same battle-tested engine, FaultFixer ingest + AI fix pipeline.
npm i @faultfixer/vueimport * as FaultFixer from "@faultfixer/vue";
import { createApp } from "vue";
import App from "./App.vue";
const app = createApp(App);
FaultFixer.init({ app, dsn: "<YOUR_DSN>" });
app.mount("#app");Errors arrive in your FaultFixer dashboard, AI-triaged for noise/severity, with a root-cause hypothesis and a ready-to-apply fix that any AI coding agent (Claude Code, Cursor) can act on via MCP.
For any helper not aliased here, use the escape hatch:
import { _underlying as Sentry } from "@faultfixer/vue";
// access framework-specific helpers via Sentry.*Attribution
This package wraps @sentry/vue under the MIT License. See NOTICE.md for the full upstream copyright. The "Sentry" name is a trademark of Functional Software, Inc.; this package is not affiliated with Sentry.
