console plugin fix (#832)
* fix: empty payload in console-plugin * update unit test
This commit is contained in:
@@ -471,6 +471,7 @@ describe('record integration tests', function (this: ISuite) {
|
||||
console.trace('trace');
|
||||
console.warn('warn');
|
||||
console.clear();
|
||||
console.log(new TypeError('a message'));
|
||||
const iframe = document.createElement('iframe');
|
||||
document.body.appendChild(iframe);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user