export type { Breadcrumb, BreadcrumbHint, Event, EventHint, Exception, SdkInfo, Session, SeverityLevel, StackFrame, Stacktrace, Thread, User, Integration, Options, Client, Scope, Transport, BaseTransportOptions, } from '@sentry/core'; export { addEventProcessor, addIntegration, captureException, captureEvent, captureMessage, getClient, getCurrentScope, getIsolationScope, withScope, startSpan, startInactiveSpan, setContext, setExtra, setExtras, setTag, setTags, setUser, addBreadcrumb, flush, close, lastEventId, isEnabled, logger, startSession, endSession, captureSession, } from '@sentry/core'; export { SDK_NAME, SDK_VERSION } from './version'; export { init, showReportDialog, wrap, captureFeedback, setConsent, getConsent, getDiagnostics, } from './sdk'; export type { MiniappOptions, MiniappDiagnostics, MiniappDiagnosticsDsn, MiniappDiagnosticsOptions, MiniappDiagnosticsTransport, MiniappDiagnosticsWarning, SendFeedbackParams, MinigameFrameRateOptions, MinigameJankLevels, MiniappPlatform, } from './types'; export { MiniappClient } from './client'; export * as Integrations from './integrations/index'; export * as Transports from './transports/index'; export { getPerformanceManager, type PerformanceEntry, type NavigationPerformanceEntry, type RenderPerformanceEntry, type ResourcePerformanceEntry, type UserTimingPerformanceEntry, type PerformanceManager, type PerformanceObserver, } from './crossPlatform'; export { performanceIntegration, type PerformanceIntegrationOptions, } from './integrations/performance'; export { makeSession, closeSession, updateSession } from '@sentry/core'; export { defaultIntegrations, getDefaultIntegrations } from './sdk'; export { miniappStackParser } from './stacktrace'; //# sourceMappingURL=index.d.ts.map