electron-google-analytics
electron-google-analytics copied to clipboard
Node/Electron module for Google Analytics Measurement Protocol.
Hello, I wanted to use Google Analytics 4 in my electron app, but it seems that because` file://` protocol I can not use it as expected. Proposed solution: one of...
https://support.google.com/analytics/answer/11583528 Any plan to update this package to align with change?
const Analytics = require('electron-google-analytics'); const analytics = new Analytics('----');
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies needed to be updated together. Updates `json5` from 2.1.3 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...
Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
The lib seems not to work for me. I checked the test file and it passed with no matter TRACKING_ID is. When I passed random string for the TRACKING_ID, the...
- added typescript dependency and `tsconfig.json` - updated `.babelrc` to compile typescript files - renamed `src/index.js` to` src/index.ts` - added types to all paramaters - when building, emits a type...
While working on the PR to convert this repo to typescript, I found a few things that perhaps could be improved. For instance: - Add `lib` to .gitignore - Give...