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.
Add the package to your workspace:
Example :yarn add @rxap/ngx-sentry
Install peer dependencies:
Example :yarn add @rxap/config @rxap/environment @sentry/angular
Execute the init generator:
Example :yarn nx g @rxap/ngx-sentry:init
Example :Initialize the package in the workspace
nx g @rxap/ngx-sentry:init