UNPKG

@rxap/ngx-sentry

Version:

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

5 lines (4 loc) 185 B
export * from './lib/determine-sentry-environment'; export * from './lib/determine-sentry-release'; export * from './lib/sentry-init-bootstrap-hook'; export * from './lib/sentry-init';