Releases: borderless/worker-sentry
Releases · borderless/worker-sentry
ESM
Add missing breadcrumbs
Move stack trace up to remove `Sentry` method
Fixed
- Move trace constructor to sentry client method to avoid additional frame
Prefix filenames
Added
- Add prefix to filenames to mirror default sentry behavior
Document additional options
Fixed
- More documentation for Sentry options
Fix Fetch Binding
Fixed
- Fix
fetch
binding - Handle default
prepareStackTrace
is missing
Initial Release
Simple Sentry client for capturing exceptions in Cloudflare Workers (i.e. an environment which has fetch
and V8 for stack traces).