We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d0b7c commit fe34b10Copy full SHA for fe34b10
1 file changed
packages/stack-shared/src/interface/client-interface.ts
@@ -544,9 +544,6 @@ export class StackClientInterface {
544
options: { keepalive: boolean },
545
): Promise<Result<Response, Error>> {
546
try {
547
- // Encode body as gzip + application/octet-stream so keyword-matching
548
- // adblockers can't see substrings like "$click" in the request payload.
549
- // The server accepts both encoded and plain JSON for back-compat.
550
const encoded = await encodeAnalyticsBody(body);
551
const response = await this.sendClientRequest(
552
"/analytics/events/batch",
0 commit comments