UNPKG

1.39 kBTypeScriptView Raw
1export { Breadcrumb, Request, SdkInfo, Event, Exception, Response, Severity, StackFrame, Stacktrace, Status, Thread, User, } from '@sentry/types';
2export { addGlobalEventProcessor, addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, getHubFromCarrier, getCurrentHub, Hub, Scope, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/core';
3export { NodeOptions } from './backend';
4export { NodeClient } from './client';
5export { defaultIntegrations, init, lastEventId, flush, close } from './sdk';
6export { SDK_NAME, SDK_VERSION } from './version';
7import { Integrations as CoreIntegrations } from '@sentry/core';
8import * as Handlers from './handlers';
9import * as NodeIntegrations from './integrations';
10import * as Transports from './transports';
11declare const INTEGRATIONS: {
12 Console: typeof NodeIntegrations.Console;
13 Http: typeof NodeIntegrations.Http;
14 OnUncaughtException: typeof NodeIntegrations.OnUncaughtException;
15 OnUnhandledRejection: typeof NodeIntegrations.OnUnhandledRejection;
16 LinkedErrors: typeof NodeIntegrations.LinkedErrors;
17 Modules: typeof NodeIntegrations.Modules;
18 FunctionToString: typeof CoreIntegrations.FunctionToString;
19 InboundFilters: typeof CoreIntegrations.InboundFilters;
20};
21export { INTEGRATIONS as Integrations, Transports, Handlers };
22//# sourceMappingURL=index.d.ts.map
\No newline at end of file