diff --git a/src/instrumentation/libraries/http/utils/httpBodyEncoder.ts b/src/instrumentation/libraries/http/utils/httpBodyEncoder.ts index eacb27f7..d1947558 100644 --- a/src/instrumentation/libraries/http/utils/httpBodyEncoder.ts +++ b/src/instrumentation/libraries/http/utils/httpBodyEncoder.ts @@ -155,4 +155,4 @@ export function getDecodedType( return undefined; } -export const ACCEPTABLE_CONTENT_TYPES = new Set([DecodedType.JSON, DecodedType.PLAIN_TEXT, DecodedType.HTML]); +export const ACCEPTABLE_CONTENT_TYPES = new Set([DecodedType.JSON, DecodedType.PLAIN_TEXT]);