@heimdallr-sdk/types
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -29,3 +29,2 @@ import { BreadcrumbPushData } from './breadcrumb'; | ||
enabled: boolean; | ||
ignoreUrls: string[]; | ||
} |
@@ -37,3 +37,3 @@ import { ReportDataMsgType } from './base'; | ||
} | ||
export interface ReportPayloadDataType extends ClientInfoType { | ||
export interface BrowserReportPayloadDataType extends ClientInfoType { | ||
[key: string]: any; | ||
@@ -40,0 +40,0 @@ } |
@@ -23,2 +23,5 @@ export declare enum StoreKeyType { | ||
} | ||
export declare enum NodeErrorTypes { | ||
UNCAUGHTEXCEPTION = "uncaughtException" | ||
} | ||
export declare enum BrowserErrorTypes { | ||
@@ -25,0 +28,0 @@ CODEERROR = "code", |
@@ -26,2 +26,6 @@ export var StoreKeyType; | ||
})(EventTypes || (EventTypes = {})); | ||
export var NodeErrorTypes; | ||
(function (NodeErrorTypes) { | ||
NodeErrorTypes["UNCAUGHTEXCEPTION"] = "uncaughtException"; | ||
})(NodeErrorTypes || (NodeErrorTypes = {})); | ||
export var BrowserErrorTypes; | ||
@@ -28,0 +32,0 @@ (function (BrowserErrorTypes) { |
@@ -11,1 +11,3 @@ export * from './common'; | ||
export * from './sourcemap'; | ||
export * from './node'; | ||
export * from './server'; |
@@ -11,1 +11,3 @@ export * from './common'; | ||
export * from './sourcemap'; | ||
export * from './node'; | ||
export * from './server'; |
import { AppInfoType, Dsn } from './base'; | ||
import { IAnyObject } from './common'; | ||
import { StoreTypes } from './constant'; | ||
import { BasePluginType } from './plugin'; | ||
import { InterfaceResponseType } from './server'; | ||
import { VueInstance } from './vue'; | ||
@@ -11,4 +13,2 @@ export interface BaseOptionsType { | ||
plugins?: BasePluginType[]; | ||
ignoreUrls?: string[]; | ||
maxBreadcrumbs?: number; | ||
} | ||
@@ -27,2 +27,4 @@ export declare enum PerformanceFeat { | ||
export interface BrowserOptionsType extends BaseOptionsType { | ||
ignoreUrls?: string[]; | ||
maxBreadcrumbs?: number; | ||
userIdentify?: CustomerOptionType; | ||
@@ -35,1 +37,4 @@ throttleDelayTime?: number; | ||
} | ||
export interface NodeOptionsType extends BaseOptionsType { | ||
sendFunc?: (url: string, data: IAnyObject) => Promise<InterfaceResponseType<any>>; | ||
} |
{ | ||
"name": "@heimdallr-sdk/types", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "@heimdallr-sdk/types", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "0da42e54bb9d17cb0e0e93d05e0454385b627c7a" | ||
"gitHead": "639c3db0643be3368c5f43896be01e540d10aa07" | ||
} |
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
17061
29
513