@contrast/agent 4.12.0 → 4.12.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/bin/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.28.
|
|
1
|
+
2.28.17
|
|
Binary file
|
package/bin/mac/contrast-service
CHANGED
|
Binary file
|
|
Binary file
|
package/lib/contrast.js
CHANGED
|
@@ -277,8 +277,6 @@ contrastAgent.prepare = function(...args) {
|
|
|
277
277
|
|
|
278
278
|
sourceMapUtility.init(agent);
|
|
279
279
|
|
|
280
|
-
contrastAgent.logRewriteCacheInfo(agent);
|
|
281
|
-
|
|
282
280
|
// return to startup if agent is enabled
|
|
283
281
|
return config.enable;
|
|
284
282
|
});
|
|
@@ -307,6 +305,7 @@ contrastAgent.bootstrap = function(args) {
|
|
|
307
305
|
agent.clearIntervals();
|
|
308
306
|
return;
|
|
309
307
|
} else {
|
|
308
|
+
contrastAgent.logRewriteCacheInfo(agent);
|
|
310
309
|
return instrument(agent, reporter);
|
|
311
310
|
}
|
|
312
311
|
})
|