🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@web-tracing/core

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web-tracing/core - npm Package Compare versions

Comparing version
2.0.9
to
2.1.0
+12
-1
index.d.ts

@@ -61,2 +61,5 @@ interface ObserverValue<T> {

recordScreen: boolean;
timeout?: number;
maxQueueLength?: number;
checkRecoverInterval?: number;
};

@@ -92,2 +95,5 @@ /**

recordScreen?: boolean;
timeout?: number;
maxQueueLength?: number;
checkRecoverInterval?: number;
};

@@ -288,2 +294,6 @@ type ElementOrList = Element | Element[];

declare function init(options: InitOptions): void;
/**
* 销毁SDK添加的事件监听器,不会影响用户手动添加的监听器
*/
declare function destroyTracing(): void;

@@ -313,4 +323,5 @@ declare const _default: {

init: typeof init;
destroyTracing: typeof destroyTracing;
};
export { InitOptions, SENDID, afterSendData, beforePushEventList, beforeSendData, _default as default, exportMethods, getBaseInfo, getFirstScreen, getIPs, getOptions, getSDKUserUuid, getUserUuid, init, intersectionDisconnect, intersectionObserver, intersectionUnobserve, logError, options, parseError, sendLocal, setLocalizationOverFlow, setUserUuid, traceCustomEvent, traceError, tracePageView, tracePerformance, unzipRecordscreen };
export { InitOptions, SENDID, afterSendData, beforePushEventList, beforeSendData, _default as default, destroyTracing, exportMethods, getBaseInfo, getFirstScreen, getIPs, getOptions, getSDKUserUuid, getUserUuid, init, intersectionDisconnect, intersectionObserver, intersectionUnobserve, logError, options, parseError, sendLocal, setLocalizationOverFlow, setUserUuid, traceCustomEvent, traceError, tracePageView, tracePerformance, unzipRecordscreen };
+1
-1
{
"name": "@web-tracing/core",
"version": "2.0.9",
"version": "2.1.0",
"description": "基于 JS 跨平台插件,为前端项目提供【 埋点、行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段",

@@ -5,0 +5,0 @@ "main": "./index.cjs",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display