Ryan Thenhaus
Ryan Thenhaus
#446 Adds pre-commit hooks for linting, formatting, building, and testing.
#399 Changed `sendOnClose()` to use `global.fetch()` instead of `global.navigator.sendBeacon `. (Recreating this PR in a cleaner fashion)
Adds functionality to `main.ts` to check if the provided `config.url` is running a WebSocket server. If so, we upgrade the connection to send data over WebSockets and use this for...
This commit [#6950ee9](https://github.com/apache/flagon-useralejs/commit/6950ee92569206e2598e560f8f0491bdc6a8f3b2) removed printing captured logs to the console in the web extension (specifically line 1167 in `content.js`). @poorejc found this while attempting to use the 2.4.0 web extension....
When downloading the `2.4.0` release as a `.zip` archive. The contents doesn't include a `build/` directory. @Jyyjy is this the intended behavior?