Skip to Content
Timberlogs is in beta. Sign up at app.timberlogs.dev
Getting StartedInstallation

Installation

Install the Timberlogs SDK using your preferred package manager.

npm

npm install timberlogs-client

pnpm

pnpm add timberlogs-client

yarn

yarn add timberlogs-client

Requirements

  • 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-fetch polyfill)

Next Steps

Once installed, head to the Quick Start guide to send your first log.

Last updated on