File size: 174 Bytes
bf48b89
 
 
1
2
3
4
// No-op shim for @sentry/node in Cloudflare Workers
export const withScope = (callback: (scope: unknown) => void) => callback({});
export const captureException = () => {};