Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Releases: HealthByRo/toucan-js

v2.2.0-ro.3

26 Oct 14:19
eacde34
Compare
Choose a tag to compare

Bugfix in handling invalid URL

v2.2.0-ro.1

16 Oct 19:19
e395e57
Compare
Choose a tag to compare

Handle exceptions from new URL(event.request.url)

v1.3.0-rc.1-ro.1

27 Jul 13:07
75c6f5d
Compare
Choose a tag to compare

v1.2.0+user-agent: Set User-Agent header on request.

21 Jul 10:29
1aa1e99
Compare
Choose a tag to compare
The fetch API in Cloudflare Workers doesnt't set user-agent. Older versions of self-hosted sentry get client name & version from GET parameter `sentry_client` and fall back to User-Agent header; if neither is present, POST fails.

Setting User-Agent on outgoing POST makes it work.