@safaricom-mxl/web-sdk 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CODE_OF_CONDUCT.md +119 -0
- package/CONTRIBUTING.md +28 -0
- package/DATA_EXPORT.md +29 -0
- package/DEVELOPING.md +152 -0
- package/LICENSE +201 -0
- package/REACT.md +143 -0
- package/README.md +638 -0
- package/UPGRADING.md +117 -0
- package/dist/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/api-logs/api/LogAPI/LogAPI.cjs +34 -0
- package/dist/api-logs/api/LogAPI/LogAPI.cjs.map +1 -0
- package/dist/api-logs/api/LogAPI/LogAPI.d.cts +21 -0
- package/dist/api-logs/api/LogAPI/LogAPI.d.cts.map +1 -0
- package/dist/api-logs/api/LogAPI/LogAPI.d.ts +21 -0
- package/dist/api-logs/api/LogAPI/LogAPI.d.ts.map +1 -0
- package/dist/api-logs/api/LogAPI/LogAPI.js +33 -0
- package/dist/api-logs/api/LogAPI/LogAPI.js.map +1 -0
- package/dist/api-logs/api/LogAPI/index.cjs +3 -0
- package/dist/api-logs/api/LogAPI/index.d.cts +2 -0
- package/dist/api-logs/api/LogAPI/index.d.ts +2 -0
- package/dist/api-logs/api/LogAPI/index.js +3 -0
- package/dist/api-logs/api/LogAPI/types.cjs +0 -0
- package/dist/api-logs/api/LogAPI/types.d.cts +9 -0
- package/dist/api-logs/api/LogAPI/types.d.cts.map +1 -0
- package/dist/api-logs/api/LogAPI/types.d.ts +10 -0
- package/dist/api-logs/api/LogAPI/types.d.ts.map +1 -0
- package/dist/api-logs/api/LogAPI/types.js +0 -0
- package/dist/api-logs/api/index.cjs +3 -0
- package/dist/api-logs/api/index.d.cts +2 -0
- package/dist/api-logs/api/index.d.ts +3 -0
- package/dist/api-logs/api/index.js +3 -0
- package/dist/api-logs/index.cjs +7 -0
- package/dist/api-logs/index.d.cts +5 -0
- package/dist/api-logs/index.d.ts +6 -0
- package/dist/api-logs/index.js +5 -0
- package/dist/api-logs/logAPI.cjs +8 -0
- package/dist/api-logs/logAPI.cjs.map +1 -0
- package/dist/api-logs/logAPI.d.cts +7 -0
- package/dist/api-logs/logAPI.d.cts.map +1 -0
- package/dist/api-logs/logAPI.d.ts +7 -0
- package/dist/api-logs/logAPI.d.ts.map +1 -0
- package/dist/api-logs/logAPI.js +8 -0
- package/dist/api-logs/logAPI.js.map +1 -0
- package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.cjs +10 -0
- package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.cjs.map +1 -0
- package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.d.cts +10 -0
- package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.d.cts.map +1 -0
- package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.d.ts +11 -0
- package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.d.ts.map +1 -0
- package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.js +9 -0
- package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.js.map +1 -0
- package/dist/api-logs/manager/NoOpLogManager/index.cjs +3 -0
- package/dist/api-logs/manager/NoOpLogManager/index.d.cts +2 -0
- package/dist/api-logs/manager/NoOpLogManager/index.d.ts +2 -0
- package/dist/api-logs/manager/NoOpLogManager/index.js +3 -0
- package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.cjs +23 -0
- package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.cjs.map +1 -0
- package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.d.cts +13 -0
- package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.d.cts.map +1 -0
- package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.d.ts +14 -0
- package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.d.ts.map +1 -0
- package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.js +23 -0
- package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.js.map +1 -0
- package/dist/api-logs/manager/ProxyLogManager/index.cjs +3 -0
- package/dist/api-logs/manager/ProxyLogManager/index.d.cts +2 -0
- package/dist/api-logs/manager/ProxyLogManager/index.d.ts +2 -0
- package/dist/api-logs/manager/ProxyLogManager/index.js +3 -0
- package/dist/api-logs/manager/index.cjs +5 -0
- package/dist/api-logs/manager/index.d.cts +4 -0
- package/dist/api-logs/manager/index.d.ts +4 -0
- package/dist/api-logs/manager/index.js +4 -0
- package/dist/api-logs/manager/types.cjs +0 -0
- package/dist/api-logs/manager/types.d.cts +23 -0
- package/dist/api-logs/manager/types.d.cts.map +1 -0
- package/dist/api-logs/manager/types.d.ts +23 -0
- package/dist/api-logs/manager/types.d.ts.map +1 -0
- package/dist/api-logs/manager/types.js +0 -0
- package/dist/api-page/api/PageAPI/PageAPI.cjs +34 -0
- package/dist/api-page/api/PageAPI/PageAPI.cjs.map +1 -0
- package/dist/api-page/api/PageAPI/PageAPI.d.cts +21 -0
- package/dist/api-page/api/PageAPI/PageAPI.d.cts.map +1 -0
- package/dist/api-page/api/PageAPI/PageAPI.d.ts +21 -0
- package/dist/api-page/api/PageAPI/PageAPI.d.ts.map +1 -0
- package/dist/api-page/api/PageAPI/PageAPI.js +33 -0
- package/dist/api-page/api/PageAPI/PageAPI.js.map +1 -0
- package/dist/api-page/api/PageAPI/index.cjs +3 -0
- package/dist/api-page/api/PageAPI/index.d.cts +3 -0
- package/dist/api-page/api/PageAPI/index.d.ts +3 -0
- package/dist/api-page/api/PageAPI/index.js +3 -0
- package/dist/api-page/api/PageAPI/types.cjs +0 -0
- package/dist/api-page/api/PageAPI/types.d.cts +9 -0
- package/dist/api-page/api/PageAPI/types.d.cts.map +1 -0
- package/dist/api-page/api/PageAPI/types.d.ts +9 -0
- package/dist/api-page/api/PageAPI/types.d.ts.map +1 -0
- package/dist/api-page/api/PageAPI/types.js +0 -0
- package/dist/api-page/api/index.cjs +3 -0
- package/dist/api-page/api/index.d.cts +3 -0
- package/dist/api-page/api/index.d.ts +3 -0
- package/dist/api-page/api/index.js +3 -0
- package/dist/api-page/index.cjs +7 -0
- package/dist/api-page/index.d.cts +5 -0
- package/dist/api-page/index.d.ts +5 -0
- package/dist/api-page/index.js +5 -0
- package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.cjs +16 -0
- package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.cjs.map +1 -0
- package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.d.cts +12 -0
- package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.d.cts.map +1 -0
- package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.d.ts +12 -0
- package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.d.ts.map +1 -0
- package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.js +15 -0
- package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.js.map +1 -0
- package/dist/api-page/manager/NoOpPageManager/index.cjs +3 -0
- package/dist/api-page/manager/NoOpPageManager/index.d.cts +2 -0
- package/dist/api-page/manager/NoOpPageManager/index.d.ts +2 -0
- package/dist/api-page/manager/NoOpPageManager/index.js +3 -0
- package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.cjs +29 -0
- package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.cjs.map +1 -0
- package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.d.cts +15 -0
- package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.d.cts.map +1 -0
- package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.d.ts +15 -0
- package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.d.ts.map +1 -0
- package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.js +29 -0
- package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.js.map +1 -0
- package/dist/api-page/manager/ProxyPageManager/index.cjs +3 -0
- package/dist/api-page/manager/ProxyPageManager/index.d.cts +2 -0
- package/dist/api-page/manager/ProxyPageManager/index.d.ts +2 -0
- package/dist/api-page/manager/ProxyPageManager/index.js +3 -0
- package/dist/api-page/manager/index.cjs +5 -0
- package/dist/api-page/manager/index.d.cts +4 -0
- package/dist/api-page/manager/index.d.ts +4 -0
- package/dist/api-page/manager/index.js +4 -0
- package/dist/api-page/manager/types.cjs +0 -0
- package/dist/api-page/manager/types.d.cts +14 -0
- package/dist/api-page/manager/types.d.cts.map +1 -0
- package/dist/api-page/manager/types.d.ts +14 -0
- package/dist/api-page/manager/types.d.ts.map +1 -0
- package/dist/api-page/manager/types.js +0 -0
- package/dist/api-page/pageAPI.cjs +8 -0
- package/dist/api-page/pageAPI.cjs.map +1 -0
- package/dist/api-page/pageAPI.d.cts +7 -0
- package/dist/api-page/pageAPI.d.cts.map +1 -0
- package/dist/api-page/pageAPI.d.ts +7 -0
- package/dist/api-page/pageAPI.d.ts.map +1 -0
- package/dist/api-page/pageAPI.js +8 -0
- package/dist/api-page/pageAPI.js.map +1 -0
- package/dist/api-sessions/api/SessionAPI/SessionAPI.cjs +34 -0
- package/dist/api-sessions/api/SessionAPI/SessionAPI.cjs.map +1 -0
- package/dist/api-sessions/api/SessionAPI/SessionAPI.d.cts +21 -0
- package/dist/api-sessions/api/SessionAPI/SessionAPI.d.cts.map +1 -0
- package/dist/api-sessions/api/SessionAPI/SessionAPI.d.ts +21 -0
- package/dist/api-sessions/api/SessionAPI/SessionAPI.d.ts.map +1 -0
- package/dist/api-sessions/api/SessionAPI/SessionAPI.js +33 -0
- package/dist/api-sessions/api/SessionAPI/SessionAPI.js.map +1 -0
- package/dist/api-sessions/api/SessionAPI/index.cjs +3 -0
- package/dist/api-sessions/api/SessionAPI/index.d.cts +2 -0
- package/dist/api-sessions/api/SessionAPI/index.d.ts +2 -0
- package/dist/api-sessions/api/SessionAPI/index.js +3 -0
- package/dist/api-sessions/api/SessionAPI/types.cjs +0 -0
- package/dist/api-sessions/api/SessionAPI/types.d.cts +9 -0
- package/dist/api-sessions/api/SessionAPI/types.d.cts.map +1 -0
- package/dist/api-sessions/api/SessionAPI/types.d.ts +10 -0
- package/dist/api-sessions/api/SessionAPI/types.d.ts.map +1 -0
- package/dist/api-sessions/api/SessionAPI/types.js +0 -0
- package/dist/api-sessions/api/index.cjs +3 -0
- package/dist/api-sessions/api/index.d.cts +2 -0
- package/dist/api-sessions/api/index.d.ts +3 -0
- package/dist/api-sessions/api/index.js +3 -0
- package/dist/api-sessions/index.cjs +7 -0
- package/dist/api-sessions/index.d.cts +5 -0
- package/dist/api-sessions/index.d.ts +6 -0
- package/dist/api-sessions/index.js +5 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.cjs +31 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.cjs.map +1 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.d.cts +24 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.d.cts.map +1 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.d.ts +26 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.d.ts.map +1 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.js +30 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.js.map +1 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/index.cjs +3 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/index.d.cts +2 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/index.d.ts +2 -0
- package/dist/api-sessions/manager/NoOpSpanSessionManager/index.js +3 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.cjs +56 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.cjs.map +1 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.d.cts +27 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.d.cts.map +1 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.d.ts +29 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.d.ts.map +1 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.js +56 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.js.map +1 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/index.cjs +3 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/index.d.cts +2 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/index.d.ts +2 -0
- package/dist/api-sessions/manager/ProxySpanSessionManager/index.js +3 -0
- package/dist/api-sessions/manager/index.cjs +5 -0
- package/dist/api-sessions/manager/index.d.cts +4 -0
- package/dist/api-sessions/manager/index.d.ts +6 -0
- package/dist/api-sessions/manager/index.js +4 -0
- package/dist/api-sessions/manager/types.cjs +0 -0
- package/dist/api-sessions/manager/types.d.cts +30 -0
- package/dist/api-sessions/manager/types.d.cts.map +1 -0
- package/dist/api-sessions/manager/types.d.ts +31 -0
- package/dist/api-sessions/manager/types.d.ts.map +1 -0
- package/dist/api-sessions/manager/types.js +0 -0
- package/dist/api-sessions/sessionAPI.cjs +8 -0
- package/dist/api-sessions/sessionAPI.cjs.map +1 -0
- package/dist/api-sessions/sessionAPI.d.cts +7 -0
- package/dist/api-sessions/sessionAPI.d.cts.map +1 -0
- package/dist/api-sessions/sessionAPI.d.ts +7 -0
- package/dist/api-sessions/sessionAPI.d.ts.map +1 -0
- package/dist/api-sessions/sessionAPI.js +8 -0
- package/dist/api-sessions/sessionAPI.js.map +1 -0
- package/dist/api-traces/api/TraceAPI/TraceAPI.cjs +34 -0
- package/dist/api-traces/api/TraceAPI/TraceAPI.cjs.map +1 -0
- package/dist/api-traces/api/TraceAPI/TraceAPI.d.cts +21 -0
- package/dist/api-traces/api/TraceAPI/TraceAPI.d.cts.map +1 -0
- package/dist/api-traces/api/TraceAPI/TraceAPI.d.ts +21 -0
- package/dist/api-traces/api/TraceAPI/TraceAPI.d.ts.map +1 -0
- package/dist/api-traces/api/TraceAPI/TraceAPI.js +33 -0
- package/dist/api-traces/api/TraceAPI/TraceAPI.js.map +1 -0
- package/dist/api-traces/api/TraceAPI/index.cjs +3 -0
- package/dist/api-traces/api/TraceAPI/index.d.cts +3 -0
- package/dist/api-traces/api/TraceAPI/index.d.ts +3 -0
- package/dist/api-traces/api/TraceAPI/index.js +3 -0
- package/dist/api-traces/api/TraceAPI/types.cjs +0 -0
- package/dist/api-traces/api/TraceAPI/types.d.cts +29 -0
- package/dist/api-traces/api/TraceAPI/types.d.cts.map +1 -0
- package/dist/api-traces/api/TraceAPI/types.d.ts +30 -0
- package/dist/api-traces/api/TraceAPI/types.d.ts.map +1 -0
- package/dist/api-traces/api/TraceAPI/types.js +0 -0
- package/dist/api-traces/api/index.cjs +3 -0
- package/dist/api-traces/api/index.d.cts +3 -0
- package/dist/api-traces/api/index.d.ts +4 -0
- package/dist/api-traces/api/index.js +3 -0
- package/dist/api-traces/index.cjs +7 -0
- package/dist/api-traces/index.d.cts +6 -0
- package/dist/api-traces/index.d.ts +8 -0
- package/dist/api-traces/index.js +5 -0
- package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.cjs +18 -0
- package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.cjs.map +1 -0
- package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.d.cts +13 -0
- package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.d.cts.map +1 -0
- package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.d.ts +15 -0
- package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.d.ts.map +1 -0
- package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.js +17 -0
- package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.js.map +1 -0
- package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.cjs +48 -0
- package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.cjs.map +1 -0
- package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.d.cts +25 -0
- package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.d.cts.map +1 -0
- package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.d.ts +26 -0
- package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.d.ts.map +1 -0
- package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.js +47 -0
- package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.js.map +1 -0
- package/dist/api-traces/manager/NoOpTraceManager/index.cjs +3 -0
- package/dist/api-traces/manager/NoOpTraceManager/index.d.cts +2 -0
- package/dist/api-traces/manager/NoOpTraceManager/index.d.ts +2 -0
- package/dist/api-traces/manager/NoOpTraceManager/index.js +3 -0
- package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.cjs +26 -0
- package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.cjs.map +1 -0
- package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.d.cts +16 -0
- package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.d.cts.map +1 -0
- package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.d.ts +18 -0
- package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.d.ts.map +1 -0
- package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.js +26 -0
- package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.js.map +1 -0
- package/dist/api-traces/manager/ProxyTraceManager/index.cjs +3 -0
- package/dist/api-traces/manager/ProxyTraceManager/index.d.cts +2 -0
- package/dist/api-traces/manager/ProxyTraceManager/index.d.ts +2 -0
- package/dist/api-traces/manager/ProxyTraceManager/index.js +3 -0
- package/dist/api-traces/manager/index.cjs +5 -0
- package/dist/api-traces/manager/index.d.cts +4 -0
- package/dist/api-traces/manager/index.d.ts +6 -0
- package/dist/api-traces/manager/index.js +4 -0
- package/dist/api-traces/manager/types.cjs +0 -0
- package/dist/api-traces/manager/types.d.cts +15 -0
- package/dist/api-traces/manager/types.d.cts.map +1 -0
- package/dist/api-traces/manager/types.d.ts +16 -0
- package/dist/api-traces/manager/types.d.ts.map +1 -0
- package/dist/api-traces/manager/types.js +0 -0
- package/dist/api-traces/traceAPI.cjs +8 -0
- package/dist/api-traces/traceAPI.cjs.map +1 -0
- package/dist/api-traces/traceAPI.d.cts +7 -0
- package/dist/api-traces/traceAPI.d.cts.map +1 -0
- package/dist/api-traces/traceAPI.d.ts +7 -0
- package/dist/api-traces/traceAPI.d.ts.map +1 -0
- package/dist/api-traces/traceAPI.js +8 -0
- package/dist/api-traces/traceAPI.js.map +1 -0
- package/dist/api-users/api/UserAPI/UserAPI.cjs +34 -0
- package/dist/api-users/api/UserAPI/UserAPI.cjs.map +1 -0
- package/dist/api-users/api/UserAPI/UserAPI.d.cts +21 -0
- package/dist/api-users/api/UserAPI/UserAPI.d.cts.map +1 -0
- package/dist/api-users/api/UserAPI/UserAPI.d.ts +21 -0
- package/dist/api-users/api/UserAPI/UserAPI.d.ts.map +1 -0
- package/dist/api-users/api/UserAPI/UserAPI.js +33 -0
- package/dist/api-users/api/UserAPI/UserAPI.js.map +1 -0
- package/dist/api-users/api/UserAPI/index.cjs +3 -0
- package/dist/api-users/api/UserAPI/index.d.cts +2 -0
- package/dist/api-users/api/UserAPI/index.d.ts +2 -0
- package/dist/api-users/api/UserAPI/index.js +3 -0
- package/dist/api-users/api/UserAPI/types.cjs +0 -0
- package/dist/api-users/api/UserAPI/types.d.cts +9 -0
- package/dist/api-users/api/UserAPI/types.d.cts.map +1 -0
- package/dist/api-users/api/UserAPI/types.d.ts +9 -0
- package/dist/api-users/api/UserAPI/types.d.ts.map +1 -0
- package/dist/api-users/api/UserAPI/types.js +0 -0
- package/dist/api-users/api/index.cjs +3 -0
- package/dist/api-users/api/index.d.cts +2 -0
- package/dist/api-users/api/index.d.ts +2 -0
- package/dist/api-users/api/index.js +3 -0
- package/dist/api-users/index.cjs +9 -0
- package/dist/api-users/index.d.cts +6 -0
- package/dist/api-users/index.d.ts +6 -0
- package/dist/api-users/index.js +6 -0
- package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.cjs +16 -0
- package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.cjs.map +1 -0
- package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.d.cts +12 -0
- package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.d.cts.map +1 -0
- package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.d.ts +12 -0
- package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.d.ts.map +1 -0
- package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.js +15 -0
- package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.js.map +1 -0
- package/dist/api-users/manager/NoOpUserManager/index.cjs +3 -0
- package/dist/api-users/manager/NoOpUserManager/index.d.cts +2 -0
- package/dist/api-users/manager/NoOpUserManager/index.d.ts +2 -0
- package/dist/api-users/manager/NoOpUserManager/index.js +3 -0
- package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.cjs +29 -0
- package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.cjs.map +1 -0
- package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.d.cts +15 -0
- package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.d.cts.map +1 -0
- package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.d.ts +15 -0
- package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.d.ts.map +1 -0
- package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.js +29 -0
- package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.js.map +1 -0
- package/dist/api-users/manager/ProxyUserManager/index.cjs +3 -0
- package/dist/api-users/manager/ProxyUserManager/index.d.cts +2 -0
- package/dist/api-users/manager/ProxyUserManager/index.d.ts +2 -0
- package/dist/api-users/manager/ProxyUserManager/index.js +3 -0
- package/dist/api-users/manager/constants/index.cjs +7 -0
- package/dist/api-users/manager/constants/index.cjs.map +1 -0
- package/dist/api-users/manager/constants/index.d.cts +5 -0
- package/dist/api-users/manager/constants/index.d.cts.map +1 -0
- package/dist/api-users/manager/constants/index.d.ts +5 -0
- package/dist/api-users/manager/constants/index.d.ts.map +1 -0
- package/dist/api-users/manager/constants/index.js +6 -0
- package/dist/api-users/manager/constants/index.js.map +1 -0
- package/dist/api-users/manager/index.cjs +7 -0
- package/dist/api-users/manager/index.d.cts +5 -0
- package/dist/api-users/manager/index.d.ts +5 -0
- package/dist/api-users/manager/index.js +5 -0
- package/dist/api-users/manager/types.cjs +0 -0
- package/dist/api-users/manager/types.d.cts +19 -0
- package/dist/api-users/manager/types.d.cts.map +1 -0
- package/dist/api-users/manager/types.d.ts +19 -0
- package/dist/api-users/manager/types.d.ts.map +1 -0
- package/dist/api-users/manager/types.js +0 -0
- package/dist/api-users/userAPI.cjs +8 -0
- package/dist/api-users/userAPI.cjs.map +1 -0
- package/dist/api-users/userAPI.d.cts +7 -0
- package/dist/api-users/userAPI.d.cts.map +1 -0
- package/dist/api-users/userAPI.d.ts +7 -0
- package/dist/api-users/userAPI.d.ts.map +1 -0
- package/dist/api-users/userAPI.js +8 -0
- package/dist/api-users/userAPI.js.map +1 -0
- package/dist/common/index.cjs +0 -0
- package/dist/common/index.d.cts +2 -0
- package/dist/common/index.d.ts +2 -0
- package/dist/common/index.js +0 -0
- package/dist/common/types.cjs +0 -0
- package/dist/common/types.d.cts +17 -0
- package/dist/common/types.d.cts.map +1 -0
- package/dist/common/types.d.ts +17 -0
- package/dist/common/types.d.ts.map +1 -0
- package/dist/common/types.js +0 -0
- package/dist/constants/attributes.cjs +93 -0
- package/dist/constants/attributes.cjs.map +1 -0
- package/dist/constants/attributes.d.cts +58 -0
- package/dist/constants/attributes.d.cts.map +1 -0
- package/dist/constants/attributes.d.ts +58 -0
- package/dist/constants/attributes.d.ts.map +1 -0
- package/dist/constants/attributes.js +61 -0
- package/dist/constants/attributes.js.map +1 -0
- package/dist/constants/index.cjs +30 -0
- package/dist/constants/index.d.cts +2 -0
- package/dist/constants/index.d.ts +2 -0
- package/dist/constants/index.js +3 -0
- package/dist/exporters/BaseFetchExporter/BaseFetchExporter.cjs +20 -0
- package/dist/exporters/BaseFetchExporter/BaseFetchExporter.cjs.map +1 -0
- package/dist/exporters/BaseFetchExporter/BaseFetchExporter.d.cts +14 -0
- package/dist/exporters/BaseFetchExporter/BaseFetchExporter.d.cts.map +1 -0
- package/dist/exporters/BaseFetchExporter/BaseFetchExporter.d.ts +14 -0
- package/dist/exporters/BaseFetchExporter/BaseFetchExporter.d.ts.map +1 -0
- package/dist/exporters/BaseFetchExporter/BaseFetchExporter.js +19 -0
- package/dist/exporters/BaseFetchExporter/BaseFetchExporter.js.map +1 -0
- package/dist/exporters/BaseFetchExporter/index.cjs +3 -0
- package/dist/exporters/BaseFetchExporter/index.d.cts +2 -0
- package/dist/exporters/BaseFetchExporter/index.d.ts +2 -0
- package/dist/exporters/BaseFetchExporter/index.js +3 -0
- package/dist/exporters/MXLLogExporter/MXLLogExporter.cjs +19 -0
- package/dist/exporters/MXLLogExporter/MXLLogExporter.cjs.map +1 -0
- package/dist/exporters/MXLLogExporter/MXLLogExporter.d.cts +14 -0
- package/dist/exporters/MXLLogExporter/MXLLogExporter.d.cts.map +1 -0
- package/dist/exporters/MXLLogExporter/MXLLogExporter.d.ts +14 -0
- package/dist/exporters/MXLLogExporter/MXLLogExporter.d.ts.map +1 -0
- package/dist/exporters/MXLLogExporter/MXLLogExporter.js +19 -0
- package/dist/exporters/MXLLogExporter/MXLLogExporter.js.map +1 -0
- package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.cjs +15 -0
- package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.cjs.map +1 -0
- package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.d.cts +11 -0
- package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.d.cts.map +1 -0
- package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.d.ts +12 -0
- package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.d.ts.map +1 -0
- package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.js +14 -0
- package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.js.map +1 -0
- package/dist/exporters/MXLLogExporter/index.cjs +3 -0
- package/dist/exporters/MXLLogExporter/index.d.cts +2 -0
- package/dist/exporters/MXLLogExporter/index.d.ts +2 -0
- package/dist/exporters/MXLLogExporter/index.js +3 -0
- package/dist/exporters/MXLLogExporter/types.cjs +0 -0
- package/dist/exporters/MXLLogExporter/types.d.cts +9 -0
- package/dist/exporters/MXLLogExporter/types.d.cts.map +1 -0
- package/dist/exporters/MXLLogExporter/types.d.ts +9 -0
- package/dist/exporters/MXLLogExporter/types.d.ts.map +1 -0
- package/dist/exporters/MXLLogExporter/types.js +0 -0
- package/dist/exporters/MXLLogExporter/utils.cjs +8 -0
- package/dist/exporters/MXLLogExporter/utils.cjs.map +1 -0
- package/dist/exporters/MXLLogExporter/utils.d.cts +5 -0
- package/dist/exporters/MXLLogExporter/utils.d.cts.map +1 -0
- package/dist/exporters/MXLLogExporter/utils.d.ts +5 -0
- package/dist/exporters/MXLLogExporter/utils.d.ts.map +1 -0
- package/dist/exporters/MXLLogExporter/utils.js +8 -0
- package/dist/exporters/MXLLogExporter/utils.js.map +1 -0
- package/dist/exporters/MXLTraceExporter/MXLTraceExporter.cjs +19 -0
- package/dist/exporters/MXLTraceExporter/MXLTraceExporter.cjs.map +1 -0
- package/dist/exporters/MXLTraceExporter/MXLTraceExporter.d.cts +14 -0
- package/dist/exporters/MXLTraceExporter/MXLTraceExporter.d.cts.map +1 -0
- package/dist/exporters/MXLTraceExporter/MXLTraceExporter.d.ts +14 -0
- package/dist/exporters/MXLTraceExporter/MXLTraceExporter.d.ts.map +1 -0
- package/dist/exporters/MXLTraceExporter/MXLTraceExporter.js +19 -0
- package/dist/exporters/MXLTraceExporter/MXLTraceExporter.js.map +1 -0
- package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.cjs +18 -0
- package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.cjs.map +1 -0
- package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.d.cts +11 -0
- package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.d.cts.map +1 -0
- package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.d.ts +12 -0
- package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.d.ts.map +1 -0
- package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.js +17 -0
- package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.js.map +1 -0
- package/dist/exporters/MXLTraceExporter/index.cjs +3 -0
- package/dist/exporters/MXLTraceExporter/index.d.cts +2 -0
- package/dist/exporters/MXLTraceExporter/index.d.ts +2 -0
- package/dist/exporters/MXLTraceExporter/index.js +3 -0
- package/dist/exporters/MXLTraceExporter/types.cjs +0 -0
- package/dist/exporters/MXLTraceExporter/types.d.cts +9 -0
- package/dist/exporters/MXLTraceExporter/types.d.cts.map +1 -0
- package/dist/exporters/MXLTraceExporter/types.d.ts +9 -0
- package/dist/exporters/MXLTraceExporter/types.d.ts.map +1 -0
- package/dist/exporters/MXLTraceExporter/types.js +0 -0
- package/dist/exporters/MXLTraceExporter/utils.cjs +8 -0
- package/dist/exporters/MXLTraceExporter/utils.cjs.map +1 -0
- package/dist/exporters/MXLTraceExporter/utils.d.cts +5 -0
- package/dist/exporters/MXLTraceExporter/utils.d.cts.map +1 -0
- package/dist/exporters/MXLTraceExporter/utils.d.ts +5 -0
- package/dist/exporters/MXLTraceExporter/utils.d.ts.map +1 -0
- package/dist/exporters/MXLTraceExporter/utils.js +8 -0
- package/dist/exporters/MXLTraceExporter/utils.js.map +1 -0
- package/dist/exporters/constants.cjs +13 -0
- package/dist/exporters/constants.cjs.map +1 -0
- package/dist/exporters/constants.d.cts +10 -0
- package/dist/exporters/constants.d.cts.map +1 -0
- package/dist/exporters/constants.d.ts +10 -0
- package/dist/exporters/constants.d.ts.map +1 -0
- package/dist/exporters/constants.js +12 -0
- package/dist/exporters/constants.js.map +1 -0
- package/dist/exporters/index.cjs +12 -0
- package/dist/exporters/index.d.cts +7 -0
- package/dist/exporters/index.d.ts +9 -0
- package/dist/exporters/index.js +7 -0
- package/dist/exporters/otlpBrowserFetchExportDelegate.cjs +11 -0
- package/dist/exporters/otlpBrowserFetchExportDelegate.cjs.map +1 -0
- package/dist/exporters/otlpBrowserFetchExportDelegate.d.cts +9 -0
- package/dist/exporters/otlpBrowserFetchExportDelegate.d.cts.map +1 -0
- package/dist/exporters/otlpBrowserFetchExportDelegate.d.ts +9 -0
- package/dist/exporters/otlpBrowserFetchExportDelegate.d.ts.map +1 -0
- package/dist/exporters/otlpBrowserFetchExportDelegate.js +10 -0
- package/dist/exporters/otlpBrowserFetchExportDelegate.js.map +1 -0
- package/dist/exporters/types.cjs +0 -0
- package/dist/exporters/types.d.cts +11 -0
- package/dist/exporters/types.d.cts.map +1 -0
- package/dist/exporters/types.d.ts +11 -0
- package/dist/exporters/types.d.ts.map +1 -0
- package/dist/exporters/types.js +0 -0
- package/dist/exporters/utils.cjs +12 -0
- package/dist/exporters/utils.cjs.map +1 -0
- package/dist/exporters/utils.d.cts +6 -0
- package/dist/exporters/utils.d.cts.map +1 -0
- package/dist/exporters/utils.d.ts +6 -0
- package/dist/exporters/utils.d.ts.map +1 -0
- package/dist/exporters/utils.js +10 -0
- package/dist/exporters/utils.js.map +1 -0
- package/dist/index.cjs +23 -0
- package/dist/index.d.cts +11 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +10 -0
- package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.cjs +100 -0
- package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.cjs.map +1 -0
- package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.d.cts +73 -0
- package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.d.cts.map +1 -0
- package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.d.ts +73 -0
- package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.d.ts.map +1 -0
- package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.js +99 -0
- package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.js.map +1 -0
- package/dist/instrumentations/InstrumentationAbstract/index.cjs +3 -0
- package/dist/instrumentations/InstrumentationAbstract/index.d.cts +2 -0
- package/dist/instrumentations/InstrumentationAbstract/index.d.ts +2 -0
- package/dist/instrumentations/InstrumentationAbstract/index.js +3 -0
- package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.cjs +38 -0
- package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.cjs.map +1 -0
- package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.d.cts +29 -0
- package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.d.cts.map +1 -0
- package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.d.ts +33 -0
- package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.d.ts.map +1 -0
- package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.js +38 -0
- package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.js.map +1 -0
- package/dist/instrumentations/MXLInstrumentationBase/index.cjs +3 -0
- package/dist/instrumentations/MXLInstrumentationBase/index.d.cts +3 -0
- package/dist/instrumentations/MXLInstrumentationBase/index.d.ts +3 -0
- package/dist/instrumentations/MXLInstrumentationBase/index.js +3 -0
- package/dist/instrumentations/MXLInstrumentationBase/types.cjs +0 -0
- package/dist/instrumentations/MXLInstrumentationBase/types.d.cts +15 -0
- package/dist/instrumentations/MXLInstrumentationBase/types.d.cts.map +1 -0
- package/dist/instrumentations/MXLInstrumentationBase/types.d.ts +16 -0
- package/dist/instrumentations/MXLInstrumentationBase/types.d.ts.map +1 -0
- package/dist/instrumentations/MXLInstrumentationBase/types.js +0 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.cjs +43 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.d.cts +18 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.d.ts +19 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.js +43 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.js.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/index.d.cts +2 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/index.d.ts +2 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/index.js +3 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/types.d.cts +10 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/types.d.ts +11 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/types.js +0 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/utils.cjs +13 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/utils.cjs.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/utils.d.cts +5 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/utils.d.cts.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/utils.d.ts +5 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/utils.d.ts.map +1 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/utils.js +12 -0
- package/dist/instrumentations/clicks/ClicksInstrumentation/utils.js.map +1 -0
- package/dist/instrumentations/clicks/index.cjs +3 -0
- package/dist/instrumentations/clicks/index.d.cts +3 -0
- package/dist/instrumentations/clicks/index.d.ts +4 -0
- package/dist/instrumentations/clicks/index.js +3 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.cjs +234 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.d.cts +89 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.d.ts +90 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.js +233 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.js.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.cjs +12 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.cjs.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.d.cts +9 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.d.cts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.d.ts +9 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.d.ts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.js +11 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.js.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.cjs +11 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.cjs.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.d.cts +8 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.d.cts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.d.ts +8 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.d.ts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.js +10 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.js.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/index.cjs +5 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/index.d.cts +4 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/index.d.ts +4 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/index.js +4 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.d.cts +51 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.d.ts +52 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.js +0 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.cjs +30 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.cjs.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.d.cts +9 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.d.cts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.d.ts +9 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.d.ts.map +1 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.js +28 -0
- package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.js.map +1 -0
- package/dist/instrumentations/document-load/index.cjs +5 -0
- package/dist/instrumentations/document-load/index.d.cts +4 -0
- package/dist/instrumentations/document-load/index.d.ts +5 -0
- package/dist/instrumentations/document-load/index.js +4 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.cjs +56 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.d.cts +22 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.d.ts +23 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.js +56 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.js.map +1 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/index.d.cts +2 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/index.d.ts +2 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/index.js +3 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.d.cts +10 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.d.ts +11 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.js +0 -0
- package/dist/instrumentations/empty-root/index.cjs +3 -0
- package/dist/instrumentations/empty-root/index.d.cts +3 -0
- package/dist/instrumentations/empty-root/index.d.ts +4 -0
- package/dist/instrumentations/empty-root/index.js +3 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.cjs +43 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.cts +17 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.ts +18 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.js +43 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.js.map +1 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/index.d.cts +2 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/index.d.ts +2 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/index.js +3 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.cts +7 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.ts +8 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.js +0 -0
- package/dist/instrumentations/exceptions/index.cjs +3 -0
- package/dist/instrumentations/exceptions/index.d.cts +3 -0
- package/dist/instrumentations/exceptions/index.d.ts +4 -0
- package/dist/instrumentations/exceptions/index.js +3 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.cjs +35 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.cjs.map +1 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.d.cts +22 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.d.cts.map +1 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.d.ts +22 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.d.ts.map +1 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.js +33 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.js.map +1 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/index.cjs +3 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/index.d.cts +2 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/index.d.ts +2 -0
- package/dist/instrumentations/exceptions/react/MXLErrorBoundary/index.js +3 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.cjs +27 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.d.cts +15 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.d.ts +15 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.js +26 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.js.map +1 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/index.d.cts +2 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/index.d.ts +2 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/index.js +3 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.d.cts +9 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.d.ts +9 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.js +0 -0
- package/dist/instrumentations/fetch/index.cjs +3 -0
- package/dist/instrumentations/fetch/index.d.cts +3 -0
- package/dist/instrumentations/fetch/index.d.ts +4 -0
- package/dist/instrumentations/fetch/index.js +3 -0
- package/dist/instrumentations/index.cjs +27 -0
- package/dist/instrumentations/index.d.cts +26 -0
- package/dist/instrumentations/index.d.ts +36 -0
- package/dist/instrumentations/index.js +15 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.cjs +92 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.d.cts +28 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.d.ts +29 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.js +92 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.js.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/index.cjs +5 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/index.d.cts +4 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/index.d.ts +4 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/index.js +4 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/instance.cjs +12 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/instance.cjs.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/instance.d.cts +8 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/instance.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/instance.d.ts +8 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/instance.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/instance.js +12 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/instance.js.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.cjs +8 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.d.cts +8 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.d.ts +9 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.js +8 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.js.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/index.cjs +3 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/index.d.cts +2 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/index.d.ts +2 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/index.js +3 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.cjs +0 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.d.cts +15 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.d.ts +15 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.js +0 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.cjs +30 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.cjs.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.d.cts +8 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.d.ts +8 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.js +27 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.js.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/index.cjs +3 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/index.d.cts +2 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/index.d.ts +2 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/index.js +3 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.cjs +37 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.cjs.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.d.cts +13 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.d.ts +13 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.js +37 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.js.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.cjs +0 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.d.cts +32 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.d.ts +32 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.js +0 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/index.cjs +3 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/index.d.cts +2 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/index.d.ts +2 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/index.js +3 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.cjs +0 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.d.cts +18 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.d.ts +18 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.js +0 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.cjs +50 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.cjs.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.d.cts +7 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.d.ts +7 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.js +48 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.js.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/types.d.cts +15 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/types.d.ts +16 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/navigation/NavigationInstrumentation/types.js +0 -0
- package/dist/instrumentations/navigation/index.cjs +5 -0
- package/dist/instrumentations/navigation/index.d.cts +3 -0
- package/dist/instrumentations/navigation/index.d.ts +4 -0
- package/dist/instrumentations/navigation/index.js +4 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.cjs +60 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.d.cts +25 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.d.ts +26 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.js +60 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.js.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.cjs +19 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.cjs.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.d.cts +10 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.d.ts +10 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.js +16 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.js.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/index.d.cts +3 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/index.d.ts +3 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/index.js +3 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.d.cts +7 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.d.ts +8 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.js +0 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.cjs +24 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.cts +14 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.ts +15 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.js +24 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.js.map +1 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/index.d.cts +3 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/index.d.ts +3 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/index.js +3 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.d.cts +7 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.d.ts +8 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.js +0 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.cjs +55 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.d.cts +23 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.d.ts +24 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.js +55 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.js.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.cjs +7 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.cjs.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.d.cts +5 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.d.ts +5 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.js +6 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.js.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/index.d.cts +3 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/index.d.ts +3 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/index.js +3 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.d.cts +7 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.d.ts +8 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.js +0 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.cjs +100 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.d.cts +30 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.d.ts +33 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.js +100 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.js.map +1 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/index.d.cts +3 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/index.d.ts +3 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/index.js +3 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.d.cts +15 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.d.ts +16 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.js +0 -0
- package/dist/instrumentations/session/index.cjs +13 -0
- package/dist/instrumentations/session/index.d.cts +13 -0
- package/dist/instrumentations/session/index.d.ts +19 -0
- package/dist/instrumentations/session/index.js +8 -0
- package/dist/instrumentations/session/types.cjs +0 -0
- package/dist/instrumentations/session/types.d.cts +14 -0
- package/dist/instrumentations/session/types.d.cts.map +1 -0
- package/dist/instrumentations/session/types.d.ts +14 -0
- package/dist/instrumentations/session/types.d.ts.map +1 -0
- package/dist/instrumentations/session/types.js +0 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.cjs +202 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.d.cts +31 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.d.ts +32 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.js +201 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.js.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.cjs +32 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.cjs.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.d.cts +70 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.d.cts.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.d.ts +70 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.d.ts.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.js +28 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.js.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/index.d.cts +3 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/index.d.ts +3 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/index.js +3 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.d.cts +19 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.d.ts +20 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.js +0 -0
- package/dist/instrumentations/web-vitals/index.cjs +3 -0
- package/dist/instrumentations/web-vitals/index.d.cts +3 -0
- package/dist/instrumentations/web-vitals/index.d.ts +4 -0
- package/dist/instrumentations/web-vitals/index.js +3 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.cjs +27 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.cjs.map +1 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.d.cts +15 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.d.cts.map +1 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.d.ts +15 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.d.ts.map +1 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.js +26 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.js.map +1 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/index.cjs +3 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/index.d.cts +2 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/index.d.ts +2 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/index.js +3 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.cjs +0 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.d.cts +9 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.d.cts.map +1 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.d.ts +9 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.d.ts.map +1 -0
- package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.js +0 -0
- package/dist/instrumentations/xhr/index.cjs +3 -0
- package/dist/instrumentations/xhr/index.d.cts +3 -0
- package/dist/instrumentations/xhr/index.d.ts +4 -0
- package/dist/instrumentations/xhr/index.js +3 -0
- package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.cjs +87 -0
- package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.cjs.map +1 -0
- package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.d.cts +28 -0
- package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.d.cts.map +1 -0
- package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.d.ts +29 -0
- package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.d.ts.map +1 -0
- package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.js +86 -0
- package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.js.map +1 -0
- package/dist/managers/MXLConfigManager/constants.cjs +12 -0
- package/dist/managers/MXLConfigManager/constants.cjs.map +1 -0
- package/dist/managers/MXLConfigManager/constants.d.cts +8 -0
- package/dist/managers/MXLConfigManager/constants.d.cts.map +1 -0
- package/dist/managers/MXLConfigManager/constants.d.ts +9 -0
- package/dist/managers/MXLConfigManager/constants.d.ts.map +1 -0
- package/dist/managers/MXLConfigManager/constants.js +10 -0
- package/dist/managers/MXLConfigManager/constants.js.map +1 -0
- package/dist/managers/MXLConfigManager/index.cjs +3 -0
- package/dist/managers/MXLConfigManager/index.d.cts +2 -0
- package/dist/managers/MXLConfigManager/index.d.ts +2 -0
- package/dist/managers/MXLConfigManager/index.js +3 -0
- package/dist/managers/MXLConfigManager/types.cjs +0 -0
- package/dist/managers/MXLConfigManager/types.d.cts +32 -0
- package/dist/managers/MXLConfigManager/types.d.cts.map +1 -0
- package/dist/managers/MXLConfigManager/types.d.ts +33 -0
- package/dist/managers/MXLConfigManager/types.d.ts.map +1 -0
- package/dist/managers/MXLConfigManager/types.js +0 -0
- package/dist/managers/MXLConfigManager/utils.cjs +7 -0
- package/dist/managers/MXLConfigManager/utils.cjs.map +1 -0
- package/dist/managers/MXLConfigManager/utils.d.cts +11 -0
- package/dist/managers/MXLConfigManager/utils.d.cts.map +1 -0
- package/dist/managers/MXLConfigManager/utils.d.ts +11 -0
- package/dist/managers/MXLConfigManager/utils.d.ts.map +1 -0
- package/dist/managers/MXLConfigManager/utils.js +6 -0
- package/dist/managers/MXLConfigManager/utils.js.map +1 -0
- package/dist/managers/MXLLimitManager/MXLLimitManager.cjs +117 -0
- package/dist/managers/MXLLimitManager/MXLLimitManager.cjs.map +1 -0
- package/dist/managers/MXLLimitManager/MXLLimitManager.d.cts +34 -0
- package/dist/managers/MXLLimitManager/MXLLimitManager.d.cts.map +1 -0
- package/dist/managers/MXLLimitManager/MXLLimitManager.d.ts +35 -0
- package/dist/managers/MXLLimitManager/MXLLimitManager.d.ts.map +1 -0
- package/dist/managers/MXLLimitManager/MXLLimitManager.js +116 -0
- package/dist/managers/MXLLimitManager/MXLLimitManager.js.map +1 -0
- package/dist/managers/MXLLimitManager/constants.cjs +39 -0
- package/dist/managers/MXLLimitManager/constants.cjs.map +1 -0
- package/dist/managers/MXLLimitManager/constants.d.cts +8 -0
- package/dist/managers/MXLLimitManager/constants.d.cts.map +1 -0
- package/dist/managers/MXLLimitManager/constants.d.ts +8 -0
- package/dist/managers/MXLLimitManager/constants.d.ts.map +1 -0
- package/dist/managers/MXLLimitManager/constants.js +37 -0
- package/dist/managers/MXLLimitManager/constants.js.map +1 -0
- package/dist/managers/MXLLimitManager/index.cjs +6 -0
- package/dist/managers/MXLLimitManager/index.d.cts +4 -0
- package/dist/managers/MXLLimitManager/index.d.ts +4 -0
- package/dist/managers/MXLLimitManager/index.js +4 -0
- package/dist/managers/MXLLimitManager/types.cjs +0 -0
- package/dist/managers/MXLLimitManager/types.d.cts +45 -0
- package/dist/managers/MXLLimitManager/types.d.cts.map +1 -0
- package/dist/managers/MXLLimitManager/types.d.ts +46 -0
- package/dist/managers/MXLLimitManager/types.d.ts.map +1 -0
- package/dist/managers/MXLLimitManager/types.js +0 -0
- package/dist/managers/MXLLogManager/MXLLogManager.cjs +148 -0
- package/dist/managers/MXLLogManager/MXLLogManager.cjs.map +1 -0
- package/dist/managers/MXLLogManager/MXLLogManager.d.cts +40 -0
- package/dist/managers/MXLLogManager/MXLLogManager.d.cts.map +1 -0
- package/dist/managers/MXLLogManager/MXLLogManager.d.ts +42 -0
- package/dist/managers/MXLLogManager/MXLLogManager.d.ts.map +1 -0
- package/dist/managers/MXLLogManager/MXLLogManager.js +147 -0
- package/dist/managers/MXLLogManager/MXLLogManager.js.map +1 -0
- package/dist/managers/MXLLogManager/index.cjs +3 -0
- package/dist/managers/MXLLogManager/index.d.cts +2 -0
- package/dist/managers/MXLLogManager/index.d.ts +2 -0
- package/dist/managers/MXLLogManager/index.js +3 -0
- package/dist/managers/MXLLogManager/types.cjs +0 -0
- package/dist/managers/MXLLogManager/types.d.cts +20 -0
- package/dist/managers/MXLLogManager/types.d.cts.map +1 -0
- package/dist/managers/MXLLogManager/types.d.ts +23 -0
- package/dist/managers/MXLLogManager/types.d.ts.map +1 -0
- package/dist/managers/MXLLogManager/types.js +0 -0
- package/dist/managers/MXLPageManager/MXLPageManager.cjs +21 -0
- package/dist/managers/MXLPageManager/MXLPageManager.cjs.map +1 -0
- package/dist/managers/MXLPageManager/MXLPageManager.d.cts +14 -0
- package/dist/managers/MXLPageManager/MXLPageManager.d.cts.map +1 -0
- package/dist/managers/MXLPageManager/MXLPageManager.d.ts +14 -0
- package/dist/managers/MXLPageManager/MXLPageManager.d.ts.map +1 -0
- package/dist/managers/MXLPageManager/MXLPageManager.js +21 -0
- package/dist/managers/MXLPageManager/MXLPageManager.js.map +1 -0
- package/dist/managers/MXLPageManager/index.cjs +3 -0
- package/dist/managers/MXLPageManager/index.d.cts +3 -0
- package/dist/managers/MXLPageManager/index.d.ts +3 -0
- package/dist/managers/MXLPageManager/index.js +3 -0
- package/dist/managers/MXLPageManager/types.cjs +0 -0
- package/dist/managers/MXLPageManager/types.d.cts +17 -0
- package/dist/managers/MXLPageManager/types.d.cts.map +1 -0
- package/dist/managers/MXLPageManager/types.d.ts +17 -0
- package/dist/managers/MXLPageManager/types.d.ts.map +1 -0
- package/dist/managers/MXLPageManager/types.js +0 -0
- package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.cjs +30 -0
- package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.cjs.map +1 -0
- package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.d.cts +19 -0
- package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.d.cts.map +1 -0
- package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.d.ts +19 -0
- package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.d.ts.map +1 -0
- package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.js +30 -0
- package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.js.map +1 -0
- package/dist/managers/MXLSDKFeaturesManager/index.cjs +3 -0
- package/dist/managers/MXLSDKFeaturesManager/index.d.cts +3 -0
- package/dist/managers/MXLSDKFeaturesManager/index.d.ts +3 -0
- package/dist/managers/MXLSDKFeaturesManager/index.js +3 -0
- package/dist/managers/MXLSDKFeaturesManager/types.cjs +0 -0
- package/dist/managers/MXLSDKFeaturesManager/types.d.cts +16 -0
- package/dist/managers/MXLSDKFeaturesManager/types.d.cts.map +1 -0
- package/dist/managers/MXLSDKFeaturesManager/types.d.ts +17 -0
- package/dist/managers/MXLSDKFeaturesManager/types.d.ts.map +1 -0
- package/dist/managers/MXLSDKFeaturesManager/types.js +0 -0
- package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.cjs +348 -0
- package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.cjs.map +1 -0
- package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.d.cts +70 -0
- package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.d.cts.map +1 -0
- package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.d.ts +72 -0
- package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.d.ts.map +1 -0
- package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.js +347 -0
- package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.js.map +1 -0
- package/dist/managers/MXLSpanSessionManager/constants.cjs +11 -0
- package/dist/managers/MXLSpanSessionManager/constants.cjs.map +1 -0
- package/dist/managers/MXLSpanSessionManager/constants.d.cts +7 -0
- package/dist/managers/MXLSpanSessionManager/constants.d.cts.map +1 -0
- package/dist/managers/MXLSpanSessionManager/constants.d.ts +7 -0
- package/dist/managers/MXLSpanSessionManager/constants.d.ts.map +1 -0
- package/dist/managers/MXLSpanSessionManager/constants.js +8 -0
- package/dist/managers/MXLSpanSessionManager/constants.js.map +1 -0
- package/dist/managers/MXLSpanSessionManager/index.cjs +3 -0
- package/dist/managers/MXLSpanSessionManager/index.d.cts +3 -0
- package/dist/managers/MXLSpanSessionManager/index.d.ts +3 -0
- package/dist/managers/MXLSpanSessionManager/index.js +3 -0
- package/dist/managers/MXLSpanSessionManager/types.cjs +0 -0
- package/dist/managers/MXLSpanSessionManager/types.d.cts +36 -0
- package/dist/managers/MXLSpanSessionManager/types.d.cts.map +1 -0
- package/dist/managers/MXLSpanSessionManager/types.d.ts +39 -0
- package/dist/managers/MXLSpanSessionManager/types.d.ts.map +1 -0
- package/dist/managers/MXLSpanSessionManager/types.js +0 -0
- package/dist/managers/MXLTraceManager/MXLExtendedSpan.cjs +73 -0
- package/dist/managers/MXLTraceManager/MXLExtendedSpan.cjs.map +1 -0
- package/dist/managers/MXLTraceManager/MXLExtendedSpan.d.cts +34 -0
- package/dist/managers/MXLTraceManager/MXLExtendedSpan.d.cts.map +1 -0
- package/dist/managers/MXLTraceManager/MXLExtendedSpan.d.ts +35 -0
- package/dist/managers/MXLTraceManager/MXLExtendedSpan.d.ts.map +1 -0
- package/dist/managers/MXLTraceManager/MXLExtendedSpan.js +73 -0
- package/dist/managers/MXLTraceManager/MXLExtendedSpan.js.map +1 -0
- package/dist/managers/MXLTraceManager/MXLTraceManager.cjs +27 -0
- package/dist/managers/MXLTraceManager/MXLTraceManager.cjs.map +1 -0
- package/dist/managers/MXLTraceManager/MXLTraceManager.d.cts +17 -0
- package/dist/managers/MXLTraceManager/MXLTraceManager.d.cts.map +1 -0
- package/dist/managers/MXLTraceManager/MXLTraceManager.d.ts +18 -0
- package/dist/managers/MXLTraceManager/MXLTraceManager.d.ts.map +1 -0
- package/dist/managers/MXLTraceManager/MXLTraceManager.js +26 -0
- package/dist/managers/MXLTraceManager/MXLTraceManager.js.map +1 -0
- package/dist/managers/MXLTraceManager/index.cjs +5 -0
- package/dist/managers/MXLTraceManager/index.d.cts +3 -0
- package/dist/managers/MXLTraceManager/index.d.ts +3 -0
- package/dist/managers/MXLTraceManager/index.js +4 -0
- package/dist/managers/MXLUserManager/MXLUserManager.cjs +101 -0
- package/dist/managers/MXLUserManager/MXLUserManager.cjs.map +1 -0
- package/dist/managers/MXLUserManager/MXLUserManager.d.cts +25 -0
- package/dist/managers/MXLUserManager/MXLUserManager.d.cts.map +1 -0
- package/dist/managers/MXLUserManager/MXLUserManager.d.ts +25 -0
- package/dist/managers/MXLUserManager/MXLUserManager.d.ts.map +1 -0
- package/dist/managers/MXLUserManager/MXLUserManager.js +100 -0
- package/dist/managers/MXLUserManager/MXLUserManager.js.map +1 -0
- package/dist/managers/MXLUserManager/constants.cjs +11 -0
- package/dist/managers/MXLUserManager/constants.cjs.map +1 -0
- package/dist/managers/MXLUserManager/constants.d.cts +7 -0
- package/dist/managers/MXLUserManager/constants.d.cts.map +1 -0
- package/dist/managers/MXLUserManager/constants.d.ts +7 -0
- package/dist/managers/MXLUserManager/constants.d.ts.map +1 -0
- package/dist/managers/MXLUserManager/constants.js +8 -0
- package/dist/managers/MXLUserManager/constants.js.map +1 -0
- package/dist/managers/MXLUserManager/index.cjs +3 -0
- package/dist/managers/MXLUserManager/index.d.cts +2 -0
- package/dist/managers/MXLUserManager/index.d.ts +2 -0
- package/dist/managers/MXLUserManager/index.js +3 -0
- package/dist/managers/MXLUserManager/types.cjs +10 -0
- package/dist/managers/MXLUserManager/types.cjs.map +1 -0
- package/dist/managers/MXLUserManager/types.d.cts +13 -0
- package/dist/managers/MXLUserManager/types.d.cts.map +1 -0
- package/dist/managers/MXLUserManager/types.d.ts +13 -0
- package/dist/managers/MXLUserManager/types.d.ts.map +1 -0
- package/dist/managers/MXLUserManager/types.js +9 -0
- package/dist/managers/MXLUserManager/types.js.map +1 -0
- package/dist/managers/index.cjs +22 -0
- package/dist/managers/index.d.cts +15 -0
- package/dist/managers/index.d.ts +23 -0
- package/dist/managers/index.js +12 -0
- package/dist/mxl-web-sdk.js +2 -0
- package/dist/mxl-web-sdk.js.map +1 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.cjs +28 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.cjs.map +1 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.d.cts +16 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.d.cts.map +1 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.d.ts +16 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.d.ts.map +1 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.js +27 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.js.map +1 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/index.cjs +3 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/index.d.cts +2 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/index.d.ts +2 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/index.js +3 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/types.cjs +0 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/types.d.cts +9 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/types.d.cts.map +1 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/types.d.ts +10 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/types.d.ts.map +1 -0
- package/dist/processors/IdentifiableSessionLogRecordProcessor/types.js +0 -0
- package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.cjs +24 -0
- package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.cjs.map +1 -0
- package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.d.cts +16 -0
- package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.d.cts.map +1 -0
- package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.d.ts +16 -0
- package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.d.ts.map +1 -0
- package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.js +23 -0
- package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.js.map +1 -0
- package/dist/processors/LogRecordScrubProcessor/index.cjs +3 -0
- package/dist/processors/LogRecordScrubProcessor/index.d.cts +2 -0
- package/dist/processors/LogRecordScrubProcessor/index.d.ts +2 -0
- package/dist/processors/LogRecordScrubProcessor/index.js +3 -0
- package/dist/processors/LogRecordScrubProcessor/types.cjs +0 -0
- package/dist/processors/LogRecordScrubProcessor/types.d.cts +9 -0
- package/dist/processors/LogRecordScrubProcessor/types.d.cts.map +1 -0
- package/dist/processors/LogRecordScrubProcessor/types.d.ts +9 -0
- package/dist/processors/LogRecordScrubProcessor/types.d.ts.map +1 -0
- package/dist/processors/LogRecordScrubProcessor/types.js +0 -0
- package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.cjs +25 -0
- package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.cjs.map +1 -0
- package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.d.cts +16 -0
- package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.d.cts.map +1 -0
- package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.d.ts +16 -0
- package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.d.ts.map +1 -0
- package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.js +24 -0
- package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.js.map +1 -0
- package/dist/processors/MXLLogRecordProcessor/index.cjs +3 -0
- package/dist/processors/MXLLogRecordProcessor/index.d.cts +2 -0
- package/dist/processors/MXLLogRecordProcessor/index.d.ts +2 -0
- package/dist/processors/MXLLogRecordProcessor/index.js +3 -0
- package/dist/processors/MXLLogRecordProcessor/types.cjs +0 -0
- package/dist/processors/MXLLogRecordProcessor/types.d.cts +9 -0
- package/dist/processors/MXLLogRecordProcessor/types.d.cts.map +1 -0
- package/dist/processors/MXLLogRecordProcessor/types.d.ts +9 -0
- package/dist/processors/MXLLogRecordProcessor/types.d.ts.map +1 -0
- package/dist/processors/MXLLogRecordProcessor/types.js +0 -0
- package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.cjs +34 -0
- package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.cjs.map +1 -0
- package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.d.cts +17 -0
- package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.d.cts.map +1 -0
- package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.d.ts +17 -0
- package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.d.ts.map +1 -0
- package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.js +33 -0
- package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.js.map +1 -0
- package/dist/processors/MXLNetworkSpanProcessor/index.cjs +3 -0
- package/dist/processors/MXLNetworkSpanProcessor/index.d.cts +2 -0
- package/dist/processors/MXLNetworkSpanProcessor/index.d.ts +2 -0
- package/dist/processors/MXLNetworkSpanProcessor/index.js +3 -0
- package/dist/processors/MXLNetworkSpanProcessor/types.cjs +15 -0
- package/dist/processors/MXLNetworkSpanProcessor/types.cjs.map +1 -0
- package/dist/processors/MXLNetworkSpanProcessor/types.d.cts +19 -0
- package/dist/processors/MXLNetworkSpanProcessor/types.d.cts.map +1 -0
- package/dist/processors/MXLNetworkSpanProcessor/types.d.ts +19 -0
- package/dist/processors/MXLNetworkSpanProcessor/types.d.ts.map +1 -0
- package/dist/processors/MXLNetworkSpanProcessor/types.js +14 -0
- package/dist/processors/MXLNetworkSpanProcessor/types.js.map +1 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.cjs +95 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.cjs.map +1 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.d.cts +34 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.d.cts.map +1 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.d.ts +34 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.d.ts.map +1 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.js +94 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.js.map +1 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/index.cjs +3 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/index.d.cts +2 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/index.d.ts +2 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/index.js +3 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/types.cjs +0 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/types.d.cts +19 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/types.d.cts.map +1 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/types.d.ts +20 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/types.d.ts.map +1 -0
- package/dist/processors/MXLSessionBatchedSpanProcessor/types.js +0 -0
- package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.cjs +27 -0
- package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.cjs.map +1 -0
- package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.d.cts +16 -0
- package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.d.cts.map +1 -0
- package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.d.ts +16 -0
- package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.d.ts.map +1 -0
- package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.js +27 -0
- package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.js.map +1 -0
- package/dist/processors/PageLogRecordProcessor/index.cjs +3 -0
- package/dist/processors/PageLogRecordProcessor/index.d.cts +2 -0
- package/dist/processors/PageLogRecordProcessor/index.d.ts +2 -0
- package/dist/processors/PageLogRecordProcessor/index.js +3 -0
- package/dist/processors/PageLogRecordProcessor/types.cjs +0 -0
- package/dist/processors/PageLogRecordProcessor/types.d.cts +9 -0
- package/dist/processors/PageLogRecordProcessor/types.d.cts.map +1 -0
- package/dist/processors/PageLogRecordProcessor/types.d.ts +9 -0
- package/dist/processors/PageLogRecordProcessor/types.d.ts.map +1 -0
- package/dist/processors/PageLogRecordProcessor/types.js +0 -0
- package/dist/processors/PageSpanProcessor/PageSpanProcessor.cjs +29 -0
- package/dist/processors/PageSpanProcessor/PageSpanProcessor.cjs.map +1 -0
- package/dist/processors/PageSpanProcessor/PageSpanProcessor.d.cts +17 -0
- package/dist/processors/PageSpanProcessor/PageSpanProcessor.d.cts.map +1 -0
- package/dist/processors/PageSpanProcessor/PageSpanProcessor.d.ts +17 -0
- package/dist/processors/PageSpanProcessor/PageSpanProcessor.d.ts.map +1 -0
- package/dist/processors/PageSpanProcessor/PageSpanProcessor.js +29 -0
- package/dist/processors/PageSpanProcessor/PageSpanProcessor.js.map +1 -0
- package/dist/processors/PageSpanProcessor/index.cjs +3 -0
- package/dist/processors/PageSpanProcessor/index.d.cts +2 -0
- package/dist/processors/PageSpanProcessor/index.d.ts +2 -0
- package/dist/processors/PageSpanProcessor/index.js +3 -0
- package/dist/processors/PageSpanProcessor/types.cjs +0 -0
- package/dist/processors/PageSpanProcessor/types.d.cts +9 -0
- package/dist/processors/PageSpanProcessor/types.d.cts.map +1 -0
- package/dist/processors/PageSpanProcessor/types.d.ts +9 -0
- package/dist/processors/PageSpanProcessor/types.d.ts.map +1 -0
- package/dist/processors/PageSpanProcessor/types.js +0 -0
- package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.cjs +25 -0
- package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.cjs.map +1 -0
- package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.d.cts +17 -0
- package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.d.cts.map +1 -0
- package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.d.ts +17 -0
- package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.d.ts.map +1 -0
- package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.js +24 -0
- package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.js.map +1 -0
- package/dist/processors/SpanScrubProcessor/index.cjs +3 -0
- package/dist/processors/SpanScrubProcessor/index.d.cts +2 -0
- package/dist/processors/SpanScrubProcessor/index.d.ts +2 -0
- package/dist/processors/SpanScrubProcessor/index.js +3 -0
- package/dist/processors/SpanScrubProcessor/types.cjs +0 -0
- package/dist/processors/SpanScrubProcessor/types.d.cts +9 -0
- package/dist/processors/SpanScrubProcessor/types.d.cts.map +1 -0
- package/dist/processors/SpanScrubProcessor/types.d.ts +9 -0
- package/dist/processors/SpanScrubProcessor/types.d.ts.map +1 -0
- package/dist/processors/SpanScrubProcessor/types.js +0 -0
- package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.cjs +26 -0
- package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.cjs.map +1 -0
- package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.d.cts +20 -0
- package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.d.cts.map +1 -0
- package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.d.ts +20 -0
- package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.d.ts.map +1 -0
- package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.js +25 -0
- package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.js.map +1 -0
- package/dist/processors/UserLogRecordProcessor/index.cjs +3 -0
- package/dist/processors/UserLogRecordProcessor/index.d.cts +2 -0
- package/dist/processors/UserLogRecordProcessor/index.d.ts +2 -0
- package/dist/processors/UserLogRecordProcessor/index.js +3 -0
- package/dist/processors/UserLogRecordProcessor/types.cjs +0 -0
- package/dist/processors/UserLogRecordProcessor/types.d.cts +9 -0
- package/dist/processors/UserLogRecordProcessor/types.d.cts.map +1 -0
- package/dist/processors/UserLogRecordProcessor/types.d.ts +9 -0
- package/dist/processors/UserLogRecordProcessor/types.d.ts.map +1 -0
- package/dist/processors/UserLogRecordProcessor/types.js +0 -0
- package/dist/processors/UserSpanProcessor/UserSpanProcessor.cjs +28 -0
- package/dist/processors/UserSpanProcessor/UserSpanProcessor.cjs.map +1 -0
- package/dist/processors/UserSpanProcessor/UserSpanProcessor.d.cts +21 -0
- package/dist/processors/UserSpanProcessor/UserSpanProcessor.d.cts.map +1 -0
- package/dist/processors/UserSpanProcessor/UserSpanProcessor.d.ts +21 -0
- package/dist/processors/UserSpanProcessor/UserSpanProcessor.d.ts.map +1 -0
- package/dist/processors/UserSpanProcessor/UserSpanProcessor.js +27 -0
- package/dist/processors/UserSpanProcessor/UserSpanProcessor.js.map +1 -0
- package/dist/processors/UserSpanProcessor/index.cjs +3 -0
- package/dist/processors/UserSpanProcessor/index.d.cts +2 -0
- package/dist/processors/UserSpanProcessor/index.d.ts +2 -0
- package/dist/processors/UserSpanProcessor/index.js +3 -0
- package/dist/processors/UserSpanProcessor/types.cjs +0 -0
- package/dist/processors/UserSpanProcessor/types.d.cts +9 -0
- package/dist/processors/UserSpanProcessor/types.d.cts.map +1 -0
- package/dist/processors/UserSpanProcessor/types.d.ts +9 -0
- package/dist/processors/UserSpanProcessor/types.d.ts.map +1 -0
- package/dist/processors/UserSpanProcessor/types.js +0 -0
- package/dist/processors/index.cjs +21 -0
- package/dist/processors/index.d.cts +11 -0
- package/dist/processors/index.d.ts +21 -0
- package/dist/processors/index.js +12 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.cjs +20 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.cjs.map +1 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.d.cts +10 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.d.cts.map +1 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.d.ts +10 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.d.ts.map +1 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.js +19 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.js.map +1 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/index.cjs +3 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/index.d.cts +2 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/index.d.ts +2 -0
- package/dist/propagators/MXLW3CTraceContextPropagator/index.js +3 -0
- package/dist/propagators/index.cjs +3 -0
- package/dist/propagators/index.d.cts +2 -0
- package/dist/propagators/index.d.ts +3 -0
- package/dist/propagators/index.js +3 -0
- package/dist/react-instrumentation/index.cjs +11 -0
- package/dist/react-instrumentation/index.d.cts +6 -0
- package/dist/react-instrumentation/index.d.ts +9 -0
- package/dist/react-instrumentation/index.js +7 -0
- package/dist/resources/appInstanceId.cjs +26 -0
- package/dist/resources/appInstanceId.cjs.map +1 -0
- package/dist/resources/appInstanceId.d.cts +7 -0
- package/dist/resources/appInstanceId.d.cts.map +1 -0
- package/dist/resources/appInstanceId.d.ts +7 -0
- package/dist/resources/appInstanceId.d.ts.map +1 -0
- package/dist/resources/appInstanceId.js +26 -0
- package/dist/resources/appInstanceId.js.map +1 -0
- package/dist/resources/constants/index.cjs +15 -0
- package/dist/resources/constants/index.cjs.map +1 -0
- package/dist/resources/constants/index.d.cts +9 -0
- package/dist/resources/constants/index.d.cts.map +1 -0
- package/dist/resources/constants/index.d.ts +9 -0
- package/dist/resources/constants/index.d.ts.map +1 -0
- package/dist/resources/constants/index.js +10 -0
- package/dist/resources/constants/index.js.map +1 -0
- package/dist/resources/index.cjs +8 -0
- package/dist/resources/index.d.cts +4 -0
- package/dist/resources/index.d.ts +4 -0
- package/dist/resources/index.js +5 -0
- package/dist/resources/types.cjs +0 -0
- package/dist/resources/types.d.cts +11 -0
- package/dist/resources/types.d.cts.map +1 -0
- package/dist/resources/types.d.ts +11 -0
- package/dist/resources/types.d.ts.map +1 -0
- package/dist/resources/types.js +0 -0
- package/dist/resources/webSdkResource.cjs +28 -0
- package/dist/resources/webSdkResource.cjs.map +1 -0
- package/dist/resources/webSdkResource.d.cts +12 -0
- package/dist/resources/webSdkResource.d.cts.map +1 -0
- package/dist/resources/webSdkResource.d.ts +12 -0
- package/dist/resources/webSdkResource.d.ts.map +1 -0
- package/dist/resources/webSdkResource.js +27 -0
- package/dist/resources/webSdkResource.js.map +1 -0
- package/dist/sdk/defaultAttributeScrubbers.cjs +67 -0
- package/dist/sdk/defaultAttributeScrubbers.cjs.map +1 -0
- package/dist/sdk/defaultAttributeScrubbers.d.cts +7 -0
- package/dist/sdk/defaultAttributeScrubbers.d.cts.map +1 -0
- package/dist/sdk/defaultAttributeScrubbers.d.ts +7 -0
- package/dist/sdk/defaultAttributeScrubbers.d.ts.map +1 -0
- package/dist/sdk/defaultAttributeScrubbers.js +66 -0
- package/dist/sdk/defaultAttributeScrubbers.js.map +1 -0
- package/dist/sdk/index.cjs +3 -0
- package/dist/sdk/index.d.cts +3 -0
- package/dist/sdk/index.d.ts +3 -0
- package/dist/sdk/index.js +3 -0
- package/dist/sdk/initSDK.cjs +290 -0
- package/dist/sdk/initSDK.cjs.map +1 -0
- package/dist/sdk/initSDK.d.cts +31 -0
- package/dist/sdk/initSDK.d.cts.map +1 -0
- package/dist/sdk/initSDK.d.ts +31 -0
- package/dist/sdk/initSDK.d.ts.map +1 -0
- package/dist/sdk/initSDK.js +289 -0
- package/dist/sdk/initSDK.js.map +1 -0
- package/dist/sdk/registry.cjs +27 -0
- package/dist/sdk/registry.cjs.map +1 -0
- package/dist/sdk/registry.d.cts +20 -0
- package/dist/sdk/registry.d.cts.map +1 -0
- package/dist/sdk/registry.d.ts +20 -0
- package/dist/sdk/registry.d.ts.map +1 -0
- package/dist/sdk/registry.js +26 -0
- package/dist/sdk/registry.js.map +1 -0
- package/dist/sdk/setupDefaultInstrumentations.cjs +47 -0
- package/dist/sdk/setupDefaultInstrumentations.cjs.map +1 -0
- package/dist/sdk/setupDefaultInstrumentations.d.cts +14 -0
- package/dist/sdk/setupDefaultInstrumentations.d.cts.map +1 -0
- package/dist/sdk/setupDefaultInstrumentations.d.ts +14 -0
- package/dist/sdk/setupDefaultInstrumentations.d.ts.map +1 -0
- package/dist/sdk/setupDefaultInstrumentations.js +47 -0
- package/dist/sdk/setupDefaultInstrumentations.js.map +1 -0
- package/dist/sdk/types.cjs +0 -0
- package/dist/sdk/types.d.cts +309 -0
- package/dist/sdk/types.d.cts.map +1 -0
- package/dist/sdk/types.d.ts +315 -0
- package/dist/sdk/types.d.ts.map +1 -0
- package/dist/sdk/types.js +0 -0
- package/dist/sdk/utils.cjs +25 -0
- package/dist/sdk/utils.cjs.map +1 -0
- package/dist/sdk/utils.d.cts +6 -0
- package/dist/sdk/utils.d.cts.map +1 -0
- package/dist/sdk/utils.d.ts +6 -0
- package/dist/sdk/utils.d.ts.map +1 -0
- package/dist/sdk/utils.js +24 -0
- package/dist/sdk/utils.js.map +1 -0
- package/dist/transport/FetchTransport/FetchTransport.cjs +79 -0
- package/dist/transport/FetchTransport/FetchTransport.cjs.map +1 -0
- package/dist/transport/FetchTransport/FetchTransport.d.cts +15 -0
- package/dist/transport/FetchTransport/FetchTransport.d.cts.map +1 -0
- package/dist/transport/FetchTransport/FetchTransport.d.ts +15 -0
- package/dist/transport/FetchTransport/FetchTransport.d.ts.map +1 -0
- package/dist/transport/FetchTransport/FetchTransport.js +78 -0
- package/dist/transport/FetchTransport/FetchTransport.js.map +1 -0
- package/dist/transport/FetchTransport/createFetchTransport.cjs +8 -0
- package/dist/transport/FetchTransport/createFetchTransport.cjs.map +1 -0
- package/dist/transport/FetchTransport/createFetchTransport.d.cts +8 -0
- package/dist/transport/FetchTransport/createFetchTransport.d.cts.map +1 -0
- package/dist/transport/FetchTransport/createFetchTransport.d.ts +8 -0
- package/dist/transport/FetchTransport/createFetchTransport.d.ts.map +1 -0
- package/dist/transport/FetchTransport/createFetchTransport.js +8 -0
- package/dist/transport/FetchTransport/createFetchTransport.js.map +1 -0
- package/dist/transport/FetchTransport/index.cjs +3 -0
- package/dist/transport/FetchTransport/index.d.cts +2 -0
- package/dist/transport/FetchTransport/index.d.ts +2 -0
- package/dist/transport/FetchTransport/index.js +3 -0
- package/dist/transport/FetchTransport/types.cjs +0 -0
- package/dist/transport/FetchTransport/types.d.cts +9 -0
- package/dist/transport/FetchTransport/types.d.cts.map +1 -0
- package/dist/transport/FetchTransport/types.d.ts +9 -0
- package/dist/transport/FetchTransport/types.d.ts.map +1 -0
- package/dist/transport/FetchTransport/types.js +0 -0
- package/dist/transport/RetryingTransport/RetryingTransport.cjs +44 -0
- package/dist/transport/RetryingTransport/RetryingTransport.cjs.map +1 -0
- package/dist/transport/RetryingTransport/RetryingTransport.d.cts +15 -0
- package/dist/transport/RetryingTransport/RetryingTransport.d.cts.map +1 -0
- package/dist/transport/RetryingTransport/RetryingTransport.d.ts +16 -0
- package/dist/transport/RetryingTransport/RetryingTransport.d.ts.map +1 -0
- package/dist/transport/RetryingTransport/RetryingTransport.js +44 -0
- package/dist/transport/RetryingTransport/RetryingTransport.js.map +1 -0
- package/dist/transport/RetryingTransport/constants.cjs +15 -0
- package/dist/transport/RetryingTransport/constants.cjs.map +1 -0
- package/dist/transport/RetryingTransport/constants.d.cts +9 -0
- package/dist/transport/RetryingTransport/constants.d.cts.map +1 -0
- package/dist/transport/RetryingTransport/constants.d.ts +9 -0
- package/dist/transport/RetryingTransport/constants.d.ts.map +1 -0
- package/dist/transport/RetryingTransport/constants.js +10 -0
- package/dist/transport/RetryingTransport/constants.js.map +1 -0
- package/dist/transport/RetryingTransport/createRetryingTransport.cjs +12 -0
- package/dist/transport/RetryingTransport/createRetryingTransport.cjs.map +1 -0
- package/dist/transport/RetryingTransport/createRetryingTransport.d.cts +15 -0
- package/dist/transport/RetryingTransport/createRetryingTransport.d.cts.map +1 -0
- package/dist/transport/RetryingTransport/createRetryingTransport.d.ts +15 -0
- package/dist/transport/RetryingTransport/createRetryingTransport.d.ts.map +1 -0
- package/dist/transport/RetryingTransport/createRetryingTransport.js +12 -0
- package/dist/transport/RetryingTransport/createRetryingTransport.js.map +1 -0
- package/dist/transport/RetryingTransport/index.cjs +3 -0
- package/dist/transport/RetryingTransport/index.d.cts +2 -0
- package/dist/transport/RetryingTransport/index.d.ts +2 -0
- package/dist/transport/RetryingTransport/index.js +3 -0
- package/dist/transport/index.cjs +5 -0
- package/dist/transport/index.d.cts +3 -0
- package/dist/transport/index.d.ts +5 -0
- package/dist/transport/index.js +4 -0
- package/dist/utils/MXLSpanStorage/MXLSpanStorage.cjs +116 -0
- package/dist/utils/MXLSpanStorage/MXLSpanStorage.cjs.map +1 -0
- package/dist/utils/MXLSpanStorage/MXLSpanStorage.d.cts +42 -0
- package/dist/utils/MXLSpanStorage/MXLSpanStorage.d.cts.map +1 -0
- package/dist/utils/MXLSpanStorage/MXLSpanStorage.d.ts +43 -0
- package/dist/utils/MXLSpanStorage/MXLSpanStorage.d.ts.map +1 -0
- package/dist/utils/MXLSpanStorage/MXLSpanStorage.js +115 -0
- package/dist/utils/MXLSpanStorage/MXLSpanStorage.js.map +1 -0
- package/dist/utils/MXLSpanStorage/index.cjs +3 -0
- package/dist/utils/MXLSpanStorage/index.d.cts +2 -0
- package/dist/utils/MXLSpanStorage/index.d.ts +3 -0
- package/dist/utils/MXLSpanStorage/index.js +3 -0
- package/dist/utils/MXLSpanStorage/types.cjs +0 -0
- package/dist/utils/MXLSpanStorage/types.d.cts +2 -0
- package/dist/utils/MXLSpanStorage/types.d.ts +2 -0
- package/dist/utils/MXLSpanStorage/types.js +0 -0
- package/dist/utils/NamespacedStorage/NamespacedStorage.cjs +42 -0
- package/dist/utils/NamespacedStorage/NamespacedStorage.cjs.map +1 -0
- package/dist/utils/NamespacedStorage/NamespacedStorage.d.cts +16 -0
- package/dist/utils/NamespacedStorage/NamespacedStorage.d.cts.map +1 -0
- package/dist/utils/NamespacedStorage/NamespacedStorage.d.ts +16 -0
- package/dist/utils/NamespacedStorage/NamespacedStorage.d.ts.map +1 -0
- package/dist/utils/NamespacedStorage/NamespacedStorage.js +41 -0
- package/dist/utils/NamespacedStorage/NamespacedStorage.js.map +1 -0
- package/dist/utils/NamespacedStorage/index.cjs +3 -0
- package/dist/utils/NamespacedStorage/index.d.cts +2 -0
- package/dist/utils/NamespacedStorage/index.d.ts +2 -0
- package/dist/utils/NamespacedStorage/index.js +3 -0
- package/dist/utils/PerformanceManager/OTelPerformanceManager.cjs +18 -0
- package/dist/utils/PerformanceManager/OTelPerformanceManager.cjs.map +1 -0
- package/dist/utils/PerformanceManager/OTelPerformanceManager.d.cts +15 -0
- package/dist/utils/PerformanceManager/OTelPerformanceManager.d.cts.map +1 -0
- package/dist/utils/PerformanceManager/OTelPerformanceManager.d.ts +15 -0
- package/dist/utils/PerformanceManager/OTelPerformanceManager.d.ts.map +1 -0
- package/dist/utils/PerformanceManager/OTelPerformanceManager.js +17 -0
- package/dist/utils/PerformanceManager/OTelPerformanceManager.js.map +1 -0
- package/dist/utils/PerformanceManager/index.cjs +3 -0
- package/dist/utils/PerformanceManager/index.d.cts +3 -0
- package/dist/utils/PerformanceManager/index.d.ts +3 -0
- package/dist/utils/PerformanceManager/index.js +3 -0
- package/dist/utils/PerformanceManager/types.cjs +0 -0
- package/dist/utils/PerformanceManager/types.d.cts +16 -0
- package/dist/utils/PerformanceManager/types.d.cts.map +1 -0
- package/dist/utils/PerformanceManager/types.d.ts +16 -0
- package/dist/utils/PerformanceManager/types.d.ts.map +1 -0
- package/dist/utils/PerformanceManager/types.js +0 -0
- package/dist/utils/bulkAddEventListener/bulkAddEventListener.cjs +23 -0
- package/dist/utils/bulkAddEventListener/bulkAddEventListener.cjs.map +1 -0
- package/dist/utils/bulkAddEventListener/bulkAddEventListener.d.cts +24 -0
- package/dist/utils/bulkAddEventListener/bulkAddEventListener.d.cts.map +1 -0
- package/dist/utils/bulkAddEventListener/bulkAddEventListener.d.ts +24 -0
- package/dist/utils/bulkAddEventListener/bulkAddEventListener.d.ts.map +1 -0
- package/dist/utils/bulkAddEventListener/bulkAddEventListener.js +22 -0
- package/dist/utils/bulkAddEventListener/bulkAddEventListener.js.map +1 -0
- package/dist/utils/bulkAddEventListener/index.cjs +3 -0
- package/dist/utils/bulkAddEventListener/index.d.cts +2 -0
- package/dist/utils/bulkAddEventListener/index.d.ts +2 -0
- package/dist/utils/bulkAddEventListener/index.js +3 -0
- package/dist/utils/bulkAddEventListener/types.cjs +0 -0
- package/dist/utils/bulkAddEventListener/types.d.cts +9 -0
- package/dist/utils/bulkAddEventListener/types.d.cts.map +1 -0
- package/dist/utils/bulkAddEventListener/types.d.ts +9 -0
- package/dist/utils/bulkAddEventListener/types.d.ts.map +1 -0
- package/dist/utils/bulkAddEventListener/types.js +0 -0
- package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.cjs +23 -0
- package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.cjs.map +1 -0
- package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.d.cts +24 -0
- package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.d.cts.map +1 -0
- package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.d.ts +24 -0
- package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.d.ts.map +1 -0
- package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.js +22 -0
- package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.js.map +1 -0
- package/dist/utils/bulkRemoveEventListener/index.cjs +3 -0
- package/dist/utils/bulkRemoveEventListener/index.d.cts +2 -0
- package/dist/utils/bulkRemoveEventListener/index.d.ts +2 -0
- package/dist/utils/bulkRemoveEventListener/index.js +3 -0
- package/dist/utils/bulkRemoveEventListener/types.cjs +0 -0
- package/dist/utils/bulkRemoveEventListener/types.d.cts +9 -0
- package/dist/utils/bulkRemoveEventListener/types.d.cts.map +1 -0
- package/dist/utils/bulkRemoveEventListener/types.d.ts +9 -0
- package/dist/utils/bulkRemoveEventListener/types.d.ts.map +1 -0
- package/dist/utils/bulkRemoveEventListener/types.js +0 -0
- package/dist/utils/createSafeProxy/createSafeProxy.cjs +33 -0
- package/dist/utils/createSafeProxy/createSafeProxy.cjs.map +1 -0
- package/dist/utils/createSafeProxy/createSafeProxy.d.cts +17 -0
- package/dist/utils/createSafeProxy/createSafeProxy.d.cts.map +1 -0
- package/dist/utils/createSafeProxy/createSafeProxy.d.ts +17 -0
- package/dist/utils/createSafeProxy/createSafeProxy.d.ts.map +1 -0
- package/dist/utils/createSafeProxy/createSafeProxy.js +32 -0
- package/dist/utils/createSafeProxy/createSafeProxy.js.map +1 -0
- package/dist/utils/createSafeProxy/index.cjs +3 -0
- package/dist/utils/createSafeProxy/index.d.cts +2 -0
- package/dist/utils/createSafeProxy/index.d.ts +2 -0
- package/dist/utils/createSafeProxy/index.js +3 -0
- package/dist/utils/generateUUID.cjs +15 -0
- package/dist/utils/generateUUID.cjs.map +1 -0
- package/dist/utils/generateUUID.d.cts +5 -0
- package/dist/utils/generateUUID.d.cts.map +1 -0
- package/dist/utils/generateUUID.d.ts +5 -0
- package/dist/utils/generateUUID.d.ts.map +1 -0
- package/dist/utils/generateUUID.js +14 -0
- package/dist/utils/generateUUID.js.map +1 -0
- package/dist/utils/getIncrementedCount.cjs +18 -0
- package/dist/utils/getIncrementedCount.cjs.map +1 -0
- package/dist/utils/getIncrementedCount.d.cts +7 -0
- package/dist/utils/getIncrementedCount.d.cts.map +1 -0
- package/dist/utils/getIncrementedCount.d.ts +7 -0
- package/dist/utils/getIncrementedCount.d.ts.map +1 -0
- package/dist/utils/getIncrementedCount.js +17 -0
- package/dist/utils/getIncrementedCount.js.map +1 -0
- package/dist/utils/getVisibilityState.cjs +8 -0
- package/dist/utils/getVisibilityState.cjs.map +1 -0
- package/dist/utils/getVisibilityState.d.cts +8 -0
- package/dist/utils/getVisibilityState.d.cts.map +1 -0
- package/dist/utils/getVisibilityState.d.ts +8 -0
- package/dist/utils/getVisibilityState.d.ts.map +1 -0
- package/dist/utils/getVisibilityState.js +8 -0
- package/dist/utils/getVisibilityState.js.map +1 -0
- package/dist/utils/globalConfig.cjs +7 -0
- package/dist/utils/globalConfig.cjs.map +1 -0
- package/dist/utils/globalConfig.d.cts +8 -0
- package/dist/utils/globalConfig.d.cts.map +1 -0
- package/dist/utils/globalConfig.d.ts +8 -0
- package/dist/utils/globalConfig.d.ts.map +1 -0
- package/dist/utils/globalConfig.js +6 -0
- package/dist/utils/globalConfig.js.map +1 -0
- package/dist/utils/index.cjs +27 -0
- package/dist/utils/index.d.cts +16 -0
- package/dist/utils/index.d.ts +19 -0
- package/dist/utils/index.js +15 -0
- package/dist/utils/isDeviceIdEnabled.cjs +32 -0
- package/dist/utils/isDeviceIdEnabled.cjs.map +1 -0
- package/dist/utils/isDeviceIdEnabled.d.cts +19 -0
- package/dist/utils/isDeviceIdEnabled.d.cts.map +1 -0
- package/dist/utils/isDeviceIdEnabled.d.ts +19 -0
- package/dist/utils/isDeviceIdEnabled.d.ts.map +1 -0
- package/dist/utils/isDeviceIdEnabled.js +30 -0
- package/dist/utils/isDeviceIdEnabled.js.map +1 -0
- package/dist/utils/nsfConfigValidation.cjs +17 -0
- package/dist/utils/nsfConfigValidation.cjs.map +1 -0
- package/dist/utils/nsfConfigValidation.d.cts +19 -0
- package/dist/utils/nsfConfigValidation.d.cts.map +1 -0
- package/dist/utils/nsfConfigValidation.d.ts +21 -0
- package/dist/utils/nsfConfigValidation.d.ts.map +1 -0
- package/dist/utils/nsfConfigValidation.js +16 -0
- package/dist/utils/nsfConfigValidation.js.map +1 -0
- package/dist/utils/throttle.cjs +23 -0
- package/dist/utils/throttle.cjs.map +1 -0
- package/dist/utils/throttle.d.cts +11 -0
- package/dist/utils/throttle.d.cts.map +1 -0
- package/dist/utils/throttle.d.ts +11 -0
- package/dist/utils/throttle.d.ts.map +1 -0
- package/dist/utils/throttle.js +22 -0
- package/dist/utils/throttle.js.map +1 -0
- package/dist/utils/timeout/index.cjs +0 -0
- package/dist/utils/timeout/index.d.cts +2 -0
- package/dist/utils/timeout/index.d.ts +2 -0
- package/dist/utils/timeout/index.js +0 -0
- package/dist/utils/timeout/types.cjs +0 -0
- package/dist/utils/timeout/types.d.cts +5 -0
- package/dist/utils/timeout/types.d.cts.map +1 -0
- package/dist/utils/timeout/types.d.ts +5 -0
- package/dist/utils/timeout/types.d.ts.map +1 -0
- package/dist/utils/timeout/types.js +0 -0
- package/package.json +167 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# Contributor Code of Conduct
|
|
2
|
+
|
|
3
|
+
## Our Pledge
|
|
4
|
+
|
|
5
|
+
We as mmxlers, contributors, and leaders pledge to make participation in our
|
|
6
|
+
community a harassment-free experience for everyone, regardless of age, body
|
|
7
|
+
size, visible or invisible disability, ethnicity, sex, gender
|
|
8
|
+
identity and expression, level of experience, education, socio-economic status,
|
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity
|
|
10
|
+
and orientation.
|
|
11
|
+
|
|
12
|
+
We pledge to act and interact in ways that contribute to an open, welcoming,
|
|
13
|
+
diverse, inclusive, and healthy community.
|
|
14
|
+
|
|
15
|
+
## Our Standards
|
|
16
|
+
|
|
17
|
+
Examples of behavior that contributes to a positive environment for our
|
|
18
|
+
community include:
|
|
19
|
+
|
|
20
|
+
* Demonstrating empathy and kindness toward other people
|
|
21
|
+
* Being respectful of differing opinions, viewpoints, and experiences
|
|
22
|
+
* Giving and gracefully accepting constructive feedback
|
|
23
|
+
* Accepting responsibility and apologizing to those affected by our mistakes,
|
|
24
|
+
and learning from the experience
|
|
25
|
+
* Focusing on what is best not just for us as individuals, but for the
|
|
26
|
+
overall community
|
|
27
|
+
|
|
28
|
+
Examples of unacceptable behavior include:
|
|
29
|
+
|
|
30
|
+
* The use of sexualized language or imagery, and sexual attention or
|
|
31
|
+
advances of any kind
|
|
32
|
+
* Trolling, insulting or derogatory comments, and personal or political attacks
|
|
33
|
+
* Public or private harassment
|
|
34
|
+
* Publishing others' private information, such as a physical or email
|
|
35
|
+
address, without their explicit permission
|
|
36
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
|
37
|
+
professional setting
|
|
38
|
+
|
|
39
|
+
## Enforcement Responsibilities
|
|
40
|
+
|
|
41
|
+
Community leaders are responsible for clarifying and enforcing our standards of
|
|
42
|
+
acceptable behavior and will take appropriate and fair corrective action in
|
|
43
|
+
response to any behavior that they deem inappropriate, threatening, offensive,
|
|
44
|
+
or harmful.
|
|
45
|
+
|
|
46
|
+
Community leaders have the right and responsibility to remove, edit, or reject
|
|
47
|
+
comments, commits, code, issues, and other contributions that are
|
|
48
|
+
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
|
49
|
+
decisions when appropriate.
|
|
50
|
+
|
|
51
|
+
## Scope
|
|
52
|
+
|
|
53
|
+
This Code of Conduct applies within all community spaces, and also applies when
|
|
54
|
+
an individual is officially representing the community in public spaces.
|
|
55
|
+
Examples of representing our community include using an official e-mail address,
|
|
56
|
+
posting via an official social media account, or acting as an appointed
|
|
57
|
+
representative at an online or offline event.
|
|
58
|
+
|
|
59
|
+
## Enforcement
|
|
60
|
+
|
|
61
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
62
|
+
reported to the community leaders responsible for enforcement at
|
|
63
|
+
ServiceAvailability@Safaricom.co.ke.
|
|
64
|
+
|
|
65
|
+
All complaints will be reviewed and investigated promptly and fairly.
|
|
66
|
+
All community leaders are obligated to respect the privacy and security of the
|
|
67
|
+
reporter of any incident.
|
|
68
|
+
|
|
69
|
+
## Enforcement Guidelines
|
|
70
|
+
|
|
71
|
+
Community leaders will follow these Community Impact Guidelines in determining
|
|
72
|
+
the consequences for any action they deem in violation of this Code of Conduct:
|
|
73
|
+
|
|
74
|
+
### 1. Warning
|
|
75
|
+
|
|
76
|
+
**Community Impact**: A violation through a single incident or series
|
|
77
|
+
of actions.
|
|
78
|
+
|
|
79
|
+
**Consequence**: A warning with consequences for continued behavior. No
|
|
80
|
+
interaction with the people involved, including unsolicited interaction with
|
|
81
|
+
those enforcing the Code of Conduct, for a specified period of time. This
|
|
82
|
+
includes avoiding interactions in community spaces as well as external channels
|
|
83
|
+
like social media. Violating these terms may lead to a temporary or
|
|
84
|
+
permanent ban.
|
|
85
|
+
|
|
86
|
+
### 2. Temporary Ban
|
|
87
|
+
|
|
88
|
+
**Community Impact**: A serious violation of community standards, including
|
|
89
|
+
sustained inappropriate behavior.
|
|
90
|
+
|
|
91
|
+
**Consequence**: A temporary ban from any sort of interaction or public
|
|
92
|
+
communication with the community for a specified period of time. No public or
|
|
93
|
+
private interaction with the people involved, including unsolicited interaction
|
|
94
|
+
with those enforcing the Code of Conduct, is allowed during this period.
|
|
95
|
+
Violating these terms may lead to a permanent ban.
|
|
96
|
+
|
|
97
|
+
### 3. Permanent Ban
|
|
98
|
+
|
|
99
|
+
**Community Impact**: Demonstrating a pattern of violation of community
|
|
100
|
+
standards, including sustained inappropriate behavior, harassment of an
|
|
101
|
+
individual, or aggression toward or disparagement of classes of individuals.
|
|
102
|
+
|
|
103
|
+
**Consequence**: A permanent ban from any sort of public interaction within
|
|
104
|
+
the community.
|
|
105
|
+
|
|
106
|
+
## Attribution
|
|
107
|
+
|
|
108
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
|
109
|
+
version 2.0, available at
|
|
110
|
+
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
|
|
111
|
+
|
|
112
|
+
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
|
113
|
+
enforcement ladder](https://github.com/mozilla/diversity).
|
|
114
|
+
|
|
115
|
+
[homepage]: https://www.contributor-covenant.org
|
|
116
|
+
|
|
117
|
+
For answers to common questions about this code of conduct, see the FAQ at
|
|
118
|
+
https://www.contributor-covenant.org/faq. Translations are available at
|
|
119
|
+
https://www.contributor-covenant.org/translations.
|
package/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Contributing
|
|
2
|
+
|
|
3
|
+
Thank you for participating in this project!
|
|
4
|
+
|
|
5
|
+
This document provides some basic guidelines for contributing to this repository. To propose improvements, feel free to
|
|
6
|
+
submit a pull request or open an issue.
|
|
7
|
+
|
|
8
|
+
## Requirements
|
|
9
|
+
|
|
10
|
+
Before code can be accepted all contributors must read the [**code of conduct**](./CODE_OF_CONDUCT.md)
|
|
11
|
+
and complete our Individual Contributor License Agreement (CLA).**](https://forms.gle/SjXadmUcVwh6NrU68)
|
|
12
|
+
|
|
13
|
+
Our code of conduct applies to all platforms and venues related to this project; please follow it in all your
|
|
14
|
+
interactions with the project and its participants.
|
|
15
|
+
|
|
16
|
+
## Pull Requests
|
|
17
|
+
|
|
18
|
+
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.
|
|
19
|
+
|
|
20
|
+
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as
|
|
21
|
+
readable as possible.
|
|
22
|
+
|
|
23
|
+
For more details on how to setup your environment and implement changes please see our [development guide](./DEVELOPING.md).
|
|
24
|
+
|
|
25
|
+
## Reporting issues
|
|
26
|
+
|
|
27
|
+
If you have any trouble to start contributing, please [contact us directly](mailto:ServiceAvailability@Safaricom.co.ke) or reach out in
|
|
28
|
+
our [Community Slack](https://mxl.apps.ocpthikadev01.safaricom.net/community). Finally, feel free to open a [new issue](https://gitlab.safaricom.co.ke/mxl/apm/mxl-web-sdk/-/issues/new).
|
package/DATA_EXPORT.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# SDK Data Export
|
|
2
|
+
|
|
3
|
+
## When is data sent?
|
|
4
|
+
|
|
5
|
+
Telemetry data for Spans and Logs are exported from the SDK independently. Spans are sent as a batch whenever a session
|
|
6
|
+
ends, this is managed by the [MXLSessionBatchedSpanProcessor](./src/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.ts).
|
|
7
|
+
Logs are also batched but can be sent throughout a session, this is managed by a [BatchLogRecordProcessor](https://github.com/open-telemetry/opentelemetry-js/blob/experimental/v0.57.0/experimental/packages/sdk-logs/src/platform/browser/export/BatchLogRecordProcessor.ts).
|
|
8
|
+
|
|
9
|
+
## How is data sent?
|
|
10
|
+
|
|
11
|
+
Data from the SDK is sent to MXL using a CORS HTTP POST request. The data is gzip compressed and encoded as
|
|
12
|
+
[OTLP JSON Protobuf](https://opentelemetry.io/docs/specs/otlp/#json-protobuf-encoding). We make use of the
|
|
13
|
+
[keepalive property](https://developer.mozilla.org/en-US/docs/Web/API/Request/keepalive) of the browser's Fetch API to
|
|
14
|
+
help ensure the transmission of data even if the page has been closed. If possible we will attempt to retry request
|
|
15
|
+
failures following an exponential backoff. See [FetchTransport](./src/transport/FetchTransport/FetchTransport.ts) and
|
|
16
|
+
[RetryingTransport](src/transport/RetryingTransport/RetryingTransport.ts) for more details.
|
|
17
|
+
|
|
18
|
+
> [!NOTE]
|
|
19
|
+
> The Fetch API's `keepalive` property is supported by all modern browsers, however it was a relatively recent addition
|
|
20
|
+
> to Firefox and may not exist on some older versions of that browser in particular. Refer to this [Browser compatibility chart](https://developer.mozilla.org/en-US/docs/Web/API/Request/keepalive#browser_compatibility)
|
|
21
|
+
> for more details.
|
|
22
|
+
|
|
23
|
+
## What happens with custom export?
|
|
24
|
+
|
|
25
|
+
If you [provide your own custom exporter](./README.md#custom-exporters) then batching of spans and logs are managed by a
|
|
26
|
+
[BatchLogRecordProcessor](https://github.com/open-telemetry/opentelemetry-js/blob/experimental/v0.57.0/experimental/packages/sdk-logs/src/platform/browser/export/BatchLogRecordProcessor.ts)
|
|
27
|
+
and [BatchSpanProcessor](https://github.com/open-telemetry/opentelemetry-js/blob/v1.30.0/packages/opentelemetry-sdk-trace-base/src/platform/browser/export/BatchSpanProcessor.ts)
|
|
28
|
+
respectively.
|
|
29
|
+
|
package/DEVELOPING.md
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
# Safaricom MXL Web SDK Development Guide
|
|
2
|
+
|
|
3
|
+
## Setup
|
|
4
|
+
|
|
5
|
+
```sh
|
|
6
|
+
git clone https://gitlab.safaricom.co.ke/mxl/apm/mxl-web-sdk.git
|
|
7
|
+
cd mxl-web-sdk
|
|
8
|
+
npm install
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Development
|
|
12
|
+
|
|
13
|
+
To start developing with automatic rebuilding and hot reloading:
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
npm run dev
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
This command will:
|
|
20
|
+
|
|
21
|
+
- Automatically watch and rebuild the SDK when files change
|
|
22
|
+
- Start the demo application with hot reloading enabled
|
|
23
|
+
- Open your browser to `http://localhost:5173`
|
|
24
|
+
|
|
25
|
+
## Repo Layout
|
|
26
|
+
|
|
27
|
+
The code within `src/` is divided as follows:
|
|
28
|
+
|
|
29
|
+
- `api-*/`
|
|
30
|
+
- High-level APIs that expose the SDK's functionality. By default these
|
|
31
|
+
interfaces are backed by no-op implementations so that instrumentations and
|
|
32
|
+
application code that rely on them continue to function in the absence of an
|
|
33
|
+
initialized SDK.
|
|
34
|
+
- `managers/`
|
|
35
|
+
- Classes that provide concrete implementations of the interfaces defined in
|
|
36
|
+
`api-*/`
|
|
37
|
+
- `exporters/`
|
|
38
|
+
- Serializes telemetry into payloads for sending data to MXL
|
|
39
|
+
- `instrumentations/`
|
|
40
|
+
- Responsible for producing telemetry signals. Should be loosely coupled with
|
|
41
|
+
the SDK and only assume functionality provided by high-level APIs (which may
|
|
42
|
+
be no-ops if the SDK has not been initialized). Should allow themselves to
|
|
43
|
+
be turned off at any point.
|
|
44
|
+
- `processors/`
|
|
45
|
+
- Hooks into the creation and finalization of telemetry signals in order to do
|
|
46
|
+
some additional processing. This can be appending attributes, batching
|
|
47
|
+
before sending to an exporter, applying limits, etc.
|
|
48
|
+
- `resources/`
|
|
49
|
+
- Controls which attributes are included in the Resource object attached to
|
|
50
|
+
each payload.
|
|
51
|
+
- `sdk/`
|
|
52
|
+
- Main entry point for initializing the SDK
|
|
53
|
+
- `transport/`
|
|
54
|
+
- Low-level facilities for controlling the actual sending of data and
|
|
55
|
+
error-handling
|
|
56
|
+
|
|
57
|
+
## Testing
|
|
58
|
+
|
|
59
|
+
We use Mocha (test runner), Playwright (browser launcher), Chai (assertion
|
|
60
|
+
library) and web-test-runner (general framework that ties everything else
|
|
61
|
+
together).
|
|
62
|
+
|
|
63
|
+
Run tests with:
|
|
64
|
+
|
|
65
|
+
```sh
|
|
66
|
+
npm run sdk:test
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
For debugging, you can run tests in a browser to set breakpoints, open the dev
|
|
70
|
+
console, etc. with:
|
|
71
|
+
|
|
72
|
+
```sh
|
|
73
|
+
npm run sdk:test:manual
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
Manual mode as well as other debugging options can also be reached from watch
|
|
77
|
+
mode:
|
|
78
|
+
|
|
79
|
+
```sh
|
|
80
|
+
npm run sdk:test:watch
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## Integration Testing
|
|
84
|
+
|
|
85
|
+
Run the integration tests and build all prerequisites with:
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
npm run sdk:compile
|
|
89
|
+
npm run sdk:test:integration
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
To update golden files replace the last command with:
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
npm run sdk:test:integration:update-golden
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
## Publishing
|
|
99
|
+
|
|
100
|
+
To release a new version of the SDK:
|
|
101
|
+
|
|
102
|
+
1. Manually run the
|
|
103
|
+
[Bump packages version](https://gitlab.safaricom.co.ke/mxl/apm/mxl-web-sdk/-/pipelines)
|
|
104
|
+
action against the `main` branch
|
|
105
|
+
2. Once the action completes a new PR containing the version bump and changelog
|
|
106
|
+
for the next version of the SDK will be created. Review and merge this PR.
|
|
107
|
+
3. Once the PR is merged a new Github release will be created as a draft. Edit
|
|
108
|
+
the draft and publish it, this will trigger a publish of the updated SDK
|
|
109
|
+
packages to NPM.
|
|
110
|
+
|
|
111
|
+
Note: the level of the version bump (major, minor, patch) is determined by the
|
|
112
|
+
type of changes made to the SDK since the last release. You can see the
|
|
113
|
+
requirements for each type of bump in our
|
|
114
|
+
[release-drafter config -> autolabeler](./.github/release-drafter.yml)
|
|
115
|
+
|
|
116
|
+
The release version will be generated based on the content of the pull requests
|
|
117
|
+
merged since the last release. We use
|
|
118
|
+
https://github.com/release-drafter/release-drafter to generate new releases and
|
|
119
|
+
https://commitlint.js.org/ to make sure PRs follow our commit convention
|
|
120
|
+
|
|
121
|
+
### Unpublishing
|
|
122
|
+
|
|
123
|
+
If a mistake occurs during the publishing process you can remove a specific version from npm within 72 hours using
|
|
124
|
+
|
|
125
|
+
```shell
|
|
126
|
+
npm unpublish @safaricom-mxl/<package-name>@<version>
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
Or through their UI, see [Unpublishing a single version of a package](https://docs.npmjs.com/unpublishing-packages-from-the-registry#unpublishing-a-single-version-of-a-package)
|
|
130
|
+
|
|
131
|
+
NOTE: We should only take this option in cases where there are security concerns since we want to consider release
|
|
132
|
+
artifacts as immutable.
|
|
133
|
+
|
|
134
|
+
### Deprecating
|
|
135
|
+
|
|
136
|
+
If we find a critical issue in an already released version then we should mark that version as deprecated. This can be
|
|
137
|
+
done using:
|
|
138
|
+
|
|
139
|
+
```shell
|
|
140
|
+
npm deprecate @safaricom-mxl/<package>@<version> "some message explaining deprecation"
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
Once a patch version has been released we should also purge jsdelivr's cache so that the CDN begins to serve the fixed
|
|
144
|
+
version immediately. That can be done by supplying a list of URLs to purge in their [online tool](https://www.jsdelivr.com/tools/purge).
|
|
145
|
+
|
|
146
|
+
If for example the deprecated version was `@safaricom-mxl/web-sdk@1.2.3` then we should supply a list for all its version
|
|
147
|
+
aliases, e.g.:
|
|
148
|
+
|
|
149
|
+
- https://cdn.jsdelivr.net/npm/@safaricom-mxl/web-sdk
|
|
150
|
+
- https://cdn.jsdelivr.net/npm/@safaricom-mxl/web-sdk@latest
|
|
151
|
+
- https://cdn.jsdelivr.net/npm/@safaricom-mxl/web-sdk@1
|
|
152
|
+
- https://cdn.jsdelivr.net/npm/@safaricom-mxl/web-sdk@1.2
|
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/REACT.md
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
# Instrumenting a React app with the MXL Web SDK
|
|
2
|
+
|
|
3
|
+
You can use any of the MXL Web SDK features in your React application. However, we provide some additional automatic
|
|
4
|
+
instrumentation to make it easier to instrument some common React libraries and patterns.
|
|
5
|
+
|
|
6
|
+
> [!TIP]
|
|
7
|
+
> Make sure you call `initSDK` before your React App is mounted, this will ensure that the SDK is ready to capture traces and logs from the start of your app's lifecycle.
|
|
8
|
+
|
|
9
|
+
## React Router
|
|
10
|
+
|
|
11
|
+
To instrument React Router, add the React Router navigation instrumentation when you init the MXL Web SDK.
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { initSDK } from '@safaricom-mxl/web-sdk';
|
|
15
|
+
import { createReactRouterNavigationInstrumentation } from '@safaricom-mxl/web-sdk/react-instrumentation';
|
|
16
|
+
|
|
17
|
+
initSDK({
|
|
18
|
+
// ...Other configs
|
|
19
|
+
instrumentations: [
|
|
20
|
+
createReactRouterNavigationInstrumentation(),
|
|
21
|
+
],
|
|
22
|
+
})
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
### React Router V4/V5
|
|
26
|
+
|
|
27
|
+
If you're using React Router V4 or V5, you can use the `withMXLRoutingLegacy` higher-order component (HOC) to wrap your `Route` components. This will automatically track route changes. `MXLRoute` needs to be surrounded by a `<Switch>` component to properly capture the current path.
|
|
28
|
+
|
|
29
|
+
```typescript jsx
|
|
30
|
+
import { withMXLRoutingLegacy } from '@safaricom-mxl/web-sdk/react-instrumentation';
|
|
31
|
+
import { Route, Router, Switch } from 'react-router-dom';
|
|
32
|
+
|
|
33
|
+
const MXLRoute = withMXLRoutingLegacy(Route);
|
|
34
|
+
|
|
35
|
+
const App = () => {
|
|
36
|
+
return (
|
|
37
|
+
<Router>
|
|
38
|
+
<Switch>
|
|
39
|
+
<MXLRoute path="/home" component={Home} />
|
|
40
|
+
<MXLRoute path="/about" component={About} />
|
|
41
|
+
<MXLRoute path="/contact" component={Contact} />
|
|
42
|
+
</Switch>
|
|
43
|
+
</Router>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### React Router V6+ in declarative mode
|
|
49
|
+
|
|
50
|
+
If you're using React Router V6 or later, you can use the `withMXLRouting` higher-order component (HOC) to wrap your `Routes` components. This will automatically track route changes.
|
|
51
|
+
|
|
52
|
+
```typescript jsx
|
|
53
|
+
import { withMXLRouting } from '@safaricom-mxl/web-sdk/react-instrumentation';
|
|
54
|
+
import { Route, Routes, BrowserRouter } from 'react-router-dom';
|
|
55
|
+
|
|
56
|
+
const MXLRoutes = withMXLRouting(Routes);
|
|
57
|
+
|
|
58
|
+
const App = () => {
|
|
59
|
+
return (
|
|
60
|
+
<BrowserRouter>
|
|
61
|
+
<MXLRoutes>
|
|
62
|
+
<Route path="/home" element={<Home />} />
|
|
63
|
+
<Route path="/about" element={<About />} />
|
|
64
|
+
<Route path="/contact" element={<Contact />} />
|
|
65
|
+
</MXLRoutes>
|
|
66
|
+
</BrowserRouter>
|
|
67
|
+
)
|
|
68
|
+
}
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### React Router V6+ in data mode
|
|
72
|
+
|
|
73
|
+
When using data mode in React Router, you can listen to browser changes using `listenToRouterChanges` to automatically track route changes.
|
|
74
|
+
|
|
75
|
+
```typescript jsx
|
|
76
|
+
import { listenToRouterChanges } from '@safaricom-mxl/web-sdk/react-instrumentation';
|
|
77
|
+
import {
|
|
78
|
+
createBrowserRouter,
|
|
79
|
+
RouterProvider,
|
|
80
|
+
matchRoutes,
|
|
81
|
+
} from 'react-router-dom';
|
|
82
|
+
import { useEffect } from 'react';
|
|
83
|
+
|
|
84
|
+
const router = createBrowserRouter([
|
|
85
|
+
{
|
|
86
|
+
path: '/home',
|
|
87
|
+
element: <Home />,
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
path: '/about',
|
|
91
|
+
element: <About />,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
path: '/contact',
|
|
95
|
+
element: <Contact />,
|
|
96
|
+
}
|
|
97
|
+
]);
|
|
98
|
+
|
|
99
|
+
const App = () => {
|
|
100
|
+
useEffect(() => {
|
|
101
|
+
// It's important that `listenToRouterChanges` is called on a useEffect so it starts tracking routes once the App is mounted.
|
|
102
|
+
// Otherwise some early telemetry can be missed if this gets initialized too early.
|
|
103
|
+
// Return the cleanup function to stop listening to route changes when the component unmount.
|
|
104
|
+
return listenToRouterChanges({
|
|
105
|
+
router,
|
|
106
|
+
// Use `matchRoutes` from React Router to match the current route.
|
|
107
|
+
routesMatcher: matchRoutes,
|
|
108
|
+
});
|
|
109
|
+
// Set an empty dependency array to run this effect only once.
|
|
110
|
+
}, []);
|
|
111
|
+
|
|
112
|
+
return (
|
|
113
|
+
<RouterProvider router={router} />
|
|
114
|
+
)
|
|
115
|
+
}
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
### Configuration
|
|
119
|
+
|
|
120
|
+
You can configure the React Router instrumentation by passing options to the `createReactRouterNavigationInstrumentation` function.
|
|
121
|
+
For now, the only option available is `shouldCleanupPathOptionsFromRouteName`.
|
|
122
|
+
If set to `true`, the instrumentation will remove path options from the route name, e.g. it will convert `/order/:orderState(pending|shipped|delivered)` to `/order/:orderState`.
|
|
123
|
+
|
|
124
|
+
## Error Boundary
|
|
125
|
+
|
|
126
|
+
To capture rendering errors in your React components, you can use the `MXLErrorBoundary` component. This component will automatically capture errors that on any of its children components render and send them to MXL.
|
|
127
|
+
|
|
128
|
+
```typescript jsx
|
|
129
|
+
import { MXLErrorBoundary } from '@safaricom-mxl/web-sdk/react-instrumentation';
|
|
130
|
+
|
|
131
|
+
const App = () => {
|
|
132
|
+
return (
|
|
133
|
+
<MXLErrorBoundary fallback={() => <YourFallbackComponent />}>
|
|
134
|
+
<>
|
|
135
|
+
{/* Your app components go here */}
|
|
136
|
+
<Home />
|
|
137
|
+
<About />
|
|
138
|
+
<Contact />
|
|
139
|
+
</>
|
|
140
|
+
</MXLErrorBoundary>
|
|
141
|
+
);
|
|
142
|
+
}
|
|
143
|
+
```
|