Skip to content

Commit 456172b

Browse files
committed
fix(integrations): Mark errors from HttpClient as unhandled
1 parent 3d8b444 commit 456172b

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)