Package Exports
- posthog-node
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (posthog-node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PostHog Node.js Library
Please see PostHog Docs. Specifically, Node.js library details.
Releasing a new version
Just bump up version
in package.json
on the main branch and the new version will be published automatically.
It's advised to use bump patch/minor/major
label on PRs - that way the above will be done automatically
when the PR is merged.
Courtesy of GitHub Actions.
Thanks
This library is largely based on the analytics-node
package.