@lark-sentry/screen-record 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -19015,12 +19015,9 @@ function recorder(reporter) {
19015
19015
  if (isCheckout) {
19016
19016
  if (utils.sentry.shouldRecordScreen) {
19017
19017
  const screenRecordData = {
19018
- id: crypto.randomUUID(),
19018
+ ...utils.getBaseData(),
19019
19019
  name: "ScreenRecord",
19020
- message: "",
19021
- ...utils.getTime(),
19022
19020
  type: types.EventType.ScreenRecord,
19023
- status: types.Status.OK,
19024
19021
  event: zip(e)
19025
19022
  };
19026
19023
  reporter.send(screenRecordData);