UNPKG

5.05 kBTypeScriptView Raw
1export { httpIntegration } from './integrations/http';
2export { nativeNodeFetchIntegration } from './integrations/node-fetch';
3export { fsIntegration } from './integrations/fs';
4export { consoleIntegration } from './integrations/console';
5export { nodeContextIntegration } from './integrations/context';
6export { contextLinesIntegration } from './integrations/contextlines';
7export { localVariablesIntegration } from './integrations/local-variables';
8export { modulesIntegration } from './integrations/modules';
9export { onUncaughtExceptionIntegration } from './integrations/onuncaughtexception';
10export { onUnhandledRejectionIntegration } from './integrations/onunhandledrejection';
11export { anrIntegration, disableAnrDetectionForCallback } from './integrations/anr';
12export { expressIntegration, expressErrorHandler, setupExpressErrorHandler } from './integrations/tracing/express';
13export { fastifyIntegration, setupFastifyErrorHandler } from './integrations/tracing/fastify';
14export { graphqlIntegration } from './integrations/tracing/graphql';
15export { kafkaIntegration } from './integrations/tracing/kafka';
16export { lruMemoizerIntegration } from './integrations/tracing/lrumemoizer';
17export { mongoIntegration } from './integrations/tracing/mongo';
18export { mongooseIntegration } from './integrations/tracing/mongoose';
19export { mysqlIntegration } from './integrations/tracing/mysql';
20export { mysql2Integration } from './integrations/tracing/mysql2';
21export { redisIntegration } from './integrations/tracing/redis';
22export { nestIntegration, setupNestErrorHandler } from './integrations/tracing/nest/nest';
23export { postgresIntegration } from './integrations/tracing/postgres';
24export { prismaIntegration } from './integrations/tracing/prisma';
25export { hapiIntegration, setupHapiErrorHandler } from './integrations/tracing/hapi';
26export { koaIntegration, setupKoaErrorHandler } from './integrations/tracing/koa';
27export { connectIntegration, setupConnectErrorHandler } from './integrations/tracing/connect';
28export { spotlightIntegration } from './integrations/spotlight';
29export { knexIntegration } from './integrations/tracing/knex';
30export { tediousIntegration } from './integrations/tracing/tedious';
31export { genericPoolIntegration } from './integrations/tracing/genericPool';
32export { dataloaderIntegration } from './integrations/tracing/dataloader';
33export { amqplibIntegration } from './integrations/tracing/amqplib';
34export { processThreadBreadcrumbIntegration, childProcessIntegration } from './integrations/childProcess';
35export { SentryContextManager } from './otel/contextManager';
36export { generateInstrumentOnce } from './otel/instrument';
37export { init, getDefaultIntegrations, getDefaultIntegrationsWithoutPerformance, initWithoutDefaultIntegrations, validateOpenTelemetrySetup, } from './sdk';
38export { initOpenTelemetry, preloadOpenTelemetry } from './sdk/initOtel';
39export { getAutoPerformanceIntegrations } from './integrations/tracing';
40export { getSentryRelease, defaultStackParser } from './sdk/api';
41export { createGetModuleFromFilename } from './utils/module';
42export { makeNodeTransport } from './transports';
43export { NodeClient } from './sdk/client';
44export { cron } from './cron';
45export type { NodeOptions } from './types';
46export { addRequestDataToEvent, DEFAULT_USER_INCLUDES, extractRequestData } from '@sentry/core';
47export { addOpenTelemetryInstrumentation, setOpenTelemetryContextAsyncContextStrategy as setNodeAsyncContextStrategy, } from '@sentry/opentelemetry';
48export { addBreadcrumb, isInitialized, getGlobalScope, lastEventId, close, createTransport, flush, SDK_VERSION, getSpanStatusFromHttpCode, setHttpStatus, captureCheckIn, withMonitor, requestDataIntegration, functionToStringIntegration, inboundFiltersIntegration, linkedErrorsIntegration, addEventProcessor, setContext, setExtra, setExtras, setTag, setTags, setUser, SEMANTIC_ATTRIBUTE_SENTRY_OP, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE, setCurrentClient, Scope, setMeasurement, getSpanDescendants, parameterize, getClient, getCurrentHub, getCurrentScope, getIsolationScope, getTraceData, getTraceMetaTags, continueTrace, withScope, withIsolationScope, captureException, captureEvent, captureMessage, captureFeedback, captureConsoleIntegration, debugIntegration, dedupeIntegration, extraErrorDataIntegration, rewriteFramesIntegration, sessionTimingIntegration, metricsDefault as metrics, startSession, captureSession, endSession, addIntegration, startSpan, startSpanManual, startInactiveSpan, startNewTrace, suppressTracing, getActiveSpan, withActiveSpan, getRootSpan, spanToJSON, spanToTraceHeader, spanToBaggageHeader, trpcMiddleware, updateSpanName, zodErrorsIntegration, profiler, } from '@sentry/core';
49export type { Breadcrumb, BreadcrumbHint, PolymorphicRequest, Request, RequestEventData, SdkInfo, Event, EventHint, ErrorEvent, Exception, Session, SeverityLevel, StackFrame, Stacktrace, Thread, User, Span, } from '@sentry/core';
50//# sourceMappingURL=index.d.ts.map
\No newline at end of file