whatap 1.0.7 → 1.0.8

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.
@@ -139,7 +139,6 @@ HttpObserver.prototype.__createTransactionObserver = function (callback, isHttps
139
139
  String(ctx.isStaticContents),
140
140
  req.method
141
141
  ];
142
- console.log(`ctx.userid: ${ctx.userid}`)
143
142
 
144
143
  aop.after(res, 'end', function (obj, args) {
145
144
  if (ctx == null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "whatap",
3
3
  "homepage": "http://www.whatap.io",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "releaseDate": "20251106",
6
6
  "description": "Monitoring and Profiling Service",
7
7
  "main": "index.js",