Deprecated, go use https://github.com/logtail/logtail-js/tree/master/packages/edge
Fork of logtail/logtail-js to support Cloudfare Workers
- Clone this repo
- Merge upstream/master into master
- You'll get merge commits in package.json, namely the versions not matching. Resolve the commits, and bump this package's version to match upstream.
- Commit and push
cd packages/node
(this is the package we modified to support Workers)yarn publish
. Don't input a new version when prompted, just hit enter to use the version in package.json.- Go here to make sure the new version is published.
- Now you can use the new version in your Workers project!