We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5671b7b commit 309c05aCopy full SHA for 309c05a
packages/cloudflare/src/handler.ts
@@ -101,7 +101,7 @@ export function withSentry<E extends ExportedHandler<any>>(
101
setHttpStatus(span, res.status);
102
return res;
103
} catch (e) {
104
- captureException(e, { mechanism: { handled: false } });
+ captureException(e, { mechanism: { handled: false, type: 'cloudflare' } });
105
throw e;
106
} finally {
107
context.waitUntil(flush(2000));
0 commit comments