UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

24 lines 1.49 kB
import * as tslib_1 from "tslib"; export { Severity, Status, } from '@sentry/types'; export { addGlobalEventProcessor, addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, getHubFromCarrier, getCurrentHub, Hub, Scope, setContext, setExtra, setExtras, setTag, setTags, setUser, Transports, withScope, } from '@sentry/browser'; export { BrowserClient } from '@sentry/browser'; export { defaultIntegrations, forceLoad, init, lastEventId, onLoad, showReportDialog, flush, close, wrap, } from '@sentry/browser'; export { SDK_NAME, SDK_VERSION } from '@sentry/browser'; import { Integrations as BrowserIntegrations } from '@sentry/browser'; import { getGlobalObject } from '@sentry/utils'; import { addExtensionMethods } from './hubextensions'; import * as ApmIntegrations from './integrations'; export { Span, TRACEPARENT_REGEXP } from './span'; var windowIntegrations = {}; // This block is needed to add compatibility with the integrations packages when used with a CDN // tslint:disable: no-unsafe-any var _window = getGlobalObject(); if (_window.Sentry && _window.Sentry.Integrations) { windowIntegrations = _window.Sentry.Integrations; } // tslint:enable: no-unsafe-any var INTEGRATIONS = tslib_1.__assign({}, windowIntegrations, BrowserIntegrations, { Tracing: ApmIntegrations.Tracing }); export { INTEGRATIONS as Integrations }; // We are patching the global object with our hub extension methods addExtensionMethods(); //# sourceMappingURL=index.bundle.js.map