Skip to content

Commit

Permalink
debug payload
Browse files Browse the repository at this point in the history
  • Loading branch information
jemikanegara committed May 28, 2024
1 parent 688b52d commit e9ebeae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/translation/getTranslationsFromAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ async function getTranslationsFromAPI(strings, language, apiKey) {
url: window.location.pathname,
};

console.log("weploy payload:", finalPayload)

const stringifiedPayload = JSON.stringify(finalPayload);

const shouldCompressPayload = isCompressionSupported();
Expand Down

0 comments on commit e9ebeae

Please sign in to comment.