@arms/rum-browser
Advanced tools
Comparing version 0.0.27-beta.7 to 0.0.27-beta.8
@@ -8,3 +8,3 @@ import { ICollector, IContext, RumEvent, RumExceptionEvent } from '@arms/rum-core'; | ||
onError(source: string, e: Error | ErrorEvent | PromiseRejectionEvent): void; | ||
errorFilter(err: Error): boolean; | ||
errorFilter(err: Error): any; | ||
} |
@@ -1,2 +0,2 @@ | ||
import { ICollector, IContext, IViewData, RumEvent } from "@arms/rum-core"; | ||
import { ICollector, IContext, RumEvent } from "@arms/rum-core"; | ||
interface RumPerfResTiming extends PerformanceResourceTiming { | ||
@@ -3,0 +3,0 @@ responseStatus?: number; |
@@ -1,2 +0,2 @@ | ||
import { IContext, IProcessor, RumEvent } from "@arms/rum-core"; | ||
import { IContext, IProcessor } from "@arms/rum-core"; | ||
export default class DefaultProcessor implements IProcessor { | ||
@@ -3,0 +3,0 @@ name: string; |
@@ -7,3 +7,3 @@ import { IContext, IProcessor } from "@arms/rum-core"; | ||
update: (e?: Event) => void; | ||
process(ctx: IContext): import("@arms/rum-core").RumEvent; | ||
process(ctx: IContext): any; | ||
} |
@@ -12,3 +12,3 @@ import { Shell } from '@arms/rum-core'; | ||
init(configuration: IBrowserConfig): void; | ||
getConfig(): import("@arms/rum-core").IConfiguration; | ||
getConfig(): any; | ||
setConfig<T extends keyof IBrowserConfig>(key: T, value: IBrowserConfig[T]): void; | ||
@@ -15,0 +15,0 @@ setConfig(value: IBrowserConfig): void; |
@@ -1,1 +0,1 @@ | ||
"use strict";exports.__esModule=!0,exports.location=exports.history=exports.global=exports.document=exports.VERSION=void 0;var global=exports.global=window,document=exports.document=window.document,location=exports.location=window.location,history=exports.history=window.history,VERSION=exports.VERSION='0.0.27-beta.7'; | ||
"use strict";exports.__esModule=!0,exports.location=exports.history=exports.global=exports.document=exports.VERSION=void 0;var global=exports.global=window,document=exports.document=window.document,location=exports.location=window.location,history=exports.history=window.history,VERSION=exports.VERSION='0.0.27-beta.8'; |
@@ -1,2 +0,1 @@ | ||
import { ResourceStatus } from '@arms/rum-core'; | ||
/** | ||
@@ -3,0 +2,0 @@ * Resource 事件的时间度量 |
@@ -19,4 +19,4 @@ import { IContext, SessionConfig, IRumSession, RumEvent } from "@arms/rum-core"; | ||
getSessionInfo(): SessionInfo; | ||
getEventId(): string; | ||
getViewId(): string; | ||
getEventId(): any; | ||
getViewId(): any; | ||
getUserId(): string; | ||
@@ -23,0 +23,0 @@ private resetSession; |
@@ -7,2 +7,2 @@ import { IContext } from "@arms/rum-core"; | ||
*/ | ||
export declare function getCurView(ctx: IContext): import("@arms/rum-core").IViewData; | ||
export declare function getCurView(ctx: IContext): any; |
{ | ||
"name": "@arms/rum-browser", | ||
"version": "0.0.27-beta.7", | ||
"version": "0.0.27-beta.8", | ||
"description": "arms rum javascript sdk for browser", | ||
@@ -26,3 +26,3 @@ "author": "guangli.fj <guangli.fj@alibaba-inc.com>", | ||
"dependencies": { | ||
"@arms/rum-core": "0.0.25-beta.17", | ||
"@arms/rum-core": "0.0.25-beta.18", | ||
"web-vitals": "3.5.2" | ||
@@ -29,0 +29,0 @@ }, |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218206
985
+ Added@arms/rum-core@0.0.25-beta.18(transitive)
- Removed@arms/rum-core@0.0.25-beta.17(transitive)