@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 +1 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -6
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +5 -5
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
|
-
|
|
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);
|