flagon-useralejs
flagon-useralejs copied to clipboard
Apache Flagon UserALE is a comprehensive, thin-client behavioral logging tool
## Problem Currently, UserALE bundles logs into a buffer and flushes the buffer on a regular interval or in response to certain event triggers before POSTing them to the REST...
There are no current tests for the browser extension. Browser extension tests can be added to the existing cypress tests. https://docs.cypress.io/api/plugins/browser-launch-api#Add-browser-extensions
## Problem Our usage examples are limited to our README and have fallen out of date. ## Solution Short-term: update `README.md` with more robust pointers to examples Medium-to-long-term: add usage...
## Problem Inconsistencies in the schema across versions and between logTypes (`interval` vs `raw`) can cause challenges for downstream development/interaction with the logs in both TAP and Distill. ## Proposal...
## 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 the context...
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 9.1.1. Release notes Sourced from eslint's releases. v9.1.1 Bug Fixes a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message...
Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @koddsson in chaijs/chai#1593 Cleanup jsdoc comments...
In version 2.4.0, I'm seeing lots an explosion of type errors due to `null` events on interval logs. This happens when instrumenting the latest version of Superset with the latest...
Make the plugin easier to install by publishing to browser marketplaces. We want to support: - [ ] Firefox - [ ] Chrome - [ ] Edge