@sentry/types

  • Version 8.48.0
  • Published
  • 80.3 kB
  • 1 dependency
  • MIT license

Install

npm i @sentry/types
yarn add @sentry/types
pnpm add @sentry/types

Overview

Types for all Sentry JavaScript SDKs

Index

Type Aliases

Type Aliases

type AggregationCounts

type AggregationCounts = AggregationCounts_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type AppContext

type AppContext = AppContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Attachment

type Attachment = Attachment_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type AttachmentItem

type AttachmentItem = AttachmentItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type BaseEnvelopeHeaders

type BaseEnvelopeHeaders = BaseEnvelopeHeaders_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type BaseEnvelopeItemHeaders

type BaseEnvelopeItemHeaders = BaseEnvelopeItemHeaders_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type BaseTransportOptions

type BaseTransportOptions = BaseTransportOptions_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Breadcrumb = Breadcrumb_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type BreadcrumbHint = BreadcrumbHint_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type BrowserClientProfilingOptions

type BrowserClientProfilingOptions = BrowserClientProfilingOptions_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type BrowserClientReplayOptions

type BrowserClientReplayOptions = BrowserClientReplayOptions_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type CaptureContext

type CaptureContext = CaptureContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type CheckIn

type CheckIn = CheckIn_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type CheckInEnvelope

type CheckInEnvelope = CheckInEnvelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type CheckInItem

type CheckInItem = CheckInItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Client

type Client<O extends ClientOptions = ClientOptions<BaseTransportOptions>> =
Client_imported<O>;
  • Deprecated

    This type has been moved to @sentry/core.

type ClientOptions

type ClientOptions<TO extends BaseTransportOptions = BaseTransportOptions> =
ClientOptions_imported<TO>;
  • Deprecated

    This type has been moved to @sentry/core.

type ClientReport

type ClientReport = ClientReport_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ClientReportEnvelope

type ClientReportEnvelope = ClientReportEnvelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ClientReportItem

type ClientReportItem = ClientReportItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type CloudResourceContext

type CloudResourceContext = CloudResourceContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ConsoleLevel

type ConsoleLevel = ConsoleLevel_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Context

type Context = Context_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Contexts

type Contexts = Contexts_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ContinuousProfiler

type ContinuousProfiler<T extends Client_imported> = ContinuousProfiler_imported<T>;
  • Deprecated

    This type has been moved to @sentry/core.

type ContinuousThreadCpuProfile

type ContinuousThreadCpuProfile = ContinuousThreadCpuProfile_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type CultureContext

type CultureContext = CultureContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type CustomSamplingContext

type CustomSamplingContext = CustomSamplingContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DataCategory

type DataCategory = DataCategory_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DebugImage

type DebugImage = DebugImage_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DebugMeta

type DebugMeta = DebugMeta_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DeviceContext

type DeviceContext = DeviceContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DsnComponents

type DsnComponents = DsnComponents_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DsnLike

type DsnLike = DsnLike_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DsnProtocol

type DsnProtocol = DsnProtocol_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DurationUnit

type DurationUnit = DurationUnit_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type DynamicSamplingContext

type DynamicSamplingContext = DynamicSamplingContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Envelope

type Envelope = Envelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EnvelopeItem

type EnvelopeItem = EnvelopeItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EnvelopeItemType

type EnvelopeItemType = EnvelopeItemType_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ErrorEvent

type ErrorEvent = ErrorEvent_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Event

type Event = Event_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EventDropReason

type EventDropReason = EventDropReason_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EventEnvelope

type EventEnvelope = EventEnvelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EventEnvelopeHeaders

type EventEnvelopeHeaders = EventEnvelopeHeaders_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EventHint

type EventHint = EventHint_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EventItem

type EventItem = EventItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EventProcessor

type EventProcessor = EventProcessor_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type EventType

type EventType = EventType_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Exception

type Exception = Exception_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ExtendedError

type ExtendedError = ExtendedError_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Extra

type Extra = Extra_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ExtractedNodeRequestData

type ExtractedNodeRequestData = ExtractedNodeRequestData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Extras

type Extras = Extras_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FeedbackEvent

type FeedbackEvent = FeedbackEvent_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FeedbackFormData

type FeedbackFormData = FeedbackFormData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FeedbackInternalOptions

type FeedbackInternalOptions = FeedbackInternalOptions_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FeedbackItem

type FeedbackItem = FeedbackItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FeedbackModalIntegration

type FeedbackModalIntegration = FeedbackModalIntegration_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FeedbackScreenshotIntegration

type FeedbackScreenshotIntegration = FeedbackScreenshotIntegration_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FetchBreadcrumbData

type FetchBreadcrumbData = FetchBreadcrumbData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FetchBreadcrumbHint

type FetchBreadcrumbHint = FetchBreadcrumbHint_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FinishedCheckIn

type FinishedCheckIn = FinishedCheckIn_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FractionUnit

type FractionUnit = FractionUnit_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type FrameId

type FrameId = FrameId_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type HandlerDataConsole

type HandlerDataConsole = HandlerDataConsole_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type HandlerDataDom

type HandlerDataDom = HandlerDataDom_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type HandlerDataError

type HandlerDataError = HandlerDataError_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type HandlerDataFetch

type HandlerDataFetch = HandlerDataFetch_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type HandlerDataHistory

type HandlerDataHistory = HandlerDataHistory_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type HandlerDataUnhandledRejection

type HandlerDataUnhandledRejection = HandlerDataUnhandledRejection_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type HandlerDataXhr

type HandlerDataXhr = HandlerDataXhr_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type HttpHeaderValue

type HttpHeaderValue = HttpHeaderValue_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Hub

type Hub = Hub_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type InformationUnit

type InformationUnit = InformationUnit_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type InProgressCheckIn

type InProgressCheckIn = InProgressCheckIn_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Integration

type Integration = Integration_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type IntegrationClass

type IntegrationClass<T> = IntegrationClass_imported<T>;
  • Deprecated

    This type has been moved to @sentry/core.

type IntegrationFn

type IntegrationFn<IntegrationType = Integration> =
IntegrationFn_imported<IntegrationType>;
  • Deprecated

    This type has been moved to @sentry/core.

type InternalBaseTransportOptions

type InternalBaseTransportOptions = InternalBaseTransportOptions_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Measurements

type Measurements = Measurements_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type MeasurementUnit

type MeasurementUnit = MeasurementUnit_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Mechanism

type Mechanism = Mechanism_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type MetricBucketItem

type MetricBucketItem = MetricBucketItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type MetricData

type MetricData = MetricData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type MetricInstance

type MetricInstance = MetricInstance_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Metrics

type Metrics = Metrics_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type MetricsAggregator

type MetricsAggregator = MetricsAggregator_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type MetricSummary

type MetricSummary = MetricSummary_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type MissingInstrumentationContext

type MissingInstrumentationContext = MissingInstrumentationContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type MonitorConfig

type MonitorConfig = MonitorConfig_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type NoneUnit

type NoneUnit = NoneUnit_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Options

type Options<TO extends BaseTransportOptions = BaseTransportOptions> =
Options_imported<TO>;
  • Deprecated

    This type has been moved to @sentry/core.

type OsContext

type OsContext = OsContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Outcome

type Outcome = Outcome_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Package

type Package = Package_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ParameterizedString

type ParameterizedString = ParameterizedString_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type PolymorphicEvent

type PolymorphicEvent = PolymorphicEvent_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type PolymorphicRequest

type PolymorphicRequest = PolymorphicRequest_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Primitive

type Primitive = Primitive_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Profile

type Profile = Profile_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ProfileChunk

type ProfileChunk = ProfileChunk_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ProfileChunkEnvelope

type ProfileChunkEnvelope = ProfileChunkEnvelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ProfileChunkItem

type ProfileChunkItem = ProfileChunkItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ProfileItem

type ProfileItem = ProfileItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Profiler

type Profiler = Profiler_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ProfilingIntegration

type ProfilingIntegration<T extends Client_imported> =
ProfilingIntegration_imported<T>;
  • Deprecated

    This type has been moved to @sentry/core.

type PropagationContext

type PropagationContext = PropagationContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type QueryParams

type QueryParams = QueryParams_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ReplayEnvelope

type ReplayEnvelope = ReplayEnvelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ReplayEvent

type ReplayEvent = ReplayEvent_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ReplayRecordingData

type ReplayRecordingData = ReplayRecordingData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ReplayRecordingMode

type ReplayRecordingMode = ReplayRecordingMode_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Request

type Request = Request_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type RequestEventData

type RequestEventData = RequestEventData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type RequestSession

type RequestSession = RequestSession_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type RequestSessionStatus

type RequestSessionStatus = RequestSessionStatus_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Runtime

type Runtime = Runtime_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SamplingContext

type SamplingContext = SamplingContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SanitizedRequestData

type SanitizedRequestData = SanitizedRequestData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Scope

type Scope = Scope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ScopeContext

type ScopeContext = ScopeContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ScopeData

type ScopeData = ScopeData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SdkInfo

type SdkInfo = SdkInfo_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SdkMetadata

type SdkMetadata = SdkMetadata_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SendFeedback

type SendFeedback = SendFeedback_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SendFeedbackParams

type SendFeedbackParams = SendFeedbackParams_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SentrySpanArguments

type SentrySpanArguments = SentrySpanArguments_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SentryWrappedXMLHttpRequest

type SentryWrappedXMLHttpRequest = SentryWrappedXMLHttpRequest_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SentryXhrData

type SentryXhrData = SentryXhrData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SerializedCheckIn

type SerializedCheckIn = SerializedCheckIn_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SerializedSession

type SerializedSession = SerializedSession_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SerializedTraceData

type SerializedTraceData = SerializedTraceData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Session

type Session = Session_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SessionAggregates

type SessionAggregates = SessionAggregates_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SessionContext

type SessionContext = SessionContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SessionEnvelope

type SessionEnvelope = SessionEnvelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SessionFlusherLike

type SessionFlusherLike = SessionFlusherLike_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SessionItem

type SessionItem = SessionItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SessionStatus

type SessionStatus = SessionStatus_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SeverityLevel

type SeverityLevel = SeverityLevel_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Span

type Span = Span_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanAttributes

type SpanAttributes = SpanAttributes_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanAttributeValue

type SpanAttributeValue = SpanAttributeValue_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanContextData

type SpanContextData = SpanContextData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanEnvelope

type SpanEnvelope = SpanEnvelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanItem

type SpanItem = SpanItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanJSON

type SpanJSON = SpanJSON_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanOrigin

type SpanOrigin = SpanOrigin_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanStatus

type SpanStatus = SpanStatus_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type SpanTimeInput

type SpanTimeInput = SpanTimeInput_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type StackFrame

type StackFrame = StackFrame_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type StackId

type StackId = StackId_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type StackLineParser

type StackLineParser = StackLineParser_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type StackLineParserFn

type StackLineParserFn = StackLineParserFn_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type StackParser

type StackParser = StackParser_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Stacktrace

type Stacktrace = Stacktrace_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type StartSpanOptions

type StartSpanOptions = StartSpanOptions_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type StatsdEnvelope

type StatsdEnvelope = StatsdEnvelope_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type StatsdItem

type StatsdItem = StatsdItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Thread

type Thread = Thread_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ThreadCpuFrame

type ThreadCpuFrame = ThreadCpuFrame_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ThreadCpuProfile

type ThreadCpuProfile = ThreadCpuProfile_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ThreadCpuSample

type ThreadCpuSample = ThreadCpuSample_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ThreadCpuStack

type ThreadCpuStack = ThreadCpuStack_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ThreadId

type ThreadId = ThreadId_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TimedEvent

type TimedEvent = TimedEvent_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TraceContext

type TraceContext = TraceContext_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TraceFlag

type TraceFlag = TraceFlag_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TraceparentData

type TraceparentData = TraceparentData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TracePropagationTargets

type TracePropagationTargets = TracePropagationTargets_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TransactionEvent

type TransactionEvent = TransactionEvent_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TransactionSource

type TransactionSource = TransactionSource_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type Transport

type Transport = Transport_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TransportMakeRequestResponse

type TransportMakeRequestResponse = TransportMakeRequestResponse_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TransportRequest

type TransportRequest = TransportRequest_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type TransportRequestExecutor

type TransportRequestExecutor = TransportRequestExecutor_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type User

type User = User_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type UserFeedback

type UserFeedback = UserFeedback_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type UserFeedbackItem

type UserFeedbackItem = UserFeedbackItem_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ViewHierarchyData

type ViewHierarchyData = ViewHierarchyData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type ViewHierarchyWindow

type ViewHierarchyWindow = ViewHierarchyWindow_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type WebFetchHeaders

type WebFetchHeaders = WebFetchHeaders_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type WebFetchRequest

type WebFetchRequest = WebFetchRequest_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type WorkerLocation

type WorkerLocation = WorkerLocation_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type WrappedFunction

type WrappedFunction<T extends Function = Function> = WrappedFunction_imported<T>;
  • Deprecated

    This type has been moved to @sentry/core.

type XhrBreadcrumbData

type XhrBreadcrumbData = XhrBreadcrumbData_imported;
  • Deprecated

    This type has been moved to @sentry/core.

type XhrBreadcrumbHint

type XhrBreadcrumbHint = XhrBreadcrumbHint_imported;
  • Deprecated

    This type has been moved to @sentry/core.

Package Files (1)

Dependencies (1)

Dev Dependencies (0)

No dev dependencies.

Peer Dependencies (0)

No peer dependencies.

Badge

To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@sentry/types.

  • Markdown
    [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@sentry/types)
  • HTML
    <a href="https://www.jsdocs.io/package/@sentry/types"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>