0.4.1 • Published 8 months ago

vc-error-handlers v0.4.1

Weekly downloads
-
License
-
Repository
-
Last release
8 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.3.9

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.3.6

8 months ago

0.3.5

8 months ago

0.3.8

8 months ago

0.3.7

8 months ago

0.3.2

8 months ago

0.3.4

8 months ago

0.3.3

8 months ago

0.1.96

9 months ago

0.1.97

9 months ago

0.1.98

9 months ago

0.1.99

9 months ago

0.1.91

9 months ago

0.1.92

9 months ago

0.1.93

9 months ago

0.1.94

9 months ago

0.1.95

9 months ago

0.3.0

8 months ago

0.2.1

8 months ago

0.2.0

9 months ago

0.2.7

8 months ago

0.1.8

9 months ago

0.2.6

8 months ago

0.1.7

9 months ago

0.2.9

8 months ago

0.2.8

8 months ago

0.1.9

9 months ago

0.2.3

8 months ago

0.1.4

9 months ago

0.3.1

8 months ago

0.2.2

8 months ago

0.2.5

8 months ago

0.1.6

9 months ago

0.2.4

8 months ago

0.1.5

9 months ago

0.1.2

1 year ago

0.1.3

12 months ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago