We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea58bb commit 7a3c775Copy full SHA for 7a3c775
1 file changed
packages/console/function/src/log-processor.ts
@@ -49,6 +49,7 @@ export default {
49
const ret = await fetch("https://api.honeycomb.io/1/batch/zen", {
50
method: "POST",
51
headers: {
52
+ "Content-Encoding": "plaintext",
53
"Content-Type": "application/json",
54
"X-Honeycomb-Team": Resource.HONEYCOMB_API_KEY.value,
55
},
0 commit comments