@datadog/browser-rum-slim
Advanced tools
Comparing version 5.8.0 to 5.9.0
@@ -11,3 +11,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'; | ||
getInternalContext: (startTime?: number | undefined) => import("@datadog/browser-rum-core/cjs/domain/contexts/internalContext").InternalContext | undefined; | ||
getInitConfiguration: () => import("@datadog/browser-core").InitConfiguration | undefined; | ||
getInitConfiguration: () => import("@datadog/browser-rum-core").RumInitConfiguration | undefined; | ||
addAction: (name: string, context?: object | undefined) => void; | ||
@@ -14,0 +14,0 @@ addError: (error: unknown, context?: object | undefined) => void; |
@@ -11,3 +11,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'; | ||
getInternalContext: (startTime?: number | undefined) => import("@datadog/browser-rum-core/cjs/domain/contexts/internalContext").InternalContext | undefined; | ||
getInitConfiguration: () => import("@datadog/browser-core").InitConfiguration | undefined; | ||
getInitConfiguration: () => import("@datadog/browser-rum-core").RumInitConfiguration | undefined; | ||
addAction: (name: string, context?: object | undefined) => void; | ||
@@ -14,0 +14,0 @@ addError: (error: unknown, context?: object | undefined) => void; |
{ | ||
"name": "@datadog/browser-rum-slim", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"license": "Apache-2.0", | ||
@@ -15,7 +15,7 @@ "main": "cjs/entries/main.js", | ||
"dependencies": { | ||
"@datadog/browser-core": "5.8.0", | ||
"@datadog/browser-rum-core": "5.8.0" | ||
"@datadog/browser-core": "5.9.0", | ||
"@datadog/browser-rum-core": "5.9.0" | ||
}, | ||
"peerDependencies": { | ||
"@datadog/browser-logs": "5.8.0" | ||
"@datadog/browser-logs": "5.9.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "peerDependenciesMeta": { | ||
}, | ||
"gitHead": "450e621c48d00e8f50c97d6cc12c4ae7a7989daf" | ||
"gitHead": "465eecbc937d9ee15e2f0c03c5c574fe3e909aed" | ||
} |
Sorry, the diff of this file is too big to display
126733
+ Added@datadog/browser-core@5.9.0(transitive)
+ Added@datadog/browser-logs@5.9.0(transitive)
+ Added@datadog/browser-rum-core@5.9.0(transitive)
- Removed@datadog/browser-core@5.8.0(transitive)
- Removed@datadog/browser-logs@5.8.0(transitive)
- Removed@datadog/browser-rum-core@5.8.0(transitive)
Updated@datadog/browser-core@5.9.0