@datadog/browser-rum-slim
Advanced tools
Comparing version 4.7.0 to 4.7.1
@@ -16,3 +16,3 @@ 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'; | ||
removeUser: () => void; | ||
startView: (name?: string | undefined) => void; | ||
startView: (name: string) => void; | ||
startSessionReplayRecording: () => void; | ||
@@ -19,0 +19,0 @@ stopSessionReplayRecording: () => void; |
@@ -16,3 +16,3 @@ 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'; | ||
removeUser: () => void; | ||
startView: (name?: string | undefined) => void; | ||
startView: (name: string) => void; | ||
startSessionReplayRecording: () => void; | ||
@@ -19,0 +19,0 @@ stopSessionReplayRecording: () => void; |
{ | ||
"name": "@datadog/browser-rum-slim", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"license": "Apache-2.0", | ||
@@ -15,4 +15,4 @@ "main": "cjs/entries/main.js", | ||
"dependencies": { | ||
"@datadog/browser-core": "4.7.0", | ||
"@datadog/browser-rum-core": "4.7.0" | ||
"@datadog/browser-core": "4.7.1", | ||
"@datadog/browser-rum-core": "4.7.1" | ||
}, | ||
@@ -24,3 +24,3 @@ "repository": { | ||
}, | ||
"gitHead": "3e5bc9cf4a264d90bc39ed0aac257e86f2a096e8" | ||
"gitHead": "d1c75e113a58ada996e860461dbab2e3847babd4" | ||
} |
25486
11
+ Added@datadog/browser-core@4.7.1(transitive)
+ Added@datadog/browser-rum-core@4.7.1(transitive)
- Removed@datadog/browser-core@4.7.0(transitive)
- Removed@datadog/browser-rum-core@4.7.0(transitive)
Updated@datadog/browser-core@4.7.1