We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9811a46 commit b1ad466Copy full SHA for b1ad466
1 file changed
src/instrumentation/libraries/http/utils/httpBodyEncoder.ts
@@ -155,4 +155,4 @@ export function getDecodedType(
155
return undefined;
156
}
157
158
-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]);
0 commit comments