o11y 242.2.0 → 242.8.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 (107) hide show
  1. package/dist/modules/o11y/client/client.d.ts +1 -0
  2. package/dist/modules/o11y/client/client.js +203 -159
  3. package/dist/modules/o11y/client/client.js.map +1 -1
  4. package/dist/modules/o11y/client/interfaces/InstrumentationContext.d.ts +1 -0
  5. package/dist/modules/o11y/client/library/AppInstrumentationImpl.d.ts +1 -1
  6. package/dist/modules/o11y/client/library/AutomaticClickTracker.d.ts +7 -7
  7. package/dist/modules/o11y/client/library/IdleDetectorImpl.d.ts +8 -8
  8. package/dist/modules/o11y/client/library/InstrumentationImpl.d.ts +1 -1
  9. package/dist/modules/o11y/client/library/LogValidator.d.ts +5 -5
  10. package/dist/modules/o11y/client/library/MockObj.d.ts +3 -0
  11. package/dist/modules/o11y/client/library/NextgenImpl.d.ts +3 -3
  12. package/dist/modules/o11y/client/library/Tracing.d.ts +2 -2
  13. package/dist/modules/o11y/client/shared/SchemaUtil.d.ts +1 -1
  14. package/dist/modules/o11y/client/shared/Utility.d.ts +1 -1
  15. package/dist/modules/o11y/client/test/MockMouseEvent.d.ts +47 -0
  16. package/dist/modules/o11y/client/test/TestEnvironment.d.ts +7 -0
  17. package/dist/modules/o11y/client/version.d.ts +1 -0
  18. package/dist/modules/o11y/collectors/client.d.ts +1 -0
  19. package/dist/modules/o11y/collectors/collectors.js +4 -1
  20. package/dist/modules/o11y/collectors/collectors.js.map +1 -1
  21. package/dist/modules/o11y/collectors/interfaces/InstrumentationContext.d.ts +1 -0
  22. package/dist/modules/o11y/collectors/library/AppInstrumentationImpl.d.ts +1 -1
  23. package/dist/modules/o11y/collectors/library/AutomaticClickTracker.d.ts +7 -7
  24. package/dist/modules/o11y/collectors/library/IdleDetectorImpl.d.ts +8 -8
  25. package/dist/modules/o11y/collectors/library/InstrumentationImpl.d.ts +1 -1
  26. package/dist/modules/o11y/collectors/library/LogValidator.d.ts +5 -5
  27. package/dist/modules/o11y/collectors/library/MockObj.d.ts +3 -0
  28. package/dist/modules/o11y/collectors/library/NextgenImpl.d.ts +3 -3
  29. package/dist/modules/o11y/collectors/library/Tracing.d.ts +2 -2
  30. package/dist/modules/o11y/collectors/shared/SchemaUtil.d.ts +1 -1
  31. package/dist/modules/o11y/collectors/shared/Utility.d.ts +1 -1
  32. package/dist/modules/o11y/collectors/test/MockMouseEvent.d.ts +47 -0
  33. package/dist/modules/o11y/collectors/test/TestEnvironment.d.ts +7 -0
  34. package/dist/modules/o11y/collectors/version.d.ts +1 -0
  35. package/dist/modules/o11y/core_envelope/client.d.ts +1 -0
  36. package/dist/modules/o11y/core_envelope/core_envelope.js +1 -1
  37. package/dist/modules/o11y/core_envelope/core_envelope.js.map +1 -1
  38. package/dist/modules/o11y/core_envelope/interfaces/InstrumentationContext.d.ts +1 -0
  39. package/dist/modules/o11y/core_envelope/library/AppInstrumentationImpl.d.ts +1 -1
  40. package/dist/modules/o11y/core_envelope/library/AutomaticClickTracker.d.ts +7 -7
  41. package/dist/modules/o11y/core_envelope/library/IdleDetectorImpl.d.ts +8 -8
  42. package/dist/modules/o11y/core_envelope/library/InstrumentationImpl.d.ts +1 -1
  43. package/dist/modules/o11y/core_envelope/library/LogValidator.d.ts +5 -5
  44. package/dist/modules/o11y/core_envelope/library/MockObj.d.ts +3 -0
  45. package/dist/modules/o11y/core_envelope/library/NextgenImpl.d.ts +3 -3
  46. package/dist/modules/o11y/core_envelope/library/Tracing.d.ts +2 -2
  47. package/dist/modules/o11y/core_envelope/shared/SchemaUtil.d.ts +1 -1
  48. package/dist/modules/o11y/core_envelope/shared/Utility.d.ts +1 -1
  49. package/dist/modules/o11y/core_envelope/test/MockMouseEvent.d.ts +47 -0
  50. package/dist/modules/o11y/core_envelope/test/TestEnvironment.d.ts +7 -0
  51. package/dist/modules/o11y/core_envelope/version.d.ts +1 -0
  52. package/dist/modules/o11y/shared/client.d.ts +1 -0
  53. package/dist/modules/o11y/shared/interfaces/InstrumentationContext.d.ts +1 -0
  54. package/dist/modules/o11y/shared/library/AppInstrumentationImpl.d.ts +1 -1
  55. package/dist/modules/o11y/shared/library/AutomaticClickTracker.d.ts +7 -7
  56. package/dist/modules/o11y/shared/library/IdleDetectorImpl.d.ts +8 -8
  57. package/dist/modules/o11y/shared/library/InstrumentationImpl.d.ts +1 -1
  58. package/dist/modules/o11y/shared/library/LogValidator.d.ts +5 -5
  59. package/dist/modules/o11y/shared/library/MockObj.d.ts +3 -0
  60. package/dist/modules/o11y/shared/library/NextgenImpl.d.ts +3 -3
  61. package/dist/modules/o11y/shared/library/Tracing.d.ts +2 -2
  62. package/dist/modules/o11y/shared/shared/SchemaUtil.d.ts +1 -1
  63. package/dist/modules/o11y/shared/shared/Utility.d.ts +1 -1
  64. package/dist/modules/o11y/shared/shared.js +11 -15
  65. package/dist/modules/o11y/shared/shared.js.map +1 -1
  66. package/dist/modules/o11y/shared/test/MockMouseEvent.d.ts +47 -0
  67. package/dist/modules/o11y/shared/test/TestEnvironment.d.ts +7 -0
  68. package/dist/modules/o11y/shared/version.d.ts +1 -0
  69. package/dist/modules/o11y/simple_collector/client.d.ts +1 -0
  70. package/dist/modules/o11y/simple_collector/interfaces/InstrumentationContext.d.ts +1 -0
  71. package/dist/modules/o11y/simple_collector/library/AppInstrumentationImpl.d.ts +1 -1
  72. package/dist/modules/o11y/simple_collector/library/AutomaticClickTracker.d.ts +7 -7
  73. package/dist/modules/o11y/simple_collector/library/IdleDetectorImpl.d.ts +8 -8
  74. package/dist/modules/o11y/simple_collector/library/InstrumentationImpl.d.ts +1 -1
  75. package/dist/modules/o11y/simple_collector/library/LogValidator.d.ts +5 -5
  76. package/dist/modules/o11y/simple_collector/library/MockObj.d.ts +3 -0
  77. package/dist/modules/o11y/simple_collector/library/NextgenImpl.d.ts +3 -3
  78. package/dist/modules/o11y/simple_collector/library/Tracing.d.ts +2 -2
  79. package/dist/modules/o11y/simple_collector/shared/SchemaUtil.d.ts +1 -1
  80. package/dist/modules/o11y/simple_collector/shared/Utility.d.ts +1 -1
  81. package/dist/modules/o11y/simple_collector/simple_collector.js +2 -1
  82. package/dist/modules/o11y/simple_collector/simple_collector.js.map +1 -1
  83. package/dist/modules/o11y/simple_collector/test/MockMouseEvent.d.ts +47 -0
  84. package/dist/modules/o11y/simple_collector/test/TestEnvironment.d.ts +7 -0
  85. package/dist/modules/o11y/simple_collector/version.d.ts +1 -0
  86. package/dist/modules/o11y/web_vitals/client.d.ts +1 -0
  87. package/dist/modules/o11y/web_vitals/interfaces/InstrumentationContext.d.ts +1 -0
  88. package/dist/modules/o11y/web_vitals/library/AppInstrumentationImpl.d.ts +1 -1
  89. package/dist/modules/o11y/web_vitals/library/AutomaticClickTracker.d.ts +7 -7
  90. package/dist/modules/o11y/web_vitals/library/IdleDetectorImpl.d.ts +8 -8
  91. package/dist/modules/o11y/web_vitals/library/InstrumentationImpl.d.ts +1 -1
  92. package/dist/modules/o11y/web_vitals/library/LogValidator.d.ts +5 -5
  93. package/dist/modules/o11y/web_vitals/library/MockObj.d.ts +3 -0
  94. package/dist/modules/o11y/web_vitals/library/NextgenImpl.d.ts +3 -3
  95. package/dist/modules/o11y/web_vitals/library/Tracing.d.ts +2 -2
  96. package/dist/modules/o11y/web_vitals/shared/SchemaUtil.d.ts +1 -1
  97. package/dist/modules/o11y/web_vitals/shared/Utility.d.ts +1 -1
  98. package/dist/modules/o11y/web_vitals/test/MockMouseEvent.d.ts +47 -0
  99. package/dist/modules/o11y/web_vitals/test/TestEnvironment.d.ts +7 -0
  100. package/dist/modules/o11y/web_vitals/version.d.ts +1 -0
  101. package/package.json +3 -2
  102. package/dist/modules/o11y/client/library/MockEvent.d.ts +0 -7
  103. package/dist/modules/o11y/collectors/library/MockEvent.d.ts +0 -7
  104. package/dist/modules/o11y/core_envelope/library/MockEvent.d.ts +0 -7
  105. package/dist/modules/o11y/shared/library/MockEvent.d.ts +0 -7
  106. package/dist/modules/o11y/simple_collector/library/MockEvent.d.ts +0 -7
  107. package/dist/modules/o11y/web_vitals/library/MockEvent.d.ts +0 -7
@@ -2,3 +2,4 @@ import { IdleDetector } from './interfaces';
2
2
  export declare const idleDetector: IdleDetector;
3
3
  export * from './index';
4
4
  export { ConsoleCollector } from './console-collector/ConsoleCollector';
5
+ export { version as _version } from './version';