flagon
flagon copied to clipboard
Apache Flagon is a suite of comprehensive, thin-client behavioral logging tools
Copied from https://github.com/apache/flagon-useralejs/issues/421 This guide offers some best practices on building a cross browser extension. Including an example of how to remedy the differences of service workers and background scripts,...
Copied from https://github.com/apache/flagon-useralejs/issues/420 The only event from the tabs API that is not instrumented is onhighlighted. It is challenging to add at the moment because the event potentially applies to...
Copied from https://github.com/apache/flagon-useralejs/issues/505 **Problem** Our README is stale, has broken links (ex: "What's New" in the TOC), and is not sufficient for newcomers to immediately get off the ground without...
Copied from https://github.com/apache/flagon-useralejs/issues/447 **Problem** We currently use semantic versioning but rely on developers to manually update versionings and change logs. This creates lots of room for error. **Solution** Enforce proper...
Copied from https://github.com/apache/flagon-useralejs/issues/506 **Problem** Build artifact names contain the version number. This creates a dependency between our test suite (see [here](https://github.com/apache/flagon-useralejs/blob/4eec2ffd87880bc96858f2802b054058eeebb003/test/unit/spec/main.html#L20), for example) and the version number. Not only is...
Copied from https://github.com/apache/flagon-useralejs/issues/445 **Problem** Session replay is a common feature in instrumentation services. As a developer, it's one of the nicest ways to make sense of user behavior and understand...
Copied from https://github.com/apache/flagon-useralejs/issues/71 current method is 'detect-browser'. Adds run-time dependencies (overhead). explore more modern fingerprinting methods as alternative: example of such a library: fingerprintjs
We should generate docs for userale and distill for 2.4.0 and each published version moving forward. Ideally this can be automated such that each time a release is created the...
1. Add more details to `doap_flagon.rdf` 2. Submit a link to Apache svn as outlined here: https://projects.apache.org/create.html
1. Change the license GitHub action to only trigger on PRs. 2. Change the license GitHub action to fix mode so that it pushes automatic license fixes to Pull requests....