Skip to content

Commit b1ad466

Browse files
fix: remove HTML from acceptable content types for trace recording (#147)
1 parent 9811a46 commit b1ad466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/instrumentation/libraries/http/utils/httpBodyEncoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ export function getDecodedType(
155155
return undefined;
156156
}
157157

158-
export const ACCEPTABLE_CONTENT_TYPES = new Set([DecodedType.JSON, DecodedType.PLAIN_TEXT, DecodedType.HTML]);
158+
export const ACCEPTABLE_CONTENT_TYPES = new Set([DecodedType.JSON, DecodedType.PLAIN_TEXT]);

0 commit comments

Comments
 (0)