# vc-error-handlers

> To add vc-error-handlers package to your project, follow these steps:

Latest version **0.5.7** (published 2026-04-24) · 0 weekly downloads

## Install

```sh
npm install vc-error-handlers
pnpm add vc-error-handlers
yarn add vc-error-handlers
bun add vc-error-handlers
```

## Health

**Score 55/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.5.7 |
| Published | 2026-04-24 |
| First published | 2023-10-06 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 287.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | i-am-anil |

## Links

- npm: https://www.npmjs.com/package/vc-error-handlers
- npm.io page: https://npm.io/package/vc-error-handlers

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.3.0

## Recent versions

- 0.5.7 (latest) — 2026-04-24
- 1.1.0 (audit-fix-phase2) — 2026-09-16
- 1.0.1 (ng20-v2) — 2026-08-05
- 1.0.0 (audit-fix) — 2026-04-29
- 0.5.4 (monitoring) — 2025-12-31
- 0.5.0 (featureFlag) — 2025-02-04
- 0.4.33 (latency) — 2024-12-09
- 0.4.3 (test) — 2024-12-06
- 0.4.0 (test2) — 2024-10-25
- 0.2.4 (ng16) — 2024-10-08
- 0.1.98 (test1) — 2024-10-01
- 0.1.3 (dev) — 2024-06-25
- 0.5.10 — 2026-04-27
- 0.5.9 — 2026-04-25
- 0.5.8 — 2026-04-24
- … 51 more at https://npm.io/package/vc-error-handlers/versions

## README

## Installation

To add vc-error-handlers package to your project, follow these steps:

1. Open your terminal and navigate to your project folder.
2. Run the following command to install the package:
   shell
   npm i vc-error-handlers

## Usage

1. Import the VcErrorHandlersModule in your module file:

```typescript
import { NgModule } from "@angular/core";
import { VcErrorHandlersModule } from "vc-error-handlers";

@NgModule({
  imports: [
    VcErrorHandlersModule.forRoot({ sentryConfig: SENTRY_CONFIG }), // Replace SENTRY_CONFIG with your Sentry configuration
  ],
})
export class MyModule {}
```

2. Replace SENTRY_CONFIG with your actual Sentry configuration.
   After importing the module, you can use the error handlers provided by vc-error-handlers throughout your Angular application

---
_Source: https://npm.io/package/vc-error-handlers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
