UNPKG

1.71 kBTypeScriptView Raw
1export type { Breadcrumb, BreadcrumbHint, Request, SdkInfo, Event, EventHint, Exception, Session, Severity, SeverityLevel, StackFrame, Stacktrace, Thread, User, } from '@sentry/types';
2export type { AddRequestDataToEventOptions, CrossPlatformRequest } from '@sentry/utils';
3export type { NodeOptions } from './types';
4export { addGlobalEventProcessor, addBreadcrumb, captureException, captureEvent, captureMessage, configureScope, createTransport, getHubFromCarrier, getCurrentHub, Hub, makeMain, Scope, startTransaction, SDK_VERSION, setContext, setExtra, setExtras, setTag, setTags, setUser, withScope, } from '@sentry/core';
5export { NodeClient } from './client';
6export { makeNodeTransport } from './transports';
7export { addRequestDataToEvent, extractRequestData, defaultIntegrations, init, defaultStackParser, lastEventId, flush, close, getSentryRelease, } from './sdk';
8export { deepReadDirSync } from './utils';
9import { Integrations as CoreIntegrations } from '@sentry/core';
10import * as Handlers from './handlers';
11import * as NodeIntegrations from './integrations';
12declare const INTEGRATIONS: {
13 Console: typeof NodeIntegrations.Console;
14 Http: typeof NodeIntegrations.Http;
15 OnUncaughtException: typeof NodeIntegrations.OnUncaughtException;
16 OnUnhandledRejection: typeof NodeIntegrations.OnUnhandledRejection;
17 LinkedErrors: typeof NodeIntegrations.LinkedErrors;
18 Modules: typeof NodeIntegrations.Modules;
19 ContextLines: typeof NodeIntegrations.ContextLines;
20 FunctionToString: typeof CoreIntegrations.FunctionToString;
21 InboundFilters: typeof CoreIntegrations.InboundFilters;
22};
23export { INTEGRATIONS as Integrations, Handlers };
24//# sourceMappingURL=index.d.ts.map
\No newline at end of file