Skip to content

robertcepa/toucan-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17468cd · Feb 28, 2025
Feb 28, 2025
Jul 3, 2024
Dec 6, 2022
Jul 2, 2024
Feb 28, 2025
Dec 6, 2022
Dec 6, 2022
Aug 15, 2021
Dec 6, 2022
Aug 15, 2021
Dec 6, 2022
Dec 6, 2022
Jul 3, 2024
Jul 26, 2023
Dec 6, 2022
Dec 6, 2022
Jul 3, 2024

Repository files navigation

Logo

npm version npm version npm version

toucan-js

Toucan is a Sentry client for Cloudflare Workers written in TypeScript.

  • Reliable: In Cloudflare Workers isolate model, it is inadvisable to set or mutate global state within the event handler. Toucan was created with Workers' concurrent model in mind. No race-conditions, no undelivered logs, no nonsense metadata in Sentry.
  • Flexible: Supports fetch and scheduled Workers, their .mjs equivalents, and Durable Objects.
  • Familiar API: Follows Sentry unified API guidelines.

Documentation

See toucan-js package.

Examples

This repository provides starters written in TypeScript, with source maps support and local live reloading experience using open source Cloudflare Workers runtime.