Frank 2 weeks ago
parent
commit
7a3c775dc1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/console/function/src/log-processor.ts

+ 1 - 0
packages/console/function/src/log-processor.ts

@@ -49,6 +49,7 @@ export default {
       const ret = await fetch("https://api.honeycomb.io/1/batch/zen", {
       const ret = await fetch("https://api.honeycomb.io/1/batch/zen", {
         method: "POST",
         method: "POST",
         headers: {
         headers: {
+          "Content-Encoding": "plaintext",
           "Content-Type": "application/json",
           "Content-Type": "application/json",
           "X-Honeycomb-Team": Resource.HONEYCOMB_API_KEY.value,
           "X-Honeycomb-Team": Resource.HONEYCOMB_API_KEY.value,
         },
         },