Skip to content

Commit 6a2b90c

Browse files
committed
Remove extra type property from response context.
1 parent 67136ad commit 6a2b90c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/browser/src/integrations/httpclient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ export class HttpClient implements Integration {
414414
event.contexts = {
415415
...event.contexts,
416416
response: {
417-
type: 'response',
418417
status_code: data.status,
419418
headers: data.responseHeaders,
420419
cookies: data.responseCookies,

0 commit comments

Comments
 (0)