Installation
Install the Timberlogs SDK using your preferred package manager.
npm
npm install timberlogs-clientpnpm
pnpm add timberlogs-clientyarn
yarn add timberlogs-clientRequirements
- Node.js 16 or later
- TypeScript 4.7+ (optional, but recommended)
Browser Support
The SDK works in both Node.js and browser environments. It uses the Fetch API for HTTP requests, which is available in:
- All modern browsers
- Node.js 18+ (native fetch)
- Node.js 16-17 (with
node-fetchpolyfill)
Next Steps
Once installed, head to the Quick Start guide to send your first log.
Last updated on