@faultfixer/bun
v1.0.0
Published
FaultFixer error monitoring SDK for Bun — built on @sentry/bun (MIT).
Downloads
47
Maintainers
Readme
@faultfixer/bun
FaultFixer error monitoring for Bun. Wraps @sentry/bun (MIT).
bun add @faultfixer/bunimport * as FaultFixer from "@faultfixer/bun";
FaultFixer.init({ dsn: "<YOUR_DSN>" });
try {
// your code
} catch (err) {
FaultFixer.captureException(err);
throw err;
}Attribution
Wraps @sentry/bun under the MIT License. See NOTICE.md. Not affiliated with Sentry.
