PostHog / posthog-js-lite

Reimplementation of posthog-js to be as light and modular as possible.
https://posthog.com/docs/libraries
MIT License
51 stars 27 forks source link

chore(ci): fix bundle checker #203

Closed pauldambra closed 3 months ago

pauldambra commented 3 months ago

spotted the bundle checker wasn't actually checking anything

RN outputs a lot of files, posthog-node do we care?

fixed the checker and restricted it to only posthog-web

Screenshot 2024-03-08 at 19 42 27

github-actions[bot] commented 3 months ago

Size Change: 0 B

Total Size: 71.8 kB

ℹ️ View Unchanged | Filename | Size | | :--- | :---: | | `posthog-node/lib/index.cjs.js` | 19.5 kB | | `posthog-node/lib/index.esm.js` | 19.4 kB | | `posthog-web/lib/index.cjs.js` | 16.4 kB | | `posthog-web/lib/index.esm.js` | 16.4 kB |

compressed-size-action

marandaneto commented 3 months ago

posthog-node do we care?

much less than the others, but it'd be nice as well, not a blocker.