@faultfixer/nuxt
v1.0.0
Published
FaultFixer error monitoring SDK for Nuxt — built on @sentry/nuxt (MIT).
Maintainers
Readme
@faultfixer/nuxt
FaultFixer error monitoring for Nuxt. Drop-in wrapper around the open-source @sentry/nuxt SDK (MIT) — same battle-tested engine, FaultFixer ingest + AI fix pipeline.
npm i @faultfixer/nuxt// sentry.client.config.ts and sentry.server.config.ts
import * as FaultFixer from "@faultfixer/nuxt";
FaultFixer.init({ dsn: "<YOUR_DSN>" });
// In nuxt.config.ts, add the underlying module if you want auto-instrumentation:
// modules: ['@sentry/nuxt/module'] (re-exported as default from @faultfixer/nuxt)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/nuxt";
// access framework-specific helpers via Sentry.*Attribution
This package wraps @sentry/nuxt 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.
