@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.
Files changed (1642) hide show
  1. package/CODE_OF_CONDUCT.md +119 -0
  2. package/CONTRIBUTING.md +28 -0
  3. package/DATA_EXPORT.md +29 -0
  4. package/DEVELOPING.md +152 -0
  5. package/LICENSE +201 -0
  6. package/REACT.md +143 -0
  7. package/README.md +638 -0
  8. package/UPGRADING.md +117 -0
  9. package/dist/_virtual/rolldown_runtime.cjs +29 -0
  10. package/dist/api-logs/api/LogAPI/LogAPI.cjs +34 -0
  11. package/dist/api-logs/api/LogAPI/LogAPI.cjs.map +1 -0
  12. package/dist/api-logs/api/LogAPI/LogAPI.d.cts +21 -0
  13. package/dist/api-logs/api/LogAPI/LogAPI.d.cts.map +1 -0
  14. package/dist/api-logs/api/LogAPI/LogAPI.d.ts +21 -0
  15. package/dist/api-logs/api/LogAPI/LogAPI.d.ts.map +1 -0
  16. package/dist/api-logs/api/LogAPI/LogAPI.js +33 -0
  17. package/dist/api-logs/api/LogAPI/LogAPI.js.map +1 -0
  18. package/dist/api-logs/api/LogAPI/index.cjs +3 -0
  19. package/dist/api-logs/api/LogAPI/index.d.cts +2 -0
  20. package/dist/api-logs/api/LogAPI/index.d.ts +2 -0
  21. package/dist/api-logs/api/LogAPI/index.js +3 -0
  22. package/dist/api-logs/api/LogAPI/types.cjs +0 -0
  23. package/dist/api-logs/api/LogAPI/types.d.cts +9 -0
  24. package/dist/api-logs/api/LogAPI/types.d.cts.map +1 -0
  25. package/dist/api-logs/api/LogAPI/types.d.ts +10 -0
  26. package/dist/api-logs/api/LogAPI/types.d.ts.map +1 -0
  27. package/dist/api-logs/api/LogAPI/types.js +0 -0
  28. package/dist/api-logs/api/index.cjs +3 -0
  29. package/dist/api-logs/api/index.d.cts +2 -0
  30. package/dist/api-logs/api/index.d.ts +3 -0
  31. package/dist/api-logs/api/index.js +3 -0
  32. package/dist/api-logs/index.cjs +7 -0
  33. package/dist/api-logs/index.d.cts +5 -0
  34. package/dist/api-logs/index.d.ts +6 -0
  35. package/dist/api-logs/index.js +5 -0
  36. package/dist/api-logs/logAPI.cjs +8 -0
  37. package/dist/api-logs/logAPI.cjs.map +1 -0
  38. package/dist/api-logs/logAPI.d.cts +7 -0
  39. package/dist/api-logs/logAPI.d.cts.map +1 -0
  40. package/dist/api-logs/logAPI.d.ts +7 -0
  41. package/dist/api-logs/logAPI.d.ts.map +1 -0
  42. package/dist/api-logs/logAPI.js +8 -0
  43. package/dist/api-logs/logAPI.js.map +1 -0
  44. package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.cjs +10 -0
  45. package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.cjs.map +1 -0
  46. package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.d.cts +10 -0
  47. package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.d.cts.map +1 -0
  48. package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.d.ts +11 -0
  49. package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.d.ts.map +1 -0
  50. package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.js +9 -0
  51. package/dist/api-logs/manager/NoOpLogManager/NoOpLogManager.js.map +1 -0
  52. package/dist/api-logs/manager/NoOpLogManager/index.cjs +3 -0
  53. package/dist/api-logs/manager/NoOpLogManager/index.d.cts +2 -0
  54. package/dist/api-logs/manager/NoOpLogManager/index.d.ts +2 -0
  55. package/dist/api-logs/manager/NoOpLogManager/index.js +3 -0
  56. package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.cjs +23 -0
  57. package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.cjs.map +1 -0
  58. package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.d.cts +13 -0
  59. package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.d.cts.map +1 -0
  60. package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.d.ts +14 -0
  61. package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.d.ts.map +1 -0
  62. package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.js +23 -0
  63. package/dist/api-logs/manager/ProxyLogManager/ProxyLogManager.js.map +1 -0
  64. package/dist/api-logs/manager/ProxyLogManager/index.cjs +3 -0
  65. package/dist/api-logs/manager/ProxyLogManager/index.d.cts +2 -0
  66. package/dist/api-logs/manager/ProxyLogManager/index.d.ts +2 -0
  67. package/dist/api-logs/manager/ProxyLogManager/index.js +3 -0
  68. package/dist/api-logs/manager/index.cjs +5 -0
  69. package/dist/api-logs/manager/index.d.cts +4 -0
  70. package/dist/api-logs/manager/index.d.ts +4 -0
  71. package/dist/api-logs/manager/index.js +4 -0
  72. package/dist/api-logs/manager/types.cjs +0 -0
  73. package/dist/api-logs/manager/types.d.cts +23 -0
  74. package/dist/api-logs/manager/types.d.cts.map +1 -0
  75. package/dist/api-logs/manager/types.d.ts +23 -0
  76. package/dist/api-logs/manager/types.d.ts.map +1 -0
  77. package/dist/api-logs/manager/types.js +0 -0
  78. package/dist/api-page/api/PageAPI/PageAPI.cjs +34 -0
  79. package/dist/api-page/api/PageAPI/PageAPI.cjs.map +1 -0
  80. package/dist/api-page/api/PageAPI/PageAPI.d.cts +21 -0
  81. package/dist/api-page/api/PageAPI/PageAPI.d.cts.map +1 -0
  82. package/dist/api-page/api/PageAPI/PageAPI.d.ts +21 -0
  83. package/dist/api-page/api/PageAPI/PageAPI.d.ts.map +1 -0
  84. package/dist/api-page/api/PageAPI/PageAPI.js +33 -0
  85. package/dist/api-page/api/PageAPI/PageAPI.js.map +1 -0
  86. package/dist/api-page/api/PageAPI/index.cjs +3 -0
  87. package/dist/api-page/api/PageAPI/index.d.cts +3 -0
  88. package/dist/api-page/api/PageAPI/index.d.ts +3 -0
  89. package/dist/api-page/api/PageAPI/index.js +3 -0
  90. package/dist/api-page/api/PageAPI/types.cjs +0 -0
  91. package/dist/api-page/api/PageAPI/types.d.cts +9 -0
  92. package/dist/api-page/api/PageAPI/types.d.cts.map +1 -0
  93. package/dist/api-page/api/PageAPI/types.d.ts +9 -0
  94. package/dist/api-page/api/PageAPI/types.d.ts.map +1 -0
  95. package/dist/api-page/api/PageAPI/types.js +0 -0
  96. package/dist/api-page/api/index.cjs +3 -0
  97. package/dist/api-page/api/index.d.cts +3 -0
  98. package/dist/api-page/api/index.d.ts +3 -0
  99. package/dist/api-page/api/index.js +3 -0
  100. package/dist/api-page/index.cjs +7 -0
  101. package/dist/api-page/index.d.cts +5 -0
  102. package/dist/api-page/index.d.ts +5 -0
  103. package/dist/api-page/index.js +5 -0
  104. package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.cjs +16 -0
  105. package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.cjs.map +1 -0
  106. package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.d.cts +12 -0
  107. package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.d.cts.map +1 -0
  108. package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.d.ts +12 -0
  109. package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.d.ts.map +1 -0
  110. package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.js +15 -0
  111. package/dist/api-page/manager/NoOpPageManager/NoOpPageManager.js.map +1 -0
  112. package/dist/api-page/manager/NoOpPageManager/index.cjs +3 -0
  113. package/dist/api-page/manager/NoOpPageManager/index.d.cts +2 -0
  114. package/dist/api-page/manager/NoOpPageManager/index.d.ts +2 -0
  115. package/dist/api-page/manager/NoOpPageManager/index.js +3 -0
  116. package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.cjs +29 -0
  117. package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.cjs.map +1 -0
  118. package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.d.cts +15 -0
  119. package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.d.cts.map +1 -0
  120. package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.d.ts +15 -0
  121. package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.d.ts.map +1 -0
  122. package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.js +29 -0
  123. package/dist/api-page/manager/ProxyPageManager/ProxyPageManager.js.map +1 -0
  124. package/dist/api-page/manager/ProxyPageManager/index.cjs +3 -0
  125. package/dist/api-page/manager/ProxyPageManager/index.d.cts +2 -0
  126. package/dist/api-page/manager/ProxyPageManager/index.d.ts +2 -0
  127. package/dist/api-page/manager/ProxyPageManager/index.js +3 -0
  128. package/dist/api-page/manager/index.cjs +5 -0
  129. package/dist/api-page/manager/index.d.cts +4 -0
  130. package/dist/api-page/manager/index.d.ts +4 -0
  131. package/dist/api-page/manager/index.js +4 -0
  132. package/dist/api-page/manager/types.cjs +0 -0
  133. package/dist/api-page/manager/types.d.cts +14 -0
  134. package/dist/api-page/manager/types.d.cts.map +1 -0
  135. package/dist/api-page/manager/types.d.ts +14 -0
  136. package/dist/api-page/manager/types.d.ts.map +1 -0
  137. package/dist/api-page/manager/types.js +0 -0
  138. package/dist/api-page/pageAPI.cjs +8 -0
  139. package/dist/api-page/pageAPI.cjs.map +1 -0
  140. package/dist/api-page/pageAPI.d.cts +7 -0
  141. package/dist/api-page/pageAPI.d.cts.map +1 -0
  142. package/dist/api-page/pageAPI.d.ts +7 -0
  143. package/dist/api-page/pageAPI.d.ts.map +1 -0
  144. package/dist/api-page/pageAPI.js +8 -0
  145. package/dist/api-page/pageAPI.js.map +1 -0
  146. package/dist/api-sessions/api/SessionAPI/SessionAPI.cjs +34 -0
  147. package/dist/api-sessions/api/SessionAPI/SessionAPI.cjs.map +1 -0
  148. package/dist/api-sessions/api/SessionAPI/SessionAPI.d.cts +21 -0
  149. package/dist/api-sessions/api/SessionAPI/SessionAPI.d.cts.map +1 -0
  150. package/dist/api-sessions/api/SessionAPI/SessionAPI.d.ts +21 -0
  151. package/dist/api-sessions/api/SessionAPI/SessionAPI.d.ts.map +1 -0
  152. package/dist/api-sessions/api/SessionAPI/SessionAPI.js +33 -0
  153. package/dist/api-sessions/api/SessionAPI/SessionAPI.js.map +1 -0
  154. package/dist/api-sessions/api/SessionAPI/index.cjs +3 -0
  155. package/dist/api-sessions/api/SessionAPI/index.d.cts +2 -0
  156. package/dist/api-sessions/api/SessionAPI/index.d.ts +2 -0
  157. package/dist/api-sessions/api/SessionAPI/index.js +3 -0
  158. package/dist/api-sessions/api/SessionAPI/types.cjs +0 -0
  159. package/dist/api-sessions/api/SessionAPI/types.d.cts +9 -0
  160. package/dist/api-sessions/api/SessionAPI/types.d.cts.map +1 -0
  161. package/dist/api-sessions/api/SessionAPI/types.d.ts +10 -0
  162. package/dist/api-sessions/api/SessionAPI/types.d.ts.map +1 -0
  163. package/dist/api-sessions/api/SessionAPI/types.js +0 -0
  164. package/dist/api-sessions/api/index.cjs +3 -0
  165. package/dist/api-sessions/api/index.d.cts +2 -0
  166. package/dist/api-sessions/api/index.d.ts +3 -0
  167. package/dist/api-sessions/api/index.js +3 -0
  168. package/dist/api-sessions/index.cjs +7 -0
  169. package/dist/api-sessions/index.d.cts +5 -0
  170. package/dist/api-sessions/index.d.ts +6 -0
  171. package/dist/api-sessions/index.js +5 -0
  172. package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.cjs +31 -0
  173. package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.cjs.map +1 -0
  174. package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.d.cts +24 -0
  175. package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.d.cts.map +1 -0
  176. package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.d.ts +26 -0
  177. package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.d.ts.map +1 -0
  178. package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.js +30 -0
  179. package/dist/api-sessions/manager/NoOpSpanSessionManager/NoOpSpanSessionManager.js.map +1 -0
  180. package/dist/api-sessions/manager/NoOpSpanSessionManager/index.cjs +3 -0
  181. package/dist/api-sessions/manager/NoOpSpanSessionManager/index.d.cts +2 -0
  182. package/dist/api-sessions/manager/NoOpSpanSessionManager/index.d.ts +2 -0
  183. package/dist/api-sessions/manager/NoOpSpanSessionManager/index.js +3 -0
  184. package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.cjs +56 -0
  185. package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.cjs.map +1 -0
  186. package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.d.cts +27 -0
  187. package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.d.cts.map +1 -0
  188. package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.d.ts +29 -0
  189. package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.d.ts.map +1 -0
  190. package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.js +56 -0
  191. package/dist/api-sessions/manager/ProxySpanSessionManager/ProxySpanSessionManager.js.map +1 -0
  192. package/dist/api-sessions/manager/ProxySpanSessionManager/index.cjs +3 -0
  193. package/dist/api-sessions/manager/ProxySpanSessionManager/index.d.cts +2 -0
  194. package/dist/api-sessions/manager/ProxySpanSessionManager/index.d.ts +2 -0
  195. package/dist/api-sessions/manager/ProxySpanSessionManager/index.js +3 -0
  196. package/dist/api-sessions/manager/index.cjs +5 -0
  197. package/dist/api-sessions/manager/index.d.cts +4 -0
  198. package/dist/api-sessions/manager/index.d.ts +6 -0
  199. package/dist/api-sessions/manager/index.js +4 -0
  200. package/dist/api-sessions/manager/types.cjs +0 -0
  201. package/dist/api-sessions/manager/types.d.cts +30 -0
  202. package/dist/api-sessions/manager/types.d.cts.map +1 -0
  203. package/dist/api-sessions/manager/types.d.ts +31 -0
  204. package/dist/api-sessions/manager/types.d.ts.map +1 -0
  205. package/dist/api-sessions/manager/types.js +0 -0
  206. package/dist/api-sessions/sessionAPI.cjs +8 -0
  207. package/dist/api-sessions/sessionAPI.cjs.map +1 -0
  208. package/dist/api-sessions/sessionAPI.d.cts +7 -0
  209. package/dist/api-sessions/sessionAPI.d.cts.map +1 -0
  210. package/dist/api-sessions/sessionAPI.d.ts +7 -0
  211. package/dist/api-sessions/sessionAPI.d.ts.map +1 -0
  212. package/dist/api-sessions/sessionAPI.js +8 -0
  213. package/dist/api-sessions/sessionAPI.js.map +1 -0
  214. package/dist/api-traces/api/TraceAPI/TraceAPI.cjs +34 -0
  215. package/dist/api-traces/api/TraceAPI/TraceAPI.cjs.map +1 -0
  216. package/dist/api-traces/api/TraceAPI/TraceAPI.d.cts +21 -0
  217. package/dist/api-traces/api/TraceAPI/TraceAPI.d.cts.map +1 -0
  218. package/dist/api-traces/api/TraceAPI/TraceAPI.d.ts +21 -0
  219. package/dist/api-traces/api/TraceAPI/TraceAPI.d.ts.map +1 -0
  220. package/dist/api-traces/api/TraceAPI/TraceAPI.js +33 -0
  221. package/dist/api-traces/api/TraceAPI/TraceAPI.js.map +1 -0
  222. package/dist/api-traces/api/TraceAPI/index.cjs +3 -0
  223. package/dist/api-traces/api/TraceAPI/index.d.cts +3 -0
  224. package/dist/api-traces/api/TraceAPI/index.d.ts +3 -0
  225. package/dist/api-traces/api/TraceAPI/index.js +3 -0
  226. package/dist/api-traces/api/TraceAPI/types.cjs +0 -0
  227. package/dist/api-traces/api/TraceAPI/types.d.cts +29 -0
  228. package/dist/api-traces/api/TraceAPI/types.d.cts.map +1 -0
  229. package/dist/api-traces/api/TraceAPI/types.d.ts +30 -0
  230. package/dist/api-traces/api/TraceAPI/types.d.ts.map +1 -0
  231. package/dist/api-traces/api/TraceAPI/types.js +0 -0
  232. package/dist/api-traces/api/index.cjs +3 -0
  233. package/dist/api-traces/api/index.d.cts +3 -0
  234. package/dist/api-traces/api/index.d.ts +4 -0
  235. package/dist/api-traces/api/index.js +3 -0
  236. package/dist/api-traces/index.cjs +7 -0
  237. package/dist/api-traces/index.d.cts +6 -0
  238. package/dist/api-traces/index.d.ts +8 -0
  239. package/dist/api-traces/index.js +5 -0
  240. package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.cjs +18 -0
  241. package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.cjs.map +1 -0
  242. package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.d.cts +13 -0
  243. package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.d.cts.map +1 -0
  244. package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.d.ts +15 -0
  245. package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.d.ts.map +1 -0
  246. package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.js +17 -0
  247. package/dist/api-traces/manager/NoOpTraceManager/NoOpTraceManager.js.map +1 -0
  248. package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.cjs +48 -0
  249. package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.cjs.map +1 -0
  250. package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.d.cts +25 -0
  251. package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.d.cts.map +1 -0
  252. package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.d.ts +26 -0
  253. package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.d.ts.map +1 -0
  254. package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.js +47 -0
  255. package/dist/api-traces/manager/NoOpTraceManager/NonRecordingExtendedSpan.js.map +1 -0
  256. package/dist/api-traces/manager/NoOpTraceManager/index.cjs +3 -0
  257. package/dist/api-traces/manager/NoOpTraceManager/index.d.cts +2 -0
  258. package/dist/api-traces/manager/NoOpTraceManager/index.d.ts +2 -0
  259. package/dist/api-traces/manager/NoOpTraceManager/index.js +3 -0
  260. package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.cjs +26 -0
  261. package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.cjs.map +1 -0
  262. package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.d.cts +16 -0
  263. package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.d.cts.map +1 -0
  264. package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.d.ts +18 -0
  265. package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.d.ts.map +1 -0
  266. package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.js +26 -0
  267. package/dist/api-traces/manager/ProxyTraceManager/ProxyTraceManager.js.map +1 -0
  268. package/dist/api-traces/manager/ProxyTraceManager/index.cjs +3 -0
  269. package/dist/api-traces/manager/ProxyTraceManager/index.d.cts +2 -0
  270. package/dist/api-traces/manager/ProxyTraceManager/index.d.ts +2 -0
  271. package/dist/api-traces/manager/ProxyTraceManager/index.js +3 -0
  272. package/dist/api-traces/manager/index.cjs +5 -0
  273. package/dist/api-traces/manager/index.d.cts +4 -0
  274. package/dist/api-traces/manager/index.d.ts +6 -0
  275. package/dist/api-traces/manager/index.js +4 -0
  276. package/dist/api-traces/manager/types.cjs +0 -0
  277. package/dist/api-traces/manager/types.d.cts +15 -0
  278. package/dist/api-traces/manager/types.d.cts.map +1 -0
  279. package/dist/api-traces/manager/types.d.ts +16 -0
  280. package/dist/api-traces/manager/types.d.ts.map +1 -0
  281. package/dist/api-traces/manager/types.js +0 -0
  282. package/dist/api-traces/traceAPI.cjs +8 -0
  283. package/dist/api-traces/traceAPI.cjs.map +1 -0
  284. package/dist/api-traces/traceAPI.d.cts +7 -0
  285. package/dist/api-traces/traceAPI.d.cts.map +1 -0
  286. package/dist/api-traces/traceAPI.d.ts +7 -0
  287. package/dist/api-traces/traceAPI.d.ts.map +1 -0
  288. package/dist/api-traces/traceAPI.js +8 -0
  289. package/dist/api-traces/traceAPI.js.map +1 -0
  290. package/dist/api-users/api/UserAPI/UserAPI.cjs +34 -0
  291. package/dist/api-users/api/UserAPI/UserAPI.cjs.map +1 -0
  292. package/dist/api-users/api/UserAPI/UserAPI.d.cts +21 -0
  293. package/dist/api-users/api/UserAPI/UserAPI.d.cts.map +1 -0
  294. package/dist/api-users/api/UserAPI/UserAPI.d.ts +21 -0
  295. package/dist/api-users/api/UserAPI/UserAPI.d.ts.map +1 -0
  296. package/dist/api-users/api/UserAPI/UserAPI.js +33 -0
  297. package/dist/api-users/api/UserAPI/UserAPI.js.map +1 -0
  298. package/dist/api-users/api/UserAPI/index.cjs +3 -0
  299. package/dist/api-users/api/UserAPI/index.d.cts +2 -0
  300. package/dist/api-users/api/UserAPI/index.d.ts +2 -0
  301. package/dist/api-users/api/UserAPI/index.js +3 -0
  302. package/dist/api-users/api/UserAPI/types.cjs +0 -0
  303. package/dist/api-users/api/UserAPI/types.d.cts +9 -0
  304. package/dist/api-users/api/UserAPI/types.d.cts.map +1 -0
  305. package/dist/api-users/api/UserAPI/types.d.ts +9 -0
  306. package/dist/api-users/api/UserAPI/types.d.ts.map +1 -0
  307. package/dist/api-users/api/UserAPI/types.js +0 -0
  308. package/dist/api-users/api/index.cjs +3 -0
  309. package/dist/api-users/api/index.d.cts +2 -0
  310. package/dist/api-users/api/index.d.ts +2 -0
  311. package/dist/api-users/api/index.js +3 -0
  312. package/dist/api-users/index.cjs +9 -0
  313. package/dist/api-users/index.d.cts +6 -0
  314. package/dist/api-users/index.d.ts +6 -0
  315. package/dist/api-users/index.js +6 -0
  316. package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.cjs +16 -0
  317. package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.cjs.map +1 -0
  318. package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.d.cts +12 -0
  319. package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.d.cts.map +1 -0
  320. package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.d.ts +12 -0
  321. package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.d.ts.map +1 -0
  322. package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.js +15 -0
  323. package/dist/api-users/manager/NoOpUserManager/NoOpUserManager.js.map +1 -0
  324. package/dist/api-users/manager/NoOpUserManager/index.cjs +3 -0
  325. package/dist/api-users/manager/NoOpUserManager/index.d.cts +2 -0
  326. package/dist/api-users/manager/NoOpUserManager/index.d.ts +2 -0
  327. package/dist/api-users/manager/NoOpUserManager/index.js +3 -0
  328. package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.cjs +29 -0
  329. package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.cjs.map +1 -0
  330. package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.d.cts +15 -0
  331. package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.d.cts.map +1 -0
  332. package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.d.ts +15 -0
  333. package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.d.ts.map +1 -0
  334. package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.js +29 -0
  335. package/dist/api-users/manager/ProxyUserManager/ProxyUserManager.js.map +1 -0
  336. package/dist/api-users/manager/ProxyUserManager/index.cjs +3 -0
  337. package/dist/api-users/manager/ProxyUserManager/index.d.cts +2 -0
  338. package/dist/api-users/manager/ProxyUserManager/index.d.ts +2 -0
  339. package/dist/api-users/manager/ProxyUserManager/index.js +3 -0
  340. package/dist/api-users/manager/constants/index.cjs +7 -0
  341. package/dist/api-users/manager/constants/index.cjs.map +1 -0
  342. package/dist/api-users/manager/constants/index.d.cts +5 -0
  343. package/dist/api-users/manager/constants/index.d.cts.map +1 -0
  344. package/dist/api-users/manager/constants/index.d.ts +5 -0
  345. package/dist/api-users/manager/constants/index.d.ts.map +1 -0
  346. package/dist/api-users/manager/constants/index.js +6 -0
  347. package/dist/api-users/manager/constants/index.js.map +1 -0
  348. package/dist/api-users/manager/index.cjs +7 -0
  349. package/dist/api-users/manager/index.d.cts +5 -0
  350. package/dist/api-users/manager/index.d.ts +5 -0
  351. package/dist/api-users/manager/index.js +5 -0
  352. package/dist/api-users/manager/types.cjs +0 -0
  353. package/dist/api-users/manager/types.d.cts +19 -0
  354. package/dist/api-users/manager/types.d.cts.map +1 -0
  355. package/dist/api-users/manager/types.d.ts +19 -0
  356. package/dist/api-users/manager/types.d.ts.map +1 -0
  357. package/dist/api-users/manager/types.js +0 -0
  358. package/dist/api-users/userAPI.cjs +8 -0
  359. package/dist/api-users/userAPI.cjs.map +1 -0
  360. package/dist/api-users/userAPI.d.cts +7 -0
  361. package/dist/api-users/userAPI.d.cts.map +1 -0
  362. package/dist/api-users/userAPI.d.ts +7 -0
  363. package/dist/api-users/userAPI.d.ts.map +1 -0
  364. package/dist/api-users/userAPI.js +8 -0
  365. package/dist/api-users/userAPI.js.map +1 -0
  366. package/dist/common/index.cjs +0 -0
  367. package/dist/common/index.d.cts +2 -0
  368. package/dist/common/index.d.ts +2 -0
  369. package/dist/common/index.js +0 -0
  370. package/dist/common/types.cjs +0 -0
  371. package/dist/common/types.d.cts +17 -0
  372. package/dist/common/types.d.cts.map +1 -0
  373. package/dist/common/types.d.ts +17 -0
  374. package/dist/common/types.d.ts.map +1 -0
  375. package/dist/common/types.js +0 -0
  376. package/dist/constants/attributes.cjs +93 -0
  377. package/dist/constants/attributes.cjs.map +1 -0
  378. package/dist/constants/attributes.d.cts +58 -0
  379. package/dist/constants/attributes.d.cts.map +1 -0
  380. package/dist/constants/attributes.d.ts +58 -0
  381. package/dist/constants/attributes.d.ts.map +1 -0
  382. package/dist/constants/attributes.js +61 -0
  383. package/dist/constants/attributes.js.map +1 -0
  384. package/dist/constants/index.cjs +30 -0
  385. package/dist/constants/index.d.cts +2 -0
  386. package/dist/constants/index.d.ts +2 -0
  387. package/dist/constants/index.js +3 -0
  388. package/dist/exporters/BaseFetchExporter/BaseFetchExporter.cjs +20 -0
  389. package/dist/exporters/BaseFetchExporter/BaseFetchExporter.cjs.map +1 -0
  390. package/dist/exporters/BaseFetchExporter/BaseFetchExporter.d.cts +14 -0
  391. package/dist/exporters/BaseFetchExporter/BaseFetchExporter.d.cts.map +1 -0
  392. package/dist/exporters/BaseFetchExporter/BaseFetchExporter.d.ts +14 -0
  393. package/dist/exporters/BaseFetchExporter/BaseFetchExporter.d.ts.map +1 -0
  394. package/dist/exporters/BaseFetchExporter/BaseFetchExporter.js +19 -0
  395. package/dist/exporters/BaseFetchExporter/BaseFetchExporter.js.map +1 -0
  396. package/dist/exporters/BaseFetchExporter/index.cjs +3 -0
  397. package/dist/exporters/BaseFetchExporter/index.d.cts +2 -0
  398. package/dist/exporters/BaseFetchExporter/index.d.ts +2 -0
  399. package/dist/exporters/BaseFetchExporter/index.js +3 -0
  400. package/dist/exporters/MXLLogExporter/MXLLogExporter.cjs +19 -0
  401. package/dist/exporters/MXLLogExporter/MXLLogExporter.cjs.map +1 -0
  402. package/dist/exporters/MXLLogExporter/MXLLogExporter.d.cts +14 -0
  403. package/dist/exporters/MXLLogExporter/MXLLogExporter.d.cts.map +1 -0
  404. package/dist/exporters/MXLLogExporter/MXLLogExporter.d.ts +14 -0
  405. package/dist/exporters/MXLLogExporter/MXLLogExporter.d.ts.map +1 -0
  406. package/dist/exporters/MXLLogExporter/MXLLogExporter.js +19 -0
  407. package/dist/exporters/MXLLogExporter/MXLLogExporter.js.map +1 -0
  408. package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.cjs +15 -0
  409. package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.cjs.map +1 -0
  410. package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.d.cts +11 -0
  411. package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.d.cts.map +1 -0
  412. package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.d.ts +12 -0
  413. package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.d.ts.map +1 -0
  414. package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.js +14 -0
  415. package/dist/exporters/MXLLogExporter/OTLPFetchLogExporter.js.map +1 -0
  416. package/dist/exporters/MXLLogExporter/index.cjs +3 -0
  417. package/dist/exporters/MXLLogExporter/index.d.cts +2 -0
  418. package/dist/exporters/MXLLogExporter/index.d.ts +2 -0
  419. package/dist/exporters/MXLLogExporter/index.js +3 -0
  420. package/dist/exporters/MXLLogExporter/types.cjs +0 -0
  421. package/dist/exporters/MXLLogExporter/types.d.cts +9 -0
  422. package/dist/exporters/MXLLogExporter/types.d.cts.map +1 -0
  423. package/dist/exporters/MXLLogExporter/types.d.ts +9 -0
  424. package/dist/exporters/MXLLogExporter/types.d.ts.map +1 -0
  425. package/dist/exporters/MXLLogExporter/types.js +0 -0
  426. package/dist/exporters/MXLLogExporter/utils.cjs +8 -0
  427. package/dist/exporters/MXLLogExporter/utils.cjs.map +1 -0
  428. package/dist/exporters/MXLLogExporter/utils.d.cts +5 -0
  429. package/dist/exporters/MXLLogExporter/utils.d.cts.map +1 -0
  430. package/dist/exporters/MXLLogExporter/utils.d.ts +5 -0
  431. package/dist/exporters/MXLLogExporter/utils.d.ts.map +1 -0
  432. package/dist/exporters/MXLLogExporter/utils.js +8 -0
  433. package/dist/exporters/MXLLogExporter/utils.js.map +1 -0
  434. package/dist/exporters/MXLTraceExporter/MXLTraceExporter.cjs +19 -0
  435. package/dist/exporters/MXLTraceExporter/MXLTraceExporter.cjs.map +1 -0
  436. package/dist/exporters/MXLTraceExporter/MXLTraceExporter.d.cts +14 -0
  437. package/dist/exporters/MXLTraceExporter/MXLTraceExporter.d.cts.map +1 -0
  438. package/dist/exporters/MXLTraceExporter/MXLTraceExporter.d.ts +14 -0
  439. package/dist/exporters/MXLTraceExporter/MXLTraceExporter.d.ts.map +1 -0
  440. package/dist/exporters/MXLTraceExporter/MXLTraceExporter.js +19 -0
  441. package/dist/exporters/MXLTraceExporter/MXLTraceExporter.js.map +1 -0
  442. package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.cjs +18 -0
  443. package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.cjs.map +1 -0
  444. package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.d.cts +11 -0
  445. package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.d.cts.map +1 -0
  446. package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.d.ts +12 -0
  447. package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.d.ts.map +1 -0
  448. package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.js +17 -0
  449. package/dist/exporters/MXLTraceExporter/OTLPFetchTraceExporter.js.map +1 -0
  450. package/dist/exporters/MXLTraceExporter/index.cjs +3 -0
  451. package/dist/exporters/MXLTraceExporter/index.d.cts +2 -0
  452. package/dist/exporters/MXLTraceExporter/index.d.ts +2 -0
  453. package/dist/exporters/MXLTraceExporter/index.js +3 -0
  454. package/dist/exporters/MXLTraceExporter/types.cjs +0 -0
  455. package/dist/exporters/MXLTraceExporter/types.d.cts +9 -0
  456. package/dist/exporters/MXLTraceExporter/types.d.cts.map +1 -0
  457. package/dist/exporters/MXLTraceExporter/types.d.ts +9 -0
  458. package/dist/exporters/MXLTraceExporter/types.d.ts.map +1 -0
  459. package/dist/exporters/MXLTraceExporter/types.js +0 -0
  460. package/dist/exporters/MXLTraceExporter/utils.cjs +8 -0
  461. package/dist/exporters/MXLTraceExporter/utils.cjs.map +1 -0
  462. package/dist/exporters/MXLTraceExporter/utils.d.cts +5 -0
  463. package/dist/exporters/MXLTraceExporter/utils.d.cts.map +1 -0
  464. package/dist/exporters/MXLTraceExporter/utils.d.ts +5 -0
  465. package/dist/exporters/MXLTraceExporter/utils.d.ts.map +1 -0
  466. package/dist/exporters/MXLTraceExporter/utils.js +8 -0
  467. package/dist/exporters/MXLTraceExporter/utils.js.map +1 -0
  468. package/dist/exporters/constants.cjs +13 -0
  469. package/dist/exporters/constants.cjs.map +1 -0
  470. package/dist/exporters/constants.d.cts +10 -0
  471. package/dist/exporters/constants.d.cts.map +1 -0
  472. package/dist/exporters/constants.d.ts +10 -0
  473. package/dist/exporters/constants.d.ts.map +1 -0
  474. package/dist/exporters/constants.js +12 -0
  475. package/dist/exporters/constants.js.map +1 -0
  476. package/dist/exporters/index.cjs +12 -0
  477. package/dist/exporters/index.d.cts +7 -0
  478. package/dist/exporters/index.d.ts +9 -0
  479. package/dist/exporters/index.js +7 -0
  480. package/dist/exporters/otlpBrowserFetchExportDelegate.cjs +11 -0
  481. package/dist/exporters/otlpBrowserFetchExportDelegate.cjs.map +1 -0
  482. package/dist/exporters/otlpBrowserFetchExportDelegate.d.cts +9 -0
  483. package/dist/exporters/otlpBrowserFetchExportDelegate.d.cts.map +1 -0
  484. package/dist/exporters/otlpBrowserFetchExportDelegate.d.ts +9 -0
  485. package/dist/exporters/otlpBrowserFetchExportDelegate.d.ts.map +1 -0
  486. package/dist/exporters/otlpBrowserFetchExportDelegate.js +10 -0
  487. package/dist/exporters/otlpBrowserFetchExportDelegate.js.map +1 -0
  488. package/dist/exporters/types.cjs +0 -0
  489. package/dist/exporters/types.d.cts +11 -0
  490. package/dist/exporters/types.d.cts.map +1 -0
  491. package/dist/exporters/types.d.ts +11 -0
  492. package/dist/exporters/types.d.ts.map +1 -0
  493. package/dist/exporters/types.js +0 -0
  494. package/dist/exporters/utils.cjs +12 -0
  495. package/dist/exporters/utils.cjs.map +1 -0
  496. package/dist/exporters/utils.d.cts +6 -0
  497. package/dist/exporters/utils.d.cts.map +1 -0
  498. package/dist/exporters/utils.d.ts +6 -0
  499. package/dist/exporters/utils.d.ts.map +1 -0
  500. package/dist/exporters/utils.js +10 -0
  501. package/dist/exporters/utils.js.map +1 -0
  502. package/dist/index.cjs +23 -0
  503. package/dist/index.d.cts +11 -0
  504. package/dist/index.d.ts +16 -0
  505. package/dist/index.js +10 -0
  506. package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.cjs +100 -0
  507. package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.cjs.map +1 -0
  508. package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.d.cts +73 -0
  509. package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.d.cts.map +1 -0
  510. package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.d.ts +73 -0
  511. package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.d.ts.map +1 -0
  512. package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.js +99 -0
  513. package/dist/instrumentations/InstrumentationAbstract/InstrumentationAbstract.js.map +1 -0
  514. package/dist/instrumentations/InstrumentationAbstract/index.cjs +3 -0
  515. package/dist/instrumentations/InstrumentationAbstract/index.d.cts +2 -0
  516. package/dist/instrumentations/InstrumentationAbstract/index.d.ts +2 -0
  517. package/dist/instrumentations/InstrumentationAbstract/index.js +3 -0
  518. package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.cjs +38 -0
  519. package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.cjs.map +1 -0
  520. package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.d.cts +29 -0
  521. package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.d.cts.map +1 -0
  522. package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.d.ts +33 -0
  523. package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.d.ts.map +1 -0
  524. package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.js +38 -0
  525. package/dist/instrumentations/MXLInstrumentationBase/MXLInstrumentationBase.js.map +1 -0
  526. package/dist/instrumentations/MXLInstrumentationBase/index.cjs +3 -0
  527. package/dist/instrumentations/MXLInstrumentationBase/index.d.cts +3 -0
  528. package/dist/instrumentations/MXLInstrumentationBase/index.d.ts +3 -0
  529. package/dist/instrumentations/MXLInstrumentationBase/index.js +3 -0
  530. package/dist/instrumentations/MXLInstrumentationBase/types.cjs +0 -0
  531. package/dist/instrumentations/MXLInstrumentationBase/types.d.cts +15 -0
  532. package/dist/instrumentations/MXLInstrumentationBase/types.d.cts.map +1 -0
  533. package/dist/instrumentations/MXLInstrumentationBase/types.d.ts +16 -0
  534. package/dist/instrumentations/MXLInstrumentationBase/types.d.ts.map +1 -0
  535. package/dist/instrumentations/MXLInstrumentationBase/types.js +0 -0
  536. package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.cjs +43 -0
  537. package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.cjs.map +1 -0
  538. package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.d.cts +18 -0
  539. package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.d.cts.map +1 -0
  540. package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.d.ts +19 -0
  541. package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.d.ts.map +1 -0
  542. package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.js +43 -0
  543. package/dist/instrumentations/clicks/ClicksInstrumentation/ClicksInstrumentation.js.map +1 -0
  544. package/dist/instrumentations/clicks/ClicksInstrumentation/index.cjs +3 -0
  545. package/dist/instrumentations/clicks/ClicksInstrumentation/index.d.cts +2 -0
  546. package/dist/instrumentations/clicks/ClicksInstrumentation/index.d.ts +2 -0
  547. package/dist/instrumentations/clicks/ClicksInstrumentation/index.js +3 -0
  548. package/dist/instrumentations/clicks/ClicksInstrumentation/types.cjs +0 -0
  549. package/dist/instrumentations/clicks/ClicksInstrumentation/types.d.cts +10 -0
  550. package/dist/instrumentations/clicks/ClicksInstrumentation/types.d.cts.map +1 -0
  551. package/dist/instrumentations/clicks/ClicksInstrumentation/types.d.ts +11 -0
  552. package/dist/instrumentations/clicks/ClicksInstrumentation/types.d.ts.map +1 -0
  553. package/dist/instrumentations/clicks/ClicksInstrumentation/types.js +0 -0
  554. package/dist/instrumentations/clicks/ClicksInstrumentation/utils.cjs +13 -0
  555. package/dist/instrumentations/clicks/ClicksInstrumentation/utils.cjs.map +1 -0
  556. package/dist/instrumentations/clicks/ClicksInstrumentation/utils.d.cts +5 -0
  557. package/dist/instrumentations/clicks/ClicksInstrumentation/utils.d.cts.map +1 -0
  558. package/dist/instrumentations/clicks/ClicksInstrumentation/utils.d.ts +5 -0
  559. package/dist/instrumentations/clicks/ClicksInstrumentation/utils.d.ts.map +1 -0
  560. package/dist/instrumentations/clicks/ClicksInstrumentation/utils.js +12 -0
  561. package/dist/instrumentations/clicks/ClicksInstrumentation/utils.js.map +1 -0
  562. package/dist/instrumentations/clicks/index.cjs +3 -0
  563. package/dist/instrumentations/clicks/index.d.cts +3 -0
  564. package/dist/instrumentations/clicks/index.d.ts +4 -0
  565. package/dist/instrumentations/clicks/index.js +3 -0
  566. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.cjs +234 -0
  567. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.cjs.map +1 -0
  568. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.d.cts +89 -0
  569. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.d.cts.map +1 -0
  570. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.d.ts +90 -0
  571. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.d.ts.map +1 -0
  572. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.js +233 -0
  573. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/DocumentLoadInstrumentation.js.map +1 -0
  574. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.cjs +12 -0
  575. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.cjs.map +1 -0
  576. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.d.cts +9 -0
  577. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.d.cts.map +1 -0
  578. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.d.ts +9 -0
  579. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.d.ts.map +1 -0
  580. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.js +11 -0
  581. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/AttributeNames.js.map +1 -0
  582. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.cjs +11 -0
  583. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.cjs.map +1 -0
  584. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.d.cts +8 -0
  585. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.d.cts.map +1 -0
  586. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.d.ts +8 -0
  587. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.d.ts.map +1 -0
  588. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.js +10 -0
  589. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/enums/EventNames.js.map +1 -0
  590. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/index.cjs +5 -0
  591. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/index.d.cts +4 -0
  592. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/index.d.ts +4 -0
  593. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/index.js +4 -0
  594. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.cjs +0 -0
  595. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.d.cts +51 -0
  596. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.d.cts.map +1 -0
  597. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.d.ts +52 -0
  598. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.d.ts.map +1 -0
  599. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/types.js +0 -0
  600. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.cjs +30 -0
  601. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.cjs.map +1 -0
  602. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.d.cts +9 -0
  603. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.d.cts.map +1 -0
  604. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.d.ts +9 -0
  605. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.d.ts.map +1 -0
  606. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.js +28 -0
  607. package/dist/instrumentations/document-load/DocumentLoadInstrumentation/utils.js.map +1 -0
  608. package/dist/instrumentations/document-load/index.cjs +5 -0
  609. package/dist/instrumentations/document-load/index.d.cts +4 -0
  610. package/dist/instrumentations/document-load/index.d.ts +5 -0
  611. package/dist/instrumentations/document-load/index.js +4 -0
  612. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.cjs +56 -0
  613. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.cjs.map +1 -0
  614. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.d.cts +22 -0
  615. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.d.cts.map +1 -0
  616. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.d.ts +23 -0
  617. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.d.ts.map +1 -0
  618. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.js +56 -0
  619. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/EmptyRootInstrumentation.js.map +1 -0
  620. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/index.cjs +3 -0
  621. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/index.d.cts +2 -0
  622. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/index.d.ts +2 -0
  623. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/index.js +3 -0
  624. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.cjs +0 -0
  625. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.d.cts +10 -0
  626. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.d.cts.map +1 -0
  627. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.d.ts +11 -0
  628. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.d.ts.map +1 -0
  629. package/dist/instrumentations/empty-root/EmptyRootInstrumentation/types.js +0 -0
  630. package/dist/instrumentations/empty-root/index.cjs +3 -0
  631. package/dist/instrumentations/empty-root/index.d.cts +3 -0
  632. package/dist/instrumentations/empty-root/index.d.ts +4 -0
  633. package/dist/instrumentations/empty-root/index.js +3 -0
  634. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.cjs +43 -0
  635. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.cjs.map +1 -0
  636. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.cts +17 -0
  637. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.cts.map +1 -0
  638. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.ts +18 -0
  639. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.ts.map +1 -0
  640. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.js +43 -0
  641. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.js.map +1 -0
  642. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/index.cjs +3 -0
  643. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/index.d.cts +2 -0
  644. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/index.d.ts +2 -0
  645. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/index.js +3 -0
  646. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.cjs +0 -0
  647. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.cts +7 -0
  648. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.cts.map +1 -0
  649. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.ts +8 -0
  650. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.ts.map +1 -0
  651. package/dist/instrumentations/exceptions/GlobalExceptionInstrumentation/types.js +0 -0
  652. package/dist/instrumentations/exceptions/index.cjs +3 -0
  653. package/dist/instrumentations/exceptions/index.d.cts +3 -0
  654. package/dist/instrumentations/exceptions/index.d.ts +4 -0
  655. package/dist/instrumentations/exceptions/index.js +3 -0
  656. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.cjs +35 -0
  657. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.cjs.map +1 -0
  658. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.d.cts +22 -0
  659. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.d.cts.map +1 -0
  660. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.d.ts +22 -0
  661. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.d.ts.map +1 -0
  662. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.js +33 -0
  663. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/MXLErrorBoundary.js.map +1 -0
  664. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/index.cjs +3 -0
  665. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/index.d.cts +2 -0
  666. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/index.d.ts +2 -0
  667. package/dist/instrumentations/exceptions/react/MXLErrorBoundary/index.js +3 -0
  668. package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.cjs +27 -0
  669. package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.cjs.map +1 -0
  670. package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.d.cts +15 -0
  671. package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.d.cts.map +1 -0
  672. package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.d.ts +15 -0
  673. package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.d.ts.map +1 -0
  674. package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.js +26 -0
  675. package/dist/instrumentations/fetch/MXLFetchInstrumentation/MXLFetchInstrumentation.js.map +1 -0
  676. package/dist/instrumentations/fetch/MXLFetchInstrumentation/index.cjs +3 -0
  677. package/dist/instrumentations/fetch/MXLFetchInstrumentation/index.d.cts +2 -0
  678. package/dist/instrumentations/fetch/MXLFetchInstrumentation/index.d.ts +2 -0
  679. package/dist/instrumentations/fetch/MXLFetchInstrumentation/index.js +3 -0
  680. package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.cjs +0 -0
  681. package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.d.cts +9 -0
  682. package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.d.cts.map +1 -0
  683. package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.d.ts +9 -0
  684. package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.d.ts.map +1 -0
  685. package/dist/instrumentations/fetch/MXLFetchInstrumentation/types.js +0 -0
  686. package/dist/instrumentations/fetch/index.cjs +3 -0
  687. package/dist/instrumentations/fetch/index.d.cts +3 -0
  688. package/dist/instrumentations/fetch/index.d.ts +4 -0
  689. package/dist/instrumentations/fetch/index.js +3 -0
  690. package/dist/instrumentations/index.cjs +27 -0
  691. package/dist/instrumentations/index.d.cts +26 -0
  692. package/dist/instrumentations/index.d.ts +36 -0
  693. package/dist/instrumentations/index.js +15 -0
  694. package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.cjs +92 -0
  695. package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.cjs.map +1 -0
  696. package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.d.cts +28 -0
  697. package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.d.cts.map +1 -0
  698. package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.d.ts +29 -0
  699. package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.d.ts.map +1 -0
  700. package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.js +92 -0
  701. package/dist/instrumentations/navigation/NavigationInstrumentation/NavigationInstrumentation.js.map +1 -0
  702. package/dist/instrumentations/navigation/NavigationInstrumentation/index.cjs +5 -0
  703. package/dist/instrumentations/navigation/NavigationInstrumentation/index.d.cts +4 -0
  704. package/dist/instrumentations/navigation/NavigationInstrumentation/index.d.ts +4 -0
  705. package/dist/instrumentations/navigation/NavigationInstrumentation/index.js +4 -0
  706. package/dist/instrumentations/navigation/NavigationInstrumentation/instance.cjs +12 -0
  707. package/dist/instrumentations/navigation/NavigationInstrumentation/instance.cjs.map +1 -0
  708. package/dist/instrumentations/navigation/NavigationInstrumentation/instance.d.cts +8 -0
  709. package/dist/instrumentations/navigation/NavigationInstrumentation/instance.d.cts.map +1 -0
  710. package/dist/instrumentations/navigation/NavigationInstrumentation/instance.d.ts +8 -0
  711. package/dist/instrumentations/navigation/NavigationInstrumentation/instance.d.ts.map +1 -0
  712. package/dist/instrumentations/navigation/NavigationInstrumentation/instance.js +12 -0
  713. package/dist/instrumentations/navigation/NavigationInstrumentation/instance.js.map +1 -0
  714. package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.cjs +8 -0
  715. package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.cjs.map +1 -0
  716. package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.d.cts +8 -0
  717. package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.d.cts.map +1 -0
  718. package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.d.ts +9 -0
  719. package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.d.ts.map +1 -0
  720. package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.js +8 -0
  721. package/dist/instrumentations/navigation/NavigationInstrumentation/react/createReactRouterNavigationInstrumentation.js.map +1 -0
  722. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/index.cjs +3 -0
  723. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/index.d.cts +2 -0
  724. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/index.d.ts +2 -0
  725. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/index.js +3 -0
  726. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.cjs +0 -0
  727. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.d.cts +15 -0
  728. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.d.cts.map +1 -0
  729. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.d.ts +15 -0
  730. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.d.ts.map +1 -0
  731. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/types.js +0 -0
  732. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.cjs +30 -0
  733. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.cjs.map +1 -0
  734. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.d.cts +8 -0
  735. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.d.cts.map +1 -0
  736. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.d.ts +8 -0
  737. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.d.ts.map +1 -0
  738. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.js +27 -0
  739. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV5/withMXLRoutingLegacy.js.map +1 -0
  740. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/index.cjs +3 -0
  741. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/index.d.cts +2 -0
  742. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/index.d.ts +2 -0
  743. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/index.js +3 -0
  744. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.cjs +37 -0
  745. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.cjs.map +1 -0
  746. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.d.cts +13 -0
  747. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.d.cts.map +1 -0
  748. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.d.ts +13 -0
  749. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.d.ts.map +1 -0
  750. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.js +37 -0
  751. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/listenToRouterChanges.js.map +1 -0
  752. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.cjs +0 -0
  753. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.d.cts +32 -0
  754. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.d.cts.map +1 -0
  755. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.d.ts +32 -0
  756. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.d.ts.map +1 -0
  757. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Data/types.js +0 -0
  758. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/index.cjs +3 -0
  759. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/index.d.cts +2 -0
  760. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/index.d.ts +2 -0
  761. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/index.js +3 -0
  762. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.cjs +0 -0
  763. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.d.cts +18 -0
  764. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.d.cts.map +1 -0
  765. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.d.ts +18 -0
  766. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.d.ts.map +1 -0
  767. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/types.js +0 -0
  768. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.cjs +50 -0
  769. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.cjs.map +1 -0
  770. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.d.cts +7 -0
  771. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.d.cts.map +1 -0
  772. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.d.ts +7 -0
  773. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.d.ts.map +1 -0
  774. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.js +48 -0
  775. package/dist/instrumentations/navigation/NavigationInstrumentation/react/reactRouterV6Declarative/withMXLRouting.js.map +1 -0
  776. package/dist/instrumentations/navigation/NavigationInstrumentation/types.cjs +0 -0
  777. package/dist/instrumentations/navigation/NavigationInstrumentation/types.d.cts +15 -0
  778. package/dist/instrumentations/navigation/NavigationInstrumentation/types.d.cts.map +1 -0
  779. package/dist/instrumentations/navigation/NavigationInstrumentation/types.d.ts +16 -0
  780. package/dist/instrumentations/navigation/NavigationInstrumentation/types.d.ts.map +1 -0
  781. package/dist/instrumentations/navigation/NavigationInstrumentation/types.js +0 -0
  782. package/dist/instrumentations/navigation/index.cjs +5 -0
  783. package/dist/instrumentations/navigation/index.d.cts +3 -0
  784. package/dist/instrumentations/navigation/index.d.ts +4 -0
  785. package/dist/instrumentations/navigation/index.js +4 -0
  786. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.cjs +60 -0
  787. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.cjs.map +1 -0
  788. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.d.cts +25 -0
  789. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.d.cts.map +1 -0
  790. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.d.ts +26 -0
  791. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.d.ts.map +1 -0
  792. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.js +60 -0
  793. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/SpanSessionBrowserActivityInstrumentation.js.map +1 -0
  794. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.cjs +19 -0
  795. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.cjs.map +1 -0
  796. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.d.cts +10 -0
  797. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.d.cts.map +1 -0
  798. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.d.ts +10 -0
  799. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.d.ts.map +1 -0
  800. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.js +16 -0
  801. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/constants.js.map +1 -0
  802. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/index.cjs +3 -0
  803. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/index.d.cts +3 -0
  804. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/index.d.ts +3 -0
  805. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/index.js +3 -0
  806. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.cjs +0 -0
  807. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.d.cts +7 -0
  808. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.d.cts.map +1 -0
  809. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.d.ts +8 -0
  810. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.d.ts.map +1 -0
  811. package/dist/instrumentations/session/SpanSessionBrowserActivityInstrumentation/types.js +0 -0
  812. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.cjs +24 -0
  813. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.cjs.map +1 -0
  814. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.cts +14 -0
  815. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.cts.map +1 -0
  816. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.ts +15 -0
  817. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.d.ts.map +1 -0
  818. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.js +24 -0
  819. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/SpanSessionOnLoadInstrumentation.js.map +1 -0
  820. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/index.cjs +3 -0
  821. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/index.d.cts +3 -0
  822. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/index.d.ts +3 -0
  823. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/index.js +3 -0
  824. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.cjs +0 -0
  825. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.d.cts +7 -0
  826. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.d.cts.map +1 -0
  827. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.d.ts +8 -0
  828. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.d.ts.map +1 -0
  829. package/dist/instrumentations/session/SpanSessionOnLoadInstrumentation/types.js +0 -0
  830. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.cjs +55 -0
  831. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.cjs.map +1 -0
  832. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.d.cts +23 -0
  833. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.d.cts.map +1 -0
  834. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.d.ts +24 -0
  835. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.d.ts.map +1 -0
  836. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.js +55 -0
  837. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/SpanSessionTimeoutInstrumentation.js.map +1 -0
  838. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.cjs +7 -0
  839. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.cjs.map +1 -0
  840. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.d.cts +5 -0
  841. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.d.cts.map +1 -0
  842. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.d.ts +5 -0
  843. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.d.ts.map +1 -0
  844. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.js +6 -0
  845. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/constants.js.map +1 -0
  846. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/index.cjs +3 -0
  847. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/index.d.cts +3 -0
  848. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/index.d.ts +3 -0
  849. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/index.js +3 -0
  850. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.cjs +0 -0
  851. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.d.cts +7 -0
  852. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.d.cts.map +1 -0
  853. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.d.ts +8 -0
  854. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.d.ts.map +1 -0
  855. package/dist/instrumentations/session/SpanSessionTimeoutInstrumentation/types.js +0 -0
  856. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.cjs +100 -0
  857. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.cjs.map +1 -0
  858. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.d.cts +30 -0
  859. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.d.cts.map +1 -0
  860. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.d.ts +33 -0
  861. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.d.ts.map +1 -0
  862. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.js +100 -0
  863. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/SpanSessionVisibilityInstrumentation.js.map +1 -0
  864. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/index.cjs +3 -0
  865. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/index.d.cts +3 -0
  866. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/index.d.ts +3 -0
  867. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/index.js +3 -0
  868. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.cjs +0 -0
  869. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.d.cts +15 -0
  870. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.d.cts.map +1 -0
  871. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.d.ts +16 -0
  872. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.d.ts.map +1 -0
  873. package/dist/instrumentations/session/SpanSessionVisibilityInstrumentation/types.js +0 -0
  874. package/dist/instrumentations/session/index.cjs +13 -0
  875. package/dist/instrumentations/session/index.d.cts +13 -0
  876. package/dist/instrumentations/session/index.d.ts +19 -0
  877. package/dist/instrumentations/session/index.js +8 -0
  878. package/dist/instrumentations/session/types.cjs +0 -0
  879. package/dist/instrumentations/session/types.d.cts +14 -0
  880. package/dist/instrumentations/session/types.d.cts.map +1 -0
  881. package/dist/instrumentations/session/types.d.ts +14 -0
  882. package/dist/instrumentations/session/types.d.ts.map +1 -0
  883. package/dist/instrumentations/session/types.js +0 -0
  884. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.cjs +202 -0
  885. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.cjs.map +1 -0
  886. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.d.cts +31 -0
  887. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.d.cts.map +1 -0
  888. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.d.ts +32 -0
  889. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.d.ts.map +1 -0
  890. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.js +201 -0
  891. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/WebVitalsInstrumentation.js.map +1 -0
  892. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.cjs +32 -0
  893. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.cjs.map +1 -0
  894. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.d.cts +70 -0
  895. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.d.cts.map +1 -0
  896. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.d.ts +70 -0
  897. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.d.ts.map +1 -0
  898. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.js +28 -0
  899. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/constants.js.map +1 -0
  900. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/index.cjs +3 -0
  901. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/index.d.cts +3 -0
  902. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/index.d.ts +3 -0
  903. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/index.js +3 -0
  904. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.cjs +0 -0
  905. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.d.cts +19 -0
  906. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.d.cts.map +1 -0
  907. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.d.ts +20 -0
  908. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.d.ts.map +1 -0
  909. package/dist/instrumentations/web-vitals/WebVitalsInstrumentation/types.js +0 -0
  910. package/dist/instrumentations/web-vitals/index.cjs +3 -0
  911. package/dist/instrumentations/web-vitals/index.d.cts +3 -0
  912. package/dist/instrumentations/web-vitals/index.d.ts +4 -0
  913. package/dist/instrumentations/web-vitals/index.js +3 -0
  914. package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.cjs +27 -0
  915. package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.cjs.map +1 -0
  916. package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.d.cts +15 -0
  917. package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.d.cts.map +1 -0
  918. package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.d.ts +15 -0
  919. package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.d.ts.map +1 -0
  920. package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.js +26 -0
  921. package/dist/instrumentations/xhr/MXLXHRInstrumentation/MXLXHRInstrumentation.js.map +1 -0
  922. package/dist/instrumentations/xhr/MXLXHRInstrumentation/index.cjs +3 -0
  923. package/dist/instrumentations/xhr/MXLXHRInstrumentation/index.d.cts +2 -0
  924. package/dist/instrumentations/xhr/MXLXHRInstrumentation/index.d.ts +2 -0
  925. package/dist/instrumentations/xhr/MXLXHRInstrumentation/index.js +3 -0
  926. package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.cjs +0 -0
  927. package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.d.cts +9 -0
  928. package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.d.cts.map +1 -0
  929. package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.d.ts +9 -0
  930. package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.d.ts.map +1 -0
  931. package/dist/instrumentations/xhr/MXLXHRInstrumentation/types.js +0 -0
  932. package/dist/instrumentations/xhr/index.cjs +3 -0
  933. package/dist/instrumentations/xhr/index.d.cts +3 -0
  934. package/dist/instrumentations/xhr/index.d.ts +4 -0
  935. package/dist/instrumentations/xhr/index.js +3 -0
  936. package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.cjs +87 -0
  937. package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.cjs.map +1 -0
  938. package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.d.cts +28 -0
  939. package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.d.cts.map +1 -0
  940. package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.d.ts +29 -0
  941. package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.d.ts.map +1 -0
  942. package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.js +86 -0
  943. package/dist/managers/MXLConfigManager/MXLDynamicConfigManager.js.map +1 -0
  944. package/dist/managers/MXLConfigManager/constants.cjs +12 -0
  945. package/dist/managers/MXLConfigManager/constants.cjs.map +1 -0
  946. package/dist/managers/MXLConfigManager/constants.d.cts +8 -0
  947. package/dist/managers/MXLConfigManager/constants.d.cts.map +1 -0
  948. package/dist/managers/MXLConfigManager/constants.d.ts +9 -0
  949. package/dist/managers/MXLConfigManager/constants.d.ts.map +1 -0
  950. package/dist/managers/MXLConfigManager/constants.js +10 -0
  951. package/dist/managers/MXLConfigManager/constants.js.map +1 -0
  952. package/dist/managers/MXLConfigManager/index.cjs +3 -0
  953. package/dist/managers/MXLConfigManager/index.d.cts +2 -0
  954. package/dist/managers/MXLConfigManager/index.d.ts +2 -0
  955. package/dist/managers/MXLConfigManager/index.js +3 -0
  956. package/dist/managers/MXLConfigManager/types.cjs +0 -0
  957. package/dist/managers/MXLConfigManager/types.d.cts +32 -0
  958. package/dist/managers/MXLConfigManager/types.d.cts.map +1 -0
  959. package/dist/managers/MXLConfigManager/types.d.ts +33 -0
  960. package/dist/managers/MXLConfigManager/types.d.ts.map +1 -0
  961. package/dist/managers/MXLConfigManager/types.js +0 -0
  962. package/dist/managers/MXLConfigManager/utils.cjs +7 -0
  963. package/dist/managers/MXLConfigManager/utils.cjs.map +1 -0
  964. package/dist/managers/MXLConfigManager/utils.d.cts +11 -0
  965. package/dist/managers/MXLConfigManager/utils.d.cts.map +1 -0
  966. package/dist/managers/MXLConfigManager/utils.d.ts +11 -0
  967. package/dist/managers/MXLConfigManager/utils.d.ts.map +1 -0
  968. package/dist/managers/MXLConfigManager/utils.js +6 -0
  969. package/dist/managers/MXLConfigManager/utils.js.map +1 -0
  970. package/dist/managers/MXLLimitManager/MXLLimitManager.cjs +117 -0
  971. package/dist/managers/MXLLimitManager/MXLLimitManager.cjs.map +1 -0
  972. package/dist/managers/MXLLimitManager/MXLLimitManager.d.cts +34 -0
  973. package/dist/managers/MXLLimitManager/MXLLimitManager.d.cts.map +1 -0
  974. package/dist/managers/MXLLimitManager/MXLLimitManager.d.ts +35 -0
  975. package/dist/managers/MXLLimitManager/MXLLimitManager.d.ts.map +1 -0
  976. package/dist/managers/MXLLimitManager/MXLLimitManager.js +116 -0
  977. package/dist/managers/MXLLimitManager/MXLLimitManager.js.map +1 -0
  978. package/dist/managers/MXLLimitManager/constants.cjs +39 -0
  979. package/dist/managers/MXLLimitManager/constants.cjs.map +1 -0
  980. package/dist/managers/MXLLimitManager/constants.d.cts +8 -0
  981. package/dist/managers/MXLLimitManager/constants.d.cts.map +1 -0
  982. package/dist/managers/MXLLimitManager/constants.d.ts +8 -0
  983. package/dist/managers/MXLLimitManager/constants.d.ts.map +1 -0
  984. package/dist/managers/MXLLimitManager/constants.js +37 -0
  985. package/dist/managers/MXLLimitManager/constants.js.map +1 -0
  986. package/dist/managers/MXLLimitManager/index.cjs +6 -0
  987. package/dist/managers/MXLLimitManager/index.d.cts +4 -0
  988. package/dist/managers/MXLLimitManager/index.d.ts +4 -0
  989. package/dist/managers/MXLLimitManager/index.js +4 -0
  990. package/dist/managers/MXLLimitManager/types.cjs +0 -0
  991. package/dist/managers/MXLLimitManager/types.d.cts +45 -0
  992. package/dist/managers/MXLLimitManager/types.d.cts.map +1 -0
  993. package/dist/managers/MXLLimitManager/types.d.ts +46 -0
  994. package/dist/managers/MXLLimitManager/types.d.ts.map +1 -0
  995. package/dist/managers/MXLLimitManager/types.js +0 -0
  996. package/dist/managers/MXLLogManager/MXLLogManager.cjs +148 -0
  997. package/dist/managers/MXLLogManager/MXLLogManager.cjs.map +1 -0
  998. package/dist/managers/MXLLogManager/MXLLogManager.d.cts +40 -0
  999. package/dist/managers/MXLLogManager/MXLLogManager.d.cts.map +1 -0
  1000. package/dist/managers/MXLLogManager/MXLLogManager.d.ts +42 -0
  1001. package/dist/managers/MXLLogManager/MXLLogManager.d.ts.map +1 -0
  1002. package/dist/managers/MXLLogManager/MXLLogManager.js +147 -0
  1003. package/dist/managers/MXLLogManager/MXLLogManager.js.map +1 -0
  1004. package/dist/managers/MXLLogManager/index.cjs +3 -0
  1005. package/dist/managers/MXLLogManager/index.d.cts +2 -0
  1006. package/dist/managers/MXLLogManager/index.d.ts +2 -0
  1007. package/dist/managers/MXLLogManager/index.js +3 -0
  1008. package/dist/managers/MXLLogManager/types.cjs +0 -0
  1009. package/dist/managers/MXLLogManager/types.d.cts +20 -0
  1010. package/dist/managers/MXLLogManager/types.d.cts.map +1 -0
  1011. package/dist/managers/MXLLogManager/types.d.ts +23 -0
  1012. package/dist/managers/MXLLogManager/types.d.ts.map +1 -0
  1013. package/dist/managers/MXLLogManager/types.js +0 -0
  1014. package/dist/managers/MXLPageManager/MXLPageManager.cjs +21 -0
  1015. package/dist/managers/MXLPageManager/MXLPageManager.cjs.map +1 -0
  1016. package/dist/managers/MXLPageManager/MXLPageManager.d.cts +14 -0
  1017. package/dist/managers/MXLPageManager/MXLPageManager.d.cts.map +1 -0
  1018. package/dist/managers/MXLPageManager/MXLPageManager.d.ts +14 -0
  1019. package/dist/managers/MXLPageManager/MXLPageManager.d.ts.map +1 -0
  1020. package/dist/managers/MXLPageManager/MXLPageManager.js +21 -0
  1021. package/dist/managers/MXLPageManager/MXLPageManager.js.map +1 -0
  1022. package/dist/managers/MXLPageManager/index.cjs +3 -0
  1023. package/dist/managers/MXLPageManager/index.d.cts +3 -0
  1024. package/dist/managers/MXLPageManager/index.d.ts +3 -0
  1025. package/dist/managers/MXLPageManager/index.js +3 -0
  1026. package/dist/managers/MXLPageManager/types.cjs +0 -0
  1027. package/dist/managers/MXLPageManager/types.d.cts +17 -0
  1028. package/dist/managers/MXLPageManager/types.d.cts.map +1 -0
  1029. package/dist/managers/MXLPageManager/types.d.ts +17 -0
  1030. package/dist/managers/MXLPageManager/types.d.ts.map +1 -0
  1031. package/dist/managers/MXLPageManager/types.js +0 -0
  1032. package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.cjs +30 -0
  1033. package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.cjs.map +1 -0
  1034. package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.d.cts +19 -0
  1035. package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.d.cts.map +1 -0
  1036. package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.d.ts +19 -0
  1037. package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.d.ts.map +1 -0
  1038. package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.js +30 -0
  1039. package/dist/managers/MXLSDKFeaturesManager/MXLSDKFeaturesManager.js.map +1 -0
  1040. package/dist/managers/MXLSDKFeaturesManager/index.cjs +3 -0
  1041. package/dist/managers/MXLSDKFeaturesManager/index.d.cts +3 -0
  1042. package/dist/managers/MXLSDKFeaturesManager/index.d.ts +3 -0
  1043. package/dist/managers/MXLSDKFeaturesManager/index.js +3 -0
  1044. package/dist/managers/MXLSDKFeaturesManager/types.cjs +0 -0
  1045. package/dist/managers/MXLSDKFeaturesManager/types.d.cts +16 -0
  1046. package/dist/managers/MXLSDKFeaturesManager/types.d.cts.map +1 -0
  1047. package/dist/managers/MXLSDKFeaturesManager/types.d.ts +17 -0
  1048. package/dist/managers/MXLSDKFeaturesManager/types.d.ts.map +1 -0
  1049. package/dist/managers/MXLSDKFeaturesManager/types.js +0 -0
  1050. package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.cjs +348 -0
  1051. package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.cjs.map +1 -0
  1052. package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.d.cts +70 -0
  1053. package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.d.cts.map +1 -0
  1054. package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.d.ts +72 -0
  1055. package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.d.ts.map +1 -0
  1056. package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.js +347 -0
  1057. package/dist/managers/MXLSpanSessionManager/MXLSpanSessionManager.js.map +1 -0
  1058. package/dist/managers/MXLSpanSessionManager/constants.cjs +11 -0
  1059. package/dist/managers/MXLSpanSessionManager/constants.cjs.map +1 -0
  1060. package/dist/managers/MXLSpanSessionManager/constants.d.cts +7 -0
  1061. package/dist/managers/MXLSpanSessionManager/constants.d.cts.map +1 -0
  1062. package/dist/managers/MXLSpanSessionManager/constants.d.ts +7 -0
  1063. package/dist/managers/MXLSpanSessionManager/constants.d.ts.map +1 -0
  1064. package/dist/managers/MXLSpanSessionManager/constants.js +8 -0
  1065. package/dist/managers/MXLSpanSessionManager/constants.js.map +1 -0
  1066. package/dist/managers/MXLSpanSessionManager/index.cjs +3 -0
  1067. package/dist/managers/MXLSpanSessionManager/index.d.cts +3 -0
  1068. package/dist/managers/MXLSpanSessionManager/index.d.ts +3 -0
  1069. package/dist/managers/MXLSpanSessionManager/index.js +3 -0
  1070. package/dist/managers/MXLSpanSessionManager/types.cjs +0 -0
  1071. package/dist/managers/MXLSpanSessionManager/types.d.cts +36 -0
  1072. package/dist/managers/MXLSpanSessionManager/types.d.cts.map +1 -0
  1073. package/dist/managers/MXLSpanSessionManager/types.d.ts +39 -0
  1074. package/dist/managers/MXLSpanSessionManager/types.d.ts.map +1 -0
  1075. package/dist/managers/MXLSpanSessionManager/types.js +0 -0
  1076. package/dist/managers/MXLTraceManager/MXLExtendedSpan.cjs +73 -0
  1077. package/dist/managers/MXLTraceManager/MXLExtendedSpan.cjs.map +1 -0
  1078. package/dist/managers/MXLTraceManager/MXLExtendedSpan.d.cts +34 -0
  1079. package/dist/managers/MXLTraceManager/MXLExtendedSpan.d.cts.map +1 -0
  1080. package/dist/managers/MXLTraceManager/MXLExtendedSpan.d.ts +35 -0
  1081. package/dist/managers/MXLTraceManager/MXLExtendedSpan.d.ts.map +1 -0
  1082. package/dist/managers/MXLTraceManager/MXLExtendedSpan.js +73 -0
  1083. package/dist/managers/MXLTraceManager/MXLExtendedSpan.js.map +1 -0
  1084. package/dist/managers/MXLTraceManager/MXLTraceManager.cjs +27 -0
  1085. package/dist/managers/MXLTraceManager/MXLTraceManager.cjs.map +1 -0
  1086. package/dist/managers/MXLTraceManager/MXLTraceManager.d.cts +17 -0
  1087. package/dist/managers/MXLTraceManager/MXLTraceManager.d.cts.map +1 -0
  1088. package/dist/managers/MXLTraceManager/MXLTraceManager.d.ts +18 -0
  1089. package/dist/managers/MXLTraceManager/MXLTraceManager.d.ts.map +1 -0
  1090. package/dist/managers/MXLTraceManager/MXLTraceManager.js +26 -0
  1091. package/dist/managers/MXLTraceManager/MXLTraceManager.js.map +1 -0
  1092. package/dist/managers/MXLTraceManager/index.cjs +5 -0
  1093. package/dist/managers/MXLTraceManager/index.d.cts +3 -0
  1094. package/dist/managers/MXLTraceManager/index.d.ts +3 -0
  1095. package/dist/managers/MXLTraceManager/index.js +4 -0
  1096. package/dist/managers/MXLUserManager/MXLUserManager.cjs +101 -0
  1097. package/dist/managers/MXLUserManager/MXLUserManager.cjs.map +1 -0
  1098. package/dist/managers/MXLUserManager/MXLUserManager.d.cts +25 -0
  1099. package/dist/managers/MXLUserManager/MXLUserManager.d.cts.map +1 -0
  1100. package/dist/managers/MXLUserManager/MXLUserManager.d.ts +25 -0
  1101. package/dist/managers/MXLUserManager/MXLUserManager.d.ts.map +1 -0
  1102. package/dist/managers/MXLUserManager/MXLUserManager.js +100 -0
  1103. package/dist/managers/MXLUserManager/MXLUserManager.js.map +1 -0
  1104. package/dist/managers/MXLUserManager/constants.cjs +11 -0
  1105. package/dist/managers/MXLUserManager/constants.cjs.map +1 -0
  1106. package/dist/managers/MXLUserManager/constants.d.cts +7 -0
  1107. package/dist/managers/MXLUserManager/constants.d.cts.map +1 -0
  1108. package/dist/managers/MXLUserManager/constants.d.ts +7 -0
  1109. package/dist/managers/MXLUserManager/constants.d.ts.map +1 -0
  1110. package/dist/managers/MXLUserManager/constants.js +8 -0
  1111. package/dist/managers/MXLUserManager/constants.js.map +1 -0
  1112. package/dist/managers/MXLUserManager/index.cjs +3 -0
  1113. package/dist/managers/MXLUserManager/index.d.cts +2 -0
  1114. package/dist/managers/MXLUserManager/index.d.ts +2 -0
  1115. package/dist/managers/MXLUserManager/index.js +3 -0
  1116. package/dist/managers/MXLUserManager/types.cjs +10 -0
  1117. package/dist/managers/MXLUserManager/types.cjs.map +1 -0
  1118. package/dist/managers/MXLUserManager/types.d.cts +13 -0
  1119. package/dist/managers/MXLUserManager/types.d.cts.map +1 -0
  1120. package/dist/managers/MXLUserManager/types.d.ts +13 -0
  1121. package/dist/managers/MXLUserManager/types.d.ts.map +1 -0
  1122. package/dist/managers/MXLUserManager/types.js +9 -0
  1123. package/dist/managers/MXLUserManager/types.js.map +1 -0
  1124. package/dist/managers/index.cjs +22 -0
  1125. package/dist/managers/index.d.cts +15 -0
  1126. package/dist/managers/index.d.ts +23 -0
  1127. package/dist/managers/index.js +12 -0
  1128. package/dist/mxl-web-sdk.js +2 -0
  1129. package/dist/mxl-web-sdk.js.map +1 -0
  1130. package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.cjs +28 -0
  1131. package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.cjs.map +1 -0
  1132. package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.d.cts +16 -0
  1133. package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.d.cts.map +1 -0
  1134. package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.d.ts +16 -0
  1135. package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.d.ts.map +1 -0
  1136. package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.js +27 -0
  1137. package/dist/processors/IdentifiableSessionLogRecordProcessor/IdentifiableSessionLogRecordProcessor.js.map +1 -0
  1138. package/dist/processors/IdentifiableSessionLogRecordProcessor/index.cjs +3 -0
  1139. package/dist/processors/IdentifiableSessionLogRecordProcessor/index.d.cts +2 -0
  1140. package/dist/processors/IdentifiableSessionLogRecordProcessor/index.d.ts +2 -0
  1141. package/dist/processors/IdentifiableSessionLogRecordProcessor/index.js +3 -0
  1142. package/dist/processors/IdentifiableSessionLogRecordProcessor/types.cjs +0 -0
  1143. package/dist/processors/IdentifiableSessionLogRecordProcessor/types.d.cts +9 -0
  1144. package/dist/processors/IdentifiableSessionLogRecordProcessor/types.d.cts.map +1 -0
  1145. package/dist/processors/IdentifiableSessionLogRecordProcessor/types.d.ts +10 -0
  1146. package/dist/processors/IdentifiableSessionLogRecordProcessor/types.d.ts.map +1 -0
  1147. package/dist/processors/IdentifiableSessionLogRecordProcessor/types.js +0 -0
  1148. package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.cjs +24 -0
  1149. package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.cjs.map +1 -0
  1150. package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.d.cts +16 -0
  1151. package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.d.cts.map +1 -0
  1152. package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.d.ts +16 -0
  1153. package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.d.ts.map +1 -0
  1154. package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.js +23 -0
  1155. package/dist/processors/LogRecordScrubProcessor/LogRecordScrubProcessor.js.map +1 -0
  1156. package/dist/processors/LogRecordScrubProcessor/index.cjs +3 -0
  1157. package/dist/processors/LogRecordScrubProcessor/index.d.cts +2 -0
  1158. package/dist/processors/LogRecordScrubProcessor/index.d.ts +2 -0
  1159. package/dist/processors/LogRecordScrubProcessor/index.js +3 -0
  1160. package/dist/processors/LogRecordScrubProcessor/types.cjs +0 -0
  1161. package/dist/processors/LogRecordScrubProcessor/types.d.cts +9 -0
  1162. package/dist/processors/LogRecordScrubProcessor/types.d.cts.map +1 -0
  1163. package/dist/processors/LogRecordScrubProcessor/types.d.ts +9 -0
  1164. package/dist/processors/LogRecordScrubProcessor/types.d.ts.map +1 -0
  1165. package/dist/processors/LogRecordScrubProcessor/types.js +0 -0
  1166. package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.cjs +25 -0
  1167. package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.cjs.map +1 -0
  1168. package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.d.cts +16 -0
  1169. package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.d.cts.map +1 -0
  1170. package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.d.ts +16 -0
  1171. package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.d.ts.map +1 -0
  1172. package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.js +24 -0
  1173. package/dist/processors/MXLLogRecordProcessor/MXLLogRecordProcessor.js.map +1 -0
  1174. package/dist/processors/MXLLogRecordProcessor/index.cjs +3 -0
  1175. package/dist/processors/MXLLogRecordProcessor/index.d.cts +2 -0
  1176. package/dist/processors/MXLLogRecordProcessor/index.d.ts +2 -0
  1177. package/dist/processors/MXLLogRecordProcessor/index.js +3 -0
  1178. package/dist/processors/MXLLogRecordProcessor/types.cjs +0 -0
  1179. package/dist/processors/MXLLogRecordProcessor/types.d.cts +9 -0
  1180. package/dist/processors/MXLLogRecordProcessor/types.d.cts.map +1 -0
  1181. package/dist/processors/MXLLogRecordProcessor/types.d.ts +9 -0
  1182. package/dist/processors/MXLLogRecordProcessor/types.d.ts.map +1 -0
  1183. package/dist/processors/MXLLogRecordProcessor/types.js +0 -0
  1184. package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.cjs +34 -0
  1185. package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.cjs.map +1 -0
  1186. package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.d.cts +17 -0
  1187. package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.d.cts.map +1 -0
  1188. package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.d.ts +17 -0
  1189. package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.d.ts.map +1 -0
  1190. package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.js +33 -0
  1191. package/dist/processors/MXLNetworkSpanProcessor/MXLNetworkSpanProcessor.js.map +1 -0
  1192. package/dist/processors/MXLNetworkSpanProcessor/index.cjs +3 -0
  1193. package/dist/processors/MXLNetworkSpanProcessor/index.d.cts +2 -0
  1194. package/dist/processors/MXLNetworkSpanProcessor/index.d.ts +2 -0
  1195. package/dist/processors/MXLNetworkSpanProcessor/index.js +3 -0
  1196. package/dist/processors/MXLNetworkSpanProcessor/types.cjs +15 -0
  1197. package/dist/processors/MXLNetworkSpanProcessor/types.cjs.map +1 -0
  1198. package/dist/processors/MXLNetworkSpanProcessor/types.d.cts +19 -0
  1199. package/dist/processors/MXLNetworkSpanProcessor/types.d.cts.map +1 -0
  1200. package/dist/processors/MXLNetworkSpanProcessor/types.d.ts +19 -0
  1201. package/dist/processors/MXLNetworkSpanProcessor/types.d.ts.map +1 -0
  1202. package/dist/processors/MXLNetworkSpanProcessor/types.js +14 -0
  1203. package/dist/processors/MXLNetworkSpanProcessor/types.js.map +1 -0
  1204. package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.cjs +95 -0
  1205. package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.cjs.map +1 -0
  1206. package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.d.cts +34 -0
  1207. package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.d.cts.map +1 -0
  1208. package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.d.ts +34 -0
  1209. package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.d.ts.map +1 -0
  1210. package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.js +94 -0
  1211. package/dist/processors/MXLSessionBatchedSpanProcessor/MXLSessionBatchedSpanProcessor.js.map +1 -0
  1212. package/dist/processors/MXLSessionBatchedSpanProcessor/index.cjs +3 -0
  1213. package/dist/processors/MXLSessionBatchedSpanProcessor/index.d.cts +2 -0
  1214. package/dist/processors/MXLSessionBatchedSpanProcessor/index.d.ts +2 -0
  1215. package/dist/processors/MXLSessionBatchedSpanProcessor/index.js +3 -0
  1216. package/dist/processors/MXLSessionBatchedSpanProcessor/types.cjs +0 -0
  1217. package/dist/processors/MXLSessionBatchedSpanProcessor/types.d.cts +19 -0
  1218. package/dist/processors/MXLSessionBatchedSpanProcessor/types.d.cts.map +1 -0
  1219. package/dist/processors/MXLSessionBatchedSpanProcessor/types.d.ts +20 -0
  1220. package/dist/processors/MXLSessionBatchedSpanProcessor/types.d.ts.map +1 -0
  1221. package/dist/processors/MXLSessionBatchedSpanProcessor/types.js +0 -0
  1222. package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.cjs +27 -0
  1223. package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.cjs.map +1 -0
  1224. package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.d.cts +16 -0
  1225. package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.d.cts.map +1 -0
  1226. package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.d.ts +16 -0
  1227. package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.d.ts.map +1 -0
  1228. package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.js +27 -0
  1229. package/dist/processors/PageLogRecordProcessor/PageLogRecordProcessor.js.map +1 -0
  1230. package/dist/processors/PageLogRecordProcessor/index.cjs +3 -0
  1231. package/dist/processors/PageLogRecordProcessor/index.d.cts +2 -0
  1232. package/dist/processors/PageLogRecordProcessor/index.d.ts +2 -0
  1233. package/dist/processors/PageLogRecordProcessor/index.js +3 -0
  1234. package/dist/processors/PageLogRecordProcessor/types.cjs +0 -0
  1235. package/dist/processors/PageLogRecordProcessor/types.d.cts +9 -0
  1236. package/dist/processors/PageLogRecordProcessor/types.d.cts.map +1 -0
  1237. package/dist/processors/PageLogRecordProcessor/types.d.ts +9 -0
  1238. package/dist/processors/PageLogRecordProcessor/types.d.ts.map +1 -0
  1239. package/dist/processors/PageLogRecordProcessor/types.js +0 -0
  1240. package/dist/processors/PageSpanProcessor/PageSpanProcessor.cjs +29 -0
  1241. package/dist/processors/PageSpanProcessor/PageSpanProcessor.cjs.map +1 -0
  1242. package/dist/processors/PageSpanProcessor/PageSpanProcessor.d.cts +17 -0
  1243. package/dist/processors/PageSpanProcessor/PageSpanProcessor.d.cts.map +1 -0
  1244. package/dist/processors/PageSpanProcessor/PageSpanProcessor.d.ts +17 -0
  1245. package/dist/processors/PageSpanProcessor/PageSpanProcessor.d.ts.map +1 -0
  1246. package/dist/processors/PageSpanProcessor/PageSpanProcessor.js +29 -0
  1247. package/dist/processors/PageSpanProcessor/PageSpanProcessor.js.map +1 -0
  1248. package/dist/processors/PageSpanProcessor/index.cjs +3 -0
  1249. package/dist/processors/PageSpanProcessor/index.d.cts +2 -0
  1250. package/dist/processors/PageSpanProcessor/index.d.ts +2 -0
  1251. package/dist/processors/PageSpanProcessor/index.js +3 -0
  1252. package/dist/processors/PageSpanProcessor/types.cjs +0 -0
  1253. package/dist/processors/PageSpanProcessor/types.d.cts +9 -0
  1254. package/dist/processors/PageSpanProcessor/types.d.cts.map +1 -0
  1255. package/dist/processors/PageSpanProcessor/types.d.ts +9 -0
  1256. package/dist/processors/PageSpanProcessor/types.d.ts.map +1 -0
  1257. package/dist/processors/PageSpanProcessor/types.js +0 -0
  1258. package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.cjs +25 -0
  1259. package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.cjs.map +1 -0
  1260. package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.d.cts +17 -0
  1261. package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.d.cts.map +1 -0
  1262. package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.d.ts +17 -0
  1263. package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.d.ts.map +1 -0
  1264. package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.js +24 -0
  1265. package/dist/processors/SpanScrubProcessor/SpanScrubProcessor.js.map +1 -0
  1266. package/dist/processors/SpanScrubProcessor/index.cjs +3 -0
  1267. package/dist/processors/SpanScrubProcessor/index.d.cts +2 -0
  1268. package/dist/processors/SpanScrubProcessor/index.d.ts +2 -0
  1269. package/dist/processors/SpanScrubProcessor/index.js +3 -0
  1270. package/dist/processors/SpanScrubProcessor/types.cjs +0 -0
  1271. package/dist/processors/SpanScrubProcessor/types.d.cts +9 -0
  1272. package/dist/processors/SpanScrubProcessor/types.d.cts.map +1 -0
  1273. package/dist/processors/SpanScrubProcessor/types.d.ts +9 -0
  1274. package/dist/processors/SpanScrubProcessor/types.d.ts.map +1 -0
  1275. package/dist/processors/SpanScrubProcessor/types.js +0 -0
  1276. package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.cjs +26 -0
  1277. package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.cjs.map +1 -0
  1278. package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.d.cts +20 -0
  1279. package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.d.cts.map +1 -0
  1280. package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.d.ts +20 -0
  1281. package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.d.ts.map +1 -0
  1282. package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.js +25 -0
  1283. package/dist/processors/UserLogRecordProcessor/UserLogRecordProcessor.js.map +1 -0
  1284. package/dist/processors/UserLogRecordProcessor/index.cjs +3 -0
  1285. package/dist/processors/UserLogRecordProcessor/index.d.cts +2 -0
  1286. package/dist/processors/UserLogRecordProcessor/index.d.ts +2 -0
  1287. package/dist/processors/UserLogRecordProcessor/index.js +3 -0
  1288. package/dist/processors/UserLogRecordProcessor/types.cjs +0 -0
  1289. package/dist/processors/UserLogRecordProcessor/types.d.cts +9 -0
  1290. package/dist/processors/UserLogRecordProcessor/types.d.cts.map +1 -0
  1291. package/dist/processors/UserLogRecordProcessor/types.d.ts +9 -0
  1292. package/dist/processors/UserLogRecordProcessor/types.d.ts.map +1 -0
  1293. package/dist/processors/UserLogRecordProcessor/types.js +0 -0
  1294. package/dist/processors/UserSpanProcessor/UserSpanProcessor.cjs +28 -0
  1295. package/dist/processors/UserSpanProcessor/UserSpanProcessor.cjs.map +1 -0
  1296. package/dist/processors/UserSpanProcessor/UserSpanProcessor.d.cts +21 -0
  1297. package/dist/processors/UserSpanProcessor/UserSpanProcessor.d.cts.map +1 -0
  1298. package/dist/processors/UserSpanProcessor/UserSpanProcessor.d.ts +21 -0
  1299. package/dist/processors/UserSpanProcessor/UserSpanProcessor.d.ts.map +1 -0
  1300. package/dist/processors/UserSpanProcessor/UserSpanProcessor.js +27 -0
  1301. package/dist/processors/UserSpanProcessor/UserSpanProcessor.js.map +1 -0
  1302. package/dist/processors/UserSpanProcessor/index.cjs +3 -0
  1303. package/dist/processors/UserSpanProcessor/index.d.cts +2 -0
  1304. package/dist/processors/UserSpanProcessor/index.d.ts +2 -0
  1305. package/dist/processors/UserSpanProcessor/index.js +3 -0
  1306. package/dist/processors/UserSpanProcessor/types.cjs +0 -0
  1307. package/dist/processors/UserSpanProcessor/types.d.cts +9 -0
  1308. package/dist/processors/UserSpanProcessor/types.d.cts.map +1 -0
  1309. package/dist/processors/UserSpanProcessor/types.d.ts +9 -0
  1310. package/dist/processors/UserSpanProcessor/types.d.ts.map +1 -0
  1311. package/dist/processors/UserSpanProcessor/types.js +0 -0
  1312. package/dist/processors/index.cjs +21 -0
  1313. package/dist/processors/index.d.cts +11 -0
  1314. package/dist/processors/index.d.ts +21 -0
  1315. package/dist/processors/index.js +12 -0
  1316. package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.cjs +20 -0
  1317. package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.cjs.map +1 -0
  1318. package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.d.cts +10 -0
  1319. package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.d.cts.map +1 -0
  1320. package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.d.ts +10 -0
  1321. package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.d.ts.map +1 -0
  1322. package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.js +19 -0
  1323. package/dist/propagators/MXLW3CTraceContextPropagator/MXLW3CTraceContextPropagator.js.map +1 -0
  1324. package/dist/propagators/MXLW3CTraceContextPropagator/index.cjs +3 -0
  1325. package/dist/propagators/MXLW3CTraceContextPropagator/index.d.cts +2 -0
  1326. package/dist/propagators/MXLW3CTraceContextPropagator/index.d.ts +2 -0
  1327. package/dist/propagators/MXLW3CTraceContextPropagator/index.js +3 -0
  1328. package/dist/propagators/index.cjs +3 -0
  1329. package/dist/propagators/index.d.cts +2 -0
  1330. package/dist/propagators/index.d.ts +3 -0
  1331. package/dist/propagators/index.js +3 -0
  1332. package/dist/react-instrumentation/index.cjs +11 -0
  1333. package/dist/react-instrumentation/index.d.cts +6 -0
  1334. package/dist/react-instrumentation/index.d.ts +9 -0
  1335. package/dist/react-instrumentation/index.js +7 -0
  1336. package/dist/resources/appInstanceId.cjs +26 -0
  1337. package/dist/resources/appInstanceId.cjs.map +1 -0
  1338. package/dist/resources/appInstanceId.d.cts +7 -0
  1339. package/dist/resources/appInstanceId.d.cts.map +1 -0
  1340. package/dist/resources/appInstanceId.d.ts +7 -0
  1341. package/dist/resources/appInstanceId.d.ts.map +1 -0
  1342. package/dist/resources/appInstanceId.js +26 -0
  1343. package/dist/resources/appInstanceId.js.map +1 -0
  1344. package/dist/resources/constants/index.cjs +15 -0
  1345. package/dist/resources/constants/index.cjs.map +1 -0
  1346. package/dist/resources/constants/index.d.cts +9 -0
  1347. package/dist/resources/constants/index.d.cts.map +1 -0
  1348. package/dist/resources/constants/index.d.ts +9 -0
  1349. package/dist/resources/constants/index.d.ts.map +1 -0
  1350. package/dist/resources/constants/index.js +10 -0
  1351. package/dist/resources/constants/index.js.map +1 -0
  1352. package/dist/resources/index.cjs +8 -0
  1353. package/dist/resources/index.d.cts +4 -0
  1354. package/dist/resources/index.d.ts +4 -0
  1355. package/dist/resources/index.js +5 -0
  1356. package/dist/resources/types.cjs +0 -0
  1357. package/dist/resources/types.d.cts +11 -0
  1358. package/dist/resources/types.d.cts.map +1 -0
  1359. package/dist/resources/types.d.ts +11 -0
  1360. package/dist/resources/types.d.ts.map +1 -0
  1361. package/dist/resources/types.js +0 -0
  1362. package/dist/resources/webSdkResource.cjs +28 -0
  1363. package/dist/resources/webSdkResource.cjs.map +1 -0
  1364. package/dist/resources/webSdkResource.d.cts +12 -0
  1365. package/dist/resources/webSdkResource.d.cts.map +1 -0
  1366. package/dist/resources/webSdkResource.d.ts +12 -0
  1367. package/dist/resources/webSdkResource.d.ts.map +1 -0
  1368. package/dist/resources/webSdkResource.js +27 -0
  1369. package/dist/resources/webSdkResource.js.map +1 -0
  1370. package/dist/sdk/defaultAttributeScrubbers.cjs +67 -0
  1371. package/dist/sdk/defaultAttributeScrubbers.cjs.map +1 -0
  1372. package/dist/sdk/defaultAttributeScrubbers.d.cts +7 -0
  1373. package/dist/sdk/defaultAttributeScrubbers.d.cts.map +1 -0
  1374. package/dist/sdk/defaultAttributeScrubbers.d.ts +7 -0
  1375. package/dist/sdk/defaultAttributeScrubbers.d.ts.map +1 -0
  1376. package/dist/sdk/defaultAttributeScrubbers.js +66 -0
  1377. package/dist/sdk/defaultAttributeScrubbers.js.map +1 -0
  1378. package/dist/sdk/index.cjs +3 -0
  1379. package/dist/sdk/index.d.cts +3 -0
  1380. package/dist/sdk/index.d.ts +3 -0
  1381. package/dist/sdk/index.js +3 -0
  1382. package/dist/sdk/initSDK.cjs +290 -0
  1383. package/dist/sdk/initSDK.cjs.map +1 -0
  1384. package/dist/sdk/initSDK.d.cts +31 -0
  1385. package/dist/sdk/initSDK.d.cts.map +1 -0
  1386. package/dist/sdk/initSDK.d.ts +31 -0
  1387. package/dist/sdk/initSDK.d.ts.map +1 -0
  1388. package/dist/sdk/initSDK.js +289 -0
  1389. package/dist/sdk/initSDK.js.map +1 -0
  1390. package/dist/sdk/registry.cjs +27 -0
  1391. package/dist/sdk/registry.cjs.map +1 -0
  1392. package/dist/sdk/registry.d.cts +20 -0
  1393. package/dist/sdk/registry.d.cts.map +1 -0
  1394. package/dist/sdk/registry.d.ts +20 -0
  1395. package/dist/sdk/registry.d.ts.map +1 -0
  1396. package/dist/sdk/registry.js +26 -0
  1397. package/dist/sdk/registry.js.map +1 -0
  1398. package/dist/sdk/setupDefaultInstrumentations.cjs +47 -0
  1399. package/dist/sdk/setupDefaultInstrumentations.cjs.map +1 -0
  1400. package/dist/sdk/setupDefaultInstrumentations.d.cts +14 -0
  1401. package/dist/sdk/setupDefaultInstrumentations.d.cts.map +1 -0
  1402. package/dist/sdk/setupDefaultInstrumentations.d.ts +14 -0
  1403. package/dist/sdk/setupDefaultInstrumentations.d.ts.map +1 -0
  1404. package/dist/sdk/setupDefaultInstrumentations.js +47 -0
  1405. package/dist/sdk/setupDefaultInstrumentations.js.map +1 -0
  1406. package/dist/sdk/types.cjs +0 -0
  1407. package/dist/sdk/types.d.cts +309 -0
  1408. package/dist/sdk/types.d.cts.map +1 -0
  1409. package/dist/sdk/types.d.ts +315 -0
  1410. package/dist/sdk/types.d.ts.map +1 -0
  1411. package/dist/sdk/types.js +0 -0
  1412. package/dist/sdk/utils.cjs +25 -0
  1413. package/dist/sdk/utils.cjs.map +1 -0
  1414. package/dist/sdk/utils.d.cts +6 -0
  1415. package/dist/sdk/utils.d.cts.map +1 -0
  1416. package/dist/sdk/utils.d.ts +6 -0
  1417. package/dist/sdk/utils.d.ts.map +1 -0
  1418. package/dist/sdk/utils.js +24 -0
  1419. package/dist/sdk/utils.js.map +1 -0
  1420. package/dist/transport/FetchTransport/FetchTransport.cjs +79 -0
  1421. package/dist/transport/FetchTransport/FetchTransport.cjs.map +1 -0
  1422. package/dist/transport/FetchTransport/FetchTransport.d.cts +15 -0
  1423. package/dist/transport/FetchTransport/FetchTransport.d.cts.map +1 -0
  1424. package/dist/transport/FetchTransport/FetchTransport.d.ts +15 -0
  1425. package/dist/transport/FetchTransport/FetchTransport.d.ts.map +1 -0
  1426. package/dist/transport/FetchTransport/FetchTransport.js +78 -0
  1427. package/dist/transport/FetchTransport/FetchTransport.js.map +1 -0
  1428. package/dist/transport/FetchTransport/createFetchTransport.cjs +8 -0
  1429. package/dist/transport/FetchTransport/createFetchTransport.cjs.map +1 -0
  1430. package/dist/transport/FetchTransport/createFetchTransport.d.cts +8 -0
  1431. package/dist/transport/FetchTransport/createFetchTransport.d.cts.map +1 -0
  1432. package/dist/transport/FetchTransport/createFetchTransport.d.ts +8 -0
  1433. package/dist/transport/FetchTransport/createFetchTransport.d.ts.map +1 -0
  1434. package/dist/transport/FetchTransport/createFetchTransport.js +8 -0
  1435. package/dist/transport/FetchTransport/createFetchTransport.js.map +1 -0
  1436. package/dist/transport/FetchTransport/index.cjs +3 -0
  1437. package/dist/transport/FetchTransport/index.d.cts +2 -0
  1438. package/dist/transport/FetchTransport/index.d.ts +2 -0
  1439. package/dist/transport/FetchTransport/index.js +3 -0
  1440. package/dist/transport/FetchTransport/types.cjs +0 -0
  1441. package/dist/transport/FetchTransport/types.d.cts +9 -0
  1442. package/dist/transport/FetchTransport/types.d.cts.map +1 -0
  1443. package/dist/transport/FetchTransport/types.d.ts +9 -0
  1444. package/dist/transport/FetchTransport/types.d.ts.map +1 -0
  1445. package/dist/transport/FetchTransport/types.js +0 -0
  1446. package/dist/transport/RetryingTransport/RetryingTransport.cjs +44 -0
  1447. package/dist/transport/RetryingTransport/RetryingTransport.cjs.map +1 -0
  1448. package/dist/transport/RetryingTransport/RetryingTransport.d.cts +15 -0
  1449. package/dist/transport/RetryingTransport/RetryingTransport.d.cts.map +1 -0
  1450. package/dist/transport/RetryingTransport/RetryingTransport.d.ts +16 -0
  1451. package/dist/transport/RetryingTransport/RetryingTransport.d.ts.map +1 -0
  1452. package/dist/transport/RetryingTransport/RetryingTransport.js +44 -0
  1453. package/dist/transport/RetryingTransport/RetryingTransport.js.map +1 -0
  1454. package/dist/transport/RetryingTransport/constants.cjs +15 -0
  1455. package/dist/transport/RetryingTransport/constants.cjs.map +1 -0
  1456. package/dist/transport/RetryingTransport/constants.d.cts +9 -0
  1457. package/dist/transport/RetryingTransport/constants.d.cts.map +1 -0
  1458. package/dist/transport/RetryingTransport/constants.d.ts +9 -0
  1459. package/dist/transport/RetryingTransport/constants.d.ts.map +1 -0
  1460. package/dist/transport/RetryingTransport/constants.js +10 -0
  1461. package/dist/transport/RetryingTransport/constants.js.map +1 -0
  1462. package/dist/transport/RetryingTransport/createRetryingTransport.cjs +12 -0
  1463. package/dist/transport/RetryingTransport/createRetryingTransport.cjs.map +1 -0
  1464. package/dist/transport/RetryingTransport/createRetryingTransport.d.cts +15 -0
  1465. package/dist/transport/RetryingTransport/createRetryingTransport.d.cts.map +1 -0
  1466. package/dist/transport/RetryingTransport/createRetryingTransport.d.ts +15 -0
  1467. package/dist/transport/RetryingTransport/createRetryingTransport.d.ts.map +1 -0
  1468. package/dist/transport/RetryingTransport/createRetryingTransport.js +12 -0
  1469. package/dist/transport/RetryingTransport/createRetryingTransport.js.map +1 -0
  1470. package/dist/transport/RetryingTransport/index.cjs +3 -0
  1471. package/dist/transport/RetryingTransport/index.d.cts +2 -0
  1472. package/dist/transport/RetryingTransport/index.d.ts +2 -0
  1473. package/dist/transport/RetryingTransport/index.js +3 -0
  1474. package/dist/transport/index.cjs +5 -0
  1475. package/dist/transport/index.d.cts +3 -0
  1476. package/dist/transport/index.d.ts +5 -0
  1477. package/dist/transport/index.js +4 -0
  1478. package/dist/utils/MXLSpanStorage/MXLSpanStorage.cjs +116 -0
  1479. package/dist/utils/MXLSpanStorage/MXLSpanStorage.cjs.map +1 -0
  1480. package/dist/utils/MXLSpanStorage/MXLSpanStorage.d.cts +42 -0
  1481. package/dist/utils/MXLSpanStorage/MXLSpanStorage.d.cts.map +1 -0
  1482. package/dist/utils/MXLSpanStorage/MXLSpanStorage.d.ts +43 -0
  1483. package/dist/utils/MXLSpanStorage/MXLSpanStorage.d.ts.map +1 -0
  1484. package/dist/utils/MXLSpanStorage/MXLSpanStorage.js +115 -0
  1485. package/dist/utils/MXLSpanStorage/MXLSpanStorage.js.map +1 -0
  1486. package/dist/utils/MXLSpanStorage/index.cjs +3 -0
  1487. package/dist/utils/MXLSpanStorage/index.d.cts +2 -0
  1488. package/dist/utils/MXLSpanStorage/index.d.ts +3 -0
  1489. package/dist/utils/MXLSpanStorage/index.js +3 -0
  1490. package/dist/utils/MXLSpanStorage/types.cjs +0 -0
  1491. package/dist/utils/MXLSpanStorage/types.d.cts +2 -0
  1492. package/dist/utils/MXLSpanStorage/types.d.ts +2 -0
  1493. package/dist/utils/MXLSpanStorage/types.js +0 -0
  1494. package/dist/utils/NamespacedStorage/NamespacedStorage.cjs +42 -0
  1495. package/dist/utils/NamespacedStorage/NamespacedStorage.cjs.map +1 -0
  1496. package/dist/utils/NamespacedStorage/NamespacedStorage.d.cts +16 -0
  1497. package/dist/utils/NamespacedStorage/NamespacedStorage.d.cts.map +1 -0
  1498. package/dist/utils/NamespacedStorage/NamespacedStorage.d.ts +16 -0
  1499. package/dist/utils/NamespacedStorage/NamespacedStorage.d.ts.map +1 -0
  1500. package/dist/utils/NamespacedStorage/NamespacedStorage.js +41 -0
  1501. package/dist/utils/NamespacedStorage/NamespacedStorage.js.map +1 -0
  1502. package/dist/utils/NamespacedStorage/index.cjs +3 -0
  1503. package/dist/utils/NamespacedStorage/index.d.cts +2 -0
  1504. package/dist/utils/NamespacedStorage/index.d.ts +2 -0
  1505. package/dist/utils/NamespacedStorage/index.js +3 -0
  1506. package/dist/utils/PerformanceManager/OTelPerformanceManager.cjs +18 -0
  1507. package/dist/utils/PerformanceManager/OTelPerformanceManager.cjs.map +1 -0
  1508. package/dist/utils/PerformanceManager/OTelPerformanceManager.d.cts +15 -0
  1509. package/dist/utils/PerformanceManager/OTelPerformanceManager.d.cts.map +1 -0
  1510. package/dist/utils/PerformanceManager/OTelPerformanceManager.d.ts +15 -0
  1511. package/dist/utils/PerformanceManager/OTelPerformanceManager.d.ts.map +1 -0
  1512. package/dist/utils/PerformanceManager/OTelPerformanceManager.js +17 -0
  1513. package/dist/utils/PerformanceManager/OTelPerformanceManager.js.map +1 -0
  1514. package/dist/utils/PerformanceManager/index.cjs +3 -0
  1515. package/dist/utils/PerformanceManager/index.d.cts +3 -0
  1516. package/dist/utils/PerformanceManager/index.d.ts +3 -0
  1517. package/dist/utils/PerformanceManager/index.js +3 -0
  1518. package/dist/utils/PerformanceManager/types.cjs +0 -0
  1519. package/dist/utils/PerformanceManager/types.d.cts +16 -0
  1520. package/dist/utils/PerformanceManager/types.d.cts.map +1 -0
  1521. package/dist/utils/PerformanceManager/types.d.ts +16 -0
  1522. package/dist/utils/PerformanceManager/types.d.ts.map +1 -0
  1523. package/dist/utils/PerformanceManager/types.js +0 -0
  1524. package/dist/utils/bulkAddEventListener/bulkAddEventListener.cjs +23 -0
  1525. package/dist/utils/bulkAddEventListener/bulkAddEventListener.cjs.map +1 -0
  1526. package/dist/utils/bulkAddEventListener/bulkAddEventListener.d.cts +24 -0
  1527. package/dist/utils/bulkAddEventListener/bulkAddEventListener.d.cts.map +1 -0
  1528. package/dist/utils/bulkAddEventListener/bulkAddEventListener.d.ts +24 -0
  1529. package/dist/utils/bulkAddEventListener/bulkAddEventListener.d.ts.map +1 -0
  1530. package/dist/utils/bulkAddEventListener/bulkAddEventListener.js +22 -0
  1531. package/dist/utils/bulkAddEventListener/bulkAddEventListener.js.map +1 -0
  1532. package/dist/utils/bulkAddEventListener/index.cjs +3 -0
  1533. package/dist/utils/bulkAddEventListener/index.d.cts +2 -0
  1534. package/dist/utils/bulkAddEventListener/index.d.ts +2 -0
  1535. package/dist/utils/bulkAddEventListener/index.js +3 -0
  1536. package/dist/utils/bulkAddEventListener/types.cjs +0 -0
  1537. package/dist/utils/bulkAddEventListener/types.d.cts +9 -0
  1538. package/dist/utils/bulkAddEventListener/types.d.cts.map +1 -0
  1539. package/dist/utils/bulkAddEventListener/types.d.ts +9 -0
  1540. package/dist/utils/bulkAddEventListener/types.d.ts.map +1 -0
  1541. package/dist/utils/bulkAddEventListener/types.js +0 -0
  1542. package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.cjs +23 -0
  1543. package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.cjs.map +1 -0
  1544. package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.d.cts +24 -0
  1545. package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.d.cts.map +1 -0
  1546. package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.d.ts +24 -0
  1547. package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.d.ts.map +1 -0
  1548. package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.js +22 -0
  1549. package/dist/utils/bulkRemoveEventListener/bulkRemoveEventListener.js.map +1 -0
  1550. package/dist/utils/bulkRemoveEventListener/index.cjs +3 -0
  1551. package/dist/utils/bulkRemoveEventListener/index.d.cts +2 -0
  1552. package/dist/utils/bulkRemoveEventListener/index.d.ts +2 -0
  1553. package/dist/utils/bulkRemoveEventListener/index.js +3 -0
  1554. package/dist/utils/bulkRemoveEventListener/types.cjs +0 -0
  1555. package/dist/utils/bulkRemoveEventListener/types.d.cts +9 -0
  1556. package/dist/utils/bulkRemoveEventListener/types.d.cts.map +1 -0
  1557. package/dist/utils/bulkRemoveEventListener/types.d.ts +9 -0
  1558. package/dist/utils/bulkRemoveEventListener/types.d.ts.map +1 -0
  1559. package/dist/utils/bulkRemoveEventListener/types.js +0 -0
  1560. package/dist/utils/createSafeProxy/createSafeProxy.cjs +33 -0
  1561. package/dist/utils/createSafeProxy/createSafeProxy.cjs.map +1 -0
  1562. package/dist/utils/createSafeProxy/createSafeProxy.d.cts +17 -0
  1563. package/dist/utils/createSafeProxy/createSafeProxy.d.cts.map +1 -0
  1564. package/dist/utils/createSafeProxy/createSafeProxy.d.ts +17 -0
  1565. package/dist/utils/createSafeProxy/createSafeProxy.d.ts.map +1 -0
  1566. package/dist/utils/createSafeProxy/createSafeProxy.js +32 -0
  1567. package/dist/utils/createSafeProxy/createSafeProxy.js.map +1 -0
  1568. package/dist/utils/createSafeProxy/index.cjs +3 -0
  1569. package/dist/utils/createSafeProxy/index.d.cts +2 -0
  1570. package/dist/utils/createSafeProxy/index.d.ts +2 -0
  1571. package/dist/utils/createSafeProxy/index.js +3 -0
  1572. package/dist/utils/generateUUID.cjs +15 -0
  1573. package/dist/utils/generateUUID.cjs.map +1 -0
  1574. package/dist/utils/generateUUID.d.cts +5 -0
  1575. package/dist/utils/generateUUID.d.cts.map +1 -0
  1576. package/dist/utils/generateUUID.d.ts +5 -0
  1577. package/dist/utils/generateUUID.d.ts.map +1 -0
  1578. package/dist/utils/generateUUID.js +14 -0
  1579. package/dist/utils/generateUUID.js.map +1 -0
  1580. package/dist/utils/getIncrementedCount.cjs +18 -0
  1581. package/dist/utils/getIncrementedCount.cjs.map +1 -0
  1582. package/dist/utils/getIncrementedCount.d.cts +7 -0
  1583. package/dist/utils/getIncrementedCount.d.cts.map +1 -0
  1584. package/dist/utils/getIncrementedCount.d.ts +7 -0
  1585. package/dist/utils/getIncrementedCount.d.ts.map +1 -0
  1586. package/dist/utils/getIncrementedCount.js +17 -0
  1587. package/dist/utils/getIncrementedCount.js.map +1 -0
  1588. package/dist/utils/getVisibilityState.cjs +8 -0
  1589. package/dist/utils/getVisibilityState.cjs.map +1 -0
  1590. package/dist/utils/getVisibilityState.d.cts +8 -0
  1591. package/dist/utils/getVisibilityState.d.cts.map +1 -0
  1592. package/dist/utils/getVisibilityState.d.ts +8 -0
  1593. package/dist/utils/getVisibilityState.d.ts.map +1 -0
  1594. package/dist/utils/getVisibilityState.js +8 -0
  1595. package/dist/utils/getVisibilityState.js.map +1 -0
  1596. package/dist/utils/globalConfig.cjs +7 -0
  1597. package/dist/utils/globalConfig.cjs.map +1 -0
  1598. package/dist/utils/globalConfig.d.cts +8 -0
  1599. package/dist/utils/globalConfig.d.cts.map +1 -0
  1600. package/dist/utils/globalConfig.d.ts +8 -0
  1601. package/dist/utils/globalConfig.d.ts.map +1 -0
  1602. package/dist/utils/globalConfig.js +6 -0
  1603. package/dist/utils/globalConfig.js.map +1 -0
  1604. package/dist/utils/index.cjs +27 -0
  1605. package/dist/utils/index.d.cts +16 -0
  1606. package/dist/utils/index.d.ts +19 -0
  1607. package/dist/utils/index.js +15 -0
  1608. package/dist/utils/isDeviceIdEnabled.cjs +32 -0
  1609. package/dist/utils/isDeviceIdEnabled.cjs.map +1 -0
  1610. package/dist/utils/isDeviceIdEnabled.d.cts +19 -0
  1611. package/dist/utils/isDeviceIdEnabled.d.cts.map +1 -0
  1612. package/dist/utils/isDeviceIdEnabled.d.ts +19 -0
  1613. package/dist/utils/isDeviceIdEnabled.d.ts.map +1 -0
  1614. package/dist/utils/isDeviceIdEnabled.js +30 -0
  1615. package/dist/utils/isDeviceIdEnabled.js.map +1 -0
  1616. package/dist/utils/nsfConfigValidation.cjs +17 -0
  1617. package/dist/utils/nsfConfigValidation.cjs.map +1 -0
  1618. package/dist/utils/nsfConfigValidation.d.cts +19 -0
  1619. package/dist/utils/nsfConfigValidation.d.cts.map +1 -0
  1620. package/dist/utils/nsfConfigValidation.d.ts +21 -0
  1621. package/dist/utils/nsfConfigValidation.d.ts.map +1 -0
  1622. package/dist/utils/nsfConfigValidation.js +16 -0
  1623. package/dist/utils/nsfConfigValidation.js.map +1 -0
  1624. package/dist/utils/throttle.cjs +23 -0
  1625. package/dist/utils/throttle.cjs.map +1 -0
  1626. package/dist/utils/throttle.d.cts +11 -0
  1627. package/dist/utils/throttle.d.cts.map +1 -0
  1628. package/dist/utils/throttle.d.ts +11 -0
  1629. package/dist/utils/throttle.d.ts.map +1 -0
  1630. package/dist/utils/throttle.js +22 -0
  1631. package/dist/utils/throttle.js.map +1 -0
  1632. package/dist/utils/timeout/index.cjs +0 -0
  1633. package/dist/utils/timeout/index.d.cts +2 -0
  1634. package/dist/utils/timeout/index.d.ts +2 -0
  1635. package/dist/utils/timeout/index.js +0 -0
  1636. package/dist/utils/timeout/types.cjs +0 -0
  1637. package/dist/utils/timeout/types.d.cts +5 -0
  1638. package/dist/utils/timeout/types.d.cts.map +1 -0
  1639. package/dist/utils/timeout/types.d.ts +5 -0
  1640. package/dist/utils/timeout/types.d.ts.map +1 -0
  1641. package/dist/utils/timeout/types.js +0 -0
  1642. 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.
@@ -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
+ ```