@rxap/ngx-sentry
v19.3.0-dev.0
Published
This package provides utilities for initializing Sentry in Angular applications. It includes functions to determine the Sentry environment and release based on the application's environment, and a function to initialize Sentry with these configurations. I
Readme
This package provides utilities for initializing Sentry in Angular applications. It includes functions to determine the Sentry environment and release based on the application's environment, and a function to initialize Sentry with these configurations. It also includes a generator to add peer dependencies to the package.json.
Installation
Add the package to your workspace:
yarn add @rxap/ngx-sentryInstall peer dependencies:
yarn add @rxap/config @rxap/environment @sentry/angular Execute the init generator:
yarn nx g @rxap/ngx-sentry:initGenerators
init
Initialize the package in the workspace
nx g @rxap/ngx-sentry:init