0.1.0 • Published 7 months ago

vc-error-handlers v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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:
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 {}
  1. 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
0.1.0

7 months ago

0.1.1

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago