diff --git a/pc-sdk-probe.sh b/pc-sdk-probe.sh index 3810f93..afb5579 100755 --- a/pc-sdk-probe.sh +++ b/pc-sdk-probe.sh @@ -135,6 +135,7 @@ cat <<'EOF' counts: { ...counts }, }; console.log("[probe] auth state", state); + console.log("[probe] auth state json", JSON.stringify(state, null, 2)); return state; }; if (!window.__deployTestXHRWrapped) {