@datadog/browser-rum-slim
Advanced tools
Comparing version 5.19.0 to 5.20.0
@@ -0,33 +1,4 @@ | ||
import type { RumPublicApi } from '@datadog/browser-rum-core'; | ||
export { CommonProperties, RumPublicApi as RumGlobal, RumInitConfiguration, RumEvent, RumActionEvent, RumErrorEvent, RumLongTaskEvent, RumResourceEvent, RumViewEvent, RumEventDomainContext, RumViewEventDomainContext, RumErrorEventDomainContext, RumActionEventDomainContext, RumFetchResourceEventDomainContext, RumXhrResourceEventDomainContext, RumOtherResourceEventDomainContext, RumLongTaskEventDomainContext, } from '@datadog/browser-rum-core'; | ||
export { DefaultPrivacyLevel } from '@datadog/browser-core'; | ||
export declare const datadogRum: { | ||
init: (initConfiguration: import("@datadog/browser-rum-core").RumInitConfiguration) => void; | ||
setTrackingConsent: (trackingConsent: import("@datadog/browser-core").TrackingConsent) => void; | ||
setGlobalContextProperty: (key: any, value: any) => void; | ||
removeGlobalContextProperty: (key: any) => void; | ||
getGlobalContext: () => import("@datadog/browser-core").Context; | ||
setGlobalContext: (context: any) => void; | ||
clearGlobalContext: () => void; | ||
getInternalContext: (startTime?: number | undefined) => import("@datadog/browser-rum-core/cjs/domain/contexts/internalContext").InternalContext | undefined; | ||
getInitConfiguration: () => import("@datadog/browser-rum-core").RumInitConfiguration | undefined; | ||
addAction: (name: string, context?: object | undefined) => void; | ||
addError: (error: unknown, context?: object | undefined) => void; | ||
addTiming: (name: string, time?: number | undefined) => void; | ||
setUser: (newUser: import("@datadog/browser-core").User) => void; | ||
getUser: () => import("@datadog/browser-core").Context; | ||
setUserProperty: (key: any, property: any) => void; | ||
removeUserProperty: (key: any) => void; | ||
clearUser: () => void; | ||
startView: { | ||
(name?: string | undefined): void; | ||
(options: import("@datadog/browser-rum-core/cjs/domain/view/trackViews").ViewOptions): void; | ||
}; | ||
stopSession: () => void; | ||
addFeatureFlagEvaluation: (key: string, value: any) => void; | ||
getSessionReplayLink: () => string | undefined; | ||
startSessionReplayRecording: () => void; | ||
stopSessionReplayRecording: () => void; | ||
} & { | ||
onReady(callback: () => void): void; | ||
version: string; | ||
}; | ||
export declare const datadogRum: RumPublicApi; |
@@ -0,33 +1,4 @@ | ||
import type { RumPublicApi } from '@datadog/browser-rum-core'; | ||
export { CommonProperties, RumPublicApi as RumGlobal, RumInitConfiguration, RumEvent, RumActionEvent, RumErrorEvent, RumLongTaskEvent, RumResourceEvent, RumViewEvent, RumEventDomainContext, RumViewEventDomainContext, RumErrorEventDomainContext, RumActionEventDomainContext, RumFetchResourceEventDomainContext, RumXhrResourceEventDomainContext, RumOtherResourceEventDomainContext, RumLongTaskEventDomainContext, } from '@datadog/browser-rum-core'; | ||
export { DefaultPrivacyLevel } from '@datadog/browser-core'; | ||
export declare const datadogRum: { | ||
init: (initConfiguration: import("@datadog/browser-rum-core").RumInitConfiguration) => void; | ||
setTrackingConsent: (trackingConsent: import("@datadog/browser-core").TrackingConsent) => void; | ||
setGlobalContextProperty: (key: any, value: any) => void; | ||
removeGlobalContextProperty: (key: any) => void; | ||
getGlobalContext: () => import("@datadog/browser-core").Context; | ||
setGlobalContext: (context: any) => void; | ||
clearGlobalContext: () => void; | ||
getInternalContext: (startTime?: number | undefined) => import("@datadog/browser-rum-core/cjs/domain/contexts/internalContext").InternalContext | undefined; | ||
getInitConfiguration: () => import("@datadog/browser-rum-core").RumInitConfiguration | undefined; | ||
addAction: (name: string, context?: object | undefined) => void; | ||
addError: (error: unknown, context?: object | undefined) => void; | ||
addTiming: (name: string, time?: number | undefined) => void; | ||
setUser: (newUser: import("@datadog/browser-core").User) => void; | ||
getUser: () => import("@datadog/browser-core").Context; | ||
setUserProperty: (key: any, property: any) => void; | ||
removeUserProperty: (key: any) => void; | ||
clearUser: () => void; | ||
startView: { | ||
(name?: string | undefined): void; | ||
(options: import("@datadog/browser-rum-core/cjs/domain/view/trackViews").ViewOptions): void; | ||
}; | ||
stopSession: () => void; | ||
addFeatureFlagEvaluation: (key: string, value: any) => void; | ||
getSessionReplayLink: () => string | undefined; | ||
startSessionReplayRecording: () => void; | ||
stopSessionReplayRecording: () => void; | ||
} & { | ||
onReady(callback: () => void): void; | ||
version: string; | ||
}; | ||
export declare const datadogRum: RumPublicApi; |
{ | ||
"name": "@datadog/browser-rum-slim", | ||
"version": "5.19.0", | ||
"version": "5.20.0", | ||
"license": "Apache-2.0", | ||
@@ -15,7 +15,7 @@ "main": "cjs/entries/main.js", | ||
"dependencies": { | ||
"@datadog/browser-core": "5.19.0", | ||
"@datadog/browser-rum-core": "5.19.0" | ||
"@datadog/browser-core": "5.20.0", | ||
"@datadog/browser-rum-core": "5.20.0" | ||
}, | ||
"peerDependencies": { | ||
"@datadog/browser-logs": "5.19.0" | ||
"@datadog/browser-logs": "5.20.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "peerDependenciesMeta": { | ||
}, | ||
"gitHead": "ce92533465ebb3c3d0142f0c7d83af471572a818" | ||
"gitHead": "1dafdcfbf43a0f0ed8a0cbd5f13d16ba68378074" | ||
} |
Sorry, the diff of this file is too big to display
130274
151
+ Added@datadog/browser-core@5.20.0(transitive)
+ Added@datadog/browser-logs@5.20.0(transitive)
+ Added@datadog/browser-rum-core@5.20.0(transitive)
- Removed@datadog/browser-core@5.19.0(transitive)
- Removed@datadog/browser-logs@5.19.0(transitive)
- Removed@datadog/browser-rum-core@5.19.0(transitive)
Updated@datadog/browser-core@5.20.0