poorejc
poorejc
Hello, Have been running gulp-mocha 6.0.0/gulp 3.9.1 on script builds--tests ran well. However, gulp 3.9.1 dependencies have (minimatch) ReDOS vulnerabilities. Updating to Gulp 4 (including moving away from gulp-utils) to...
current method is 'detect-browser'. Adds run-time dependencies (overhead). explore more modern fingerprinting methods as alternative: example of such a library: fingerprintjs
Might be nice if instead of requiring users to use our native log schema, users to specify their own in options API and use it with automated logging and custom...
OpenTelemetry has a plugin that instruments the client for Click data, and attaches a traceID to logs. Should explore the project and see if we can't bring similar functionality into...
Currently the browser extension has limited configurability through /UserAleWebExtension/options.js--userAleHost, userAleScript, toolUser, toolName, toolVersion. As such, the embedded userale-X.x.x.js script logs everything. It would be good to embed a filter in...
Currently, userale will assign a new sessionID unless it detects an existing sessionID stored in 'session storage". New pages (tabs) spawned from the current page is in the same browsing...
We are seeing multiple interval logs written with same start, but different end-times and counts. { "@timestamp": "2018-03-23T20:31:39.542Z", "count": 2, "duration": 3818557, "endTime": 1521837223993, "host": "172.18.0.1", "logType": "interval", "major_ver": "1",...
for branding
Recent bug reports show, for example, behavior where reducing the latency between log shipments, and trimming the package size results in dropping logs that should be sent before a page...
performance.timing.navigationStart is used to normalize timing across browser contexts in the WebExt. It's deprecated: https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/navigationStart performance.timeOrigin is equivalent and looks to be a suitable replacement: https://github.com/w3c/hr-time/issues/27#issuecomment-229443622