Skip to content

Commit 45bfcf0

Browse files
committed
fix(integrations): Mark errors from HttpClient as unhandled
1 parent e3dda4c commit 45bfcf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/integrations/src/httpclient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ export class HttpClient implements Integration {
416416

417417
addExceptionMechanism(event, {
418418
type: 'http.client',
419+
handled: false,
419420
});
420421

421422
return event;

0 commit comments

Comments
 (0)