@sailfish-ai/recorder 1.11.1 → 1.11.3

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 (49) hide show
  1. package/README.md +94 -0
  2. package/dist/chunks/{chunkSerializer-BiemuRlf.js → chunkSerializer-CV4nkb5-.js} +1 -1
  3. package/dist/chunks/chunkSerializer-CV4nkb5-.js.br +0 -0
  4. package/dist/chunks/chunkSerializer-CV4nkb5-.js.gz +0 -0
  5. package/dist/chunks/{chunkSerializer-CJQCxiLD.js → chunkSerializer-jzbHv2wf.js} +1 -1
  6. package/dist/chunks/chunkSerializer-jzbHv2wf.js.br +0 -0
  7. package/dist/chunks/chunkSerializer-jzbHv2wf.js.gz +0 -0
  8. package/dist/chunks/{index-Cfj4Epfd.js → index-BP-kNUGS.js} +80 -66
  9. package/dist/chunks/index-BP-kNUGS.js.br +0 -0
  10. package/dist/chunks/index-BP-kNUGS.js.gz +0 -0
  11. package/dist/chunks/{index-CuXHImrI.js → index-BynFTRFv.js} +51 -36
  12. package/dist/chunks/index-BynFTRFv.js.br +0 -0
  13. package/dist/chunks/index-BynFTRFv.js.gz +0 -0
  14. package/dist/chunks/rrweb-plugin-performance-record-BYWkWb25.js +188 -0
  15. package/dist/chunks/rrweb-plugin-performance-record-BYWkWb25.js.br +0 -0
  16. package/dist/chunks/rrweb-plugin-performance-record-BYWkWb25.js.gz +0 -0
  17. package/dist/chunks/rrweb-plugin-performance-record-Dekf6xUi.js +186 -0
  18. package/dist/chunks/rrweb-plugin-performance-record-Dekf6xUi.js.br +0 -0
  19. package/dist/chunks/rrweb-plugin-performance-record-Dekf6xUi.js.gz +0 -0
  20. package/dist/constants.js +1 -0
  21. package/dist/constants.js.br +0 -0
  22. package/dist/constants.js.gz +0 -0
  23. package/dist/index.js +14 -3
  24. package/dist/index.js.br +0 -0
  25. package/dist/index.js.gz +0 -0
  26. package/dist/recorder.cjs +2 -2
  27. package/dist/recorder.cjs.br +0 -0
  28. package/dist/recorder.cjs.gz +0 -0
  29. package/dist/recorder.js +19 -18
  30. package/dist/recorder.js.br +0 -0
  31. package/dist/recorder.js.gz +0 -0
  32. package/dist/recorder.umd.cjs +4980 -4788
  33. package/dist/recorder.umd.cjs.br +0 -0
  34. package/dist/recorder.umd.cjs.gz +0 -0
  35. package/dist/recording.js +31 -1
  36. package/dist/recording.js.br +0 -0
  37. package/dist/recording.js.gz +0 -0
  38. package/dist/types/constants.d.ts +1 -0
  39. package/dist/types/index.d.ts +21 -1
  40. package/dist/types/recording.d.ts +1 -0
  41. package/package.json +7 -4
  42. package/dist/chunks/chunkSerializer-BiemuRlf.js.br +0 -0
  43. package/dist/chunks/chunkSerializer-BiemuRlf.js.gz +0 -0
  44. package/dist/chunks/chunkSerializer-CJQCxiLD.js.br +0 -0
  45. package/dist/chunks/chunkSerializer-CJQCxiLD.js.gz +0 -0
  46. package/dist/chunks/index-Cfj4Epfd.js.br +0 -0
  47. package/dist/chunks/index-Cfj4Epfd.js.gz +0 -0
  48. package/dist/chunks/index-CuXHImrI.js.br +0 -0
  49. package/dist/chunks/index-CuXHImrI.js.gz +0 -0
package/dist/recorder.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D, a, S, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, z, A, B, C, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U } from "./chunks/index-CuXHImrI.js";
1
+ import { D, a, S, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, z, A, B, C, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, T, U, V } from "./chunks/index-BynFTRFv.js";
2
2
  export {
3
3
  D as DEFAULT_CAPTURE_SETTINGS,
4
4
  a as DEFAULT_CONSOLE_RECORDING_SETTINGS,
@@ -29,21 +29,22 @@ export {
29
29
  z as initializeConsolePlugin,
30
30
  A as initializeDomContentEvents,
31
31
  B as initializeFunctionSpanTrackingFromApi,
32
- C as initializeRecording,
33
- E as initializeWebSocket,
34
- F as invalidateUrlCache,
35
- G as isFunctionSpanTrackingEnabled,
36
- H as matchUrlWithWildcard,
37
- I as nowTimestamp,
38
- J as onNavigationChange,
39
- K as openReportIssueModal,
40
- L as restoreFuncSpanState,
41
- M as sendDomainsToNotPropagateHeaderTo,
42
- N as sendEvent,
43
- O as sendGraphQLRequest,
44
- P as sendMessage,
45
- Q as startRecording,
46
- R as startRecordingSession,
47
- T as trackingEvent,
48
- U as withAppUrlMetadata
32
+ C as initializePerformancePlugin,
33
+ E as initializeRecording,
34
+ F as initializeWebSocket,
35
+ G as invalidateUrlCache,
36
+ H as isFunctionSpanTrackingEnabled,
37
+ I as matchUrlWithWildcard,
38
+ J as nowTimestamp,
39
+ K as onNavigationChange,
40
+ L as openReportIssueModal,
41
+ M as restoreFuncSpanState,
42
+ N as sendDomainsToNotPropagateHeaderTo,
43
+ O as sendEvent,
44
+ P as sendGraphQLRequest,
45
+ Q as sendMessage,
46
+ R as startRecording,
47
+ T as startRecordingSession,
48
+ U as trackingEvent,
49
+ V as withAppUrlMetadata
49
50
  };
Binary file
Binary file