@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
15 lines (13 loc) • 873 B
JavaScript
export { Hub, Scope, addBreadcrumb, addGlobalEventProcessor, captureEvent, captureException, captureMessage, configureScope, getCurrentHub, getHubFromCarrier, makeMain, setContext, setExtra, setExtras, setTag, setTags, setUser, startTransaction, withScope } from '@sentry/hub';
export { getEnvelopeEndpointWithUrlEncodedAuth, getReportDialogEndpoint } from './api.js';
export { BaseClient } from './baseclient.js';
export { initAndBind } from './sdk.js';
export { createTransport } from './transports/base.js';
export { SDK_VERSION } from './version.js';
export { getIntegrationsToSetup } from './integration.js';
import * as index from './integrations/index.js';
export { index as Integrations };
export { FunctionToString } from './integrations/functiontostring.js';
export { InboundFilters } from './integrations/inboundfilters.js';
;
//# sourceMappingURL=index.js.map