This Cloudflare worker is designed to seamlessly transmit Cloudflare logs to Baselime.
Before deploying the Cloudflare Tail Worker, ensure you have the following:
- BASELIME_API_KEY: Your Baselime API key.
- CF_WORKER_NAME: The name of the Cloudflare Worker to tail
- Set Environment Variables: Add the required environment variables to your deployment environment.
- Build Project: Run
npm run build
to build the cloudflare worker - Deploy Worker: Programatically Deploy
dist/index.js
. - Start Tailing: Programatically Start Tailing