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

15 lines (12 loc) 311 B
var compodoc = { EVENTS: { READY: 'compodoc.ready', SEARCH_READY: 'compodoc.search.ready' } }; Object.assign( compodoc, EventDispatcher.prototype ); document.addEventListener('DOMContentLoaded', function() { compodoc.dispatchEvent({ type: compodoc.EVENTS.READY }); });