chore(workflows): Fix merge conflicts with master
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
const {
|
||||
wrapModuleWithTracking
|
||||
} = require(`./tracking-unsafe-module-wrapper`);
|
||||
|
||||
module.exports = wrapModuleWithTracking(`https`, {
|
||||
ignore: [`https.Agent`]
|
||||
});
|
||||
Reference in New Issue
Block a user