Skip to content

Commit fe34b10

Browse files
committed
chore(analytics): drop redundant comment in sendAnalyticsEventBatch
1 parent 13d0b7c commit fe34b10

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/stack-shared/src/interface/client-interface.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,6 @@ export class StackClientInterface {
544544
options: { keepalive: boolean },
545545
): Promise<Result<Response, Error>> {
546546
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.
550547
const encoded = await encodeAnalyticsBody(body);
551548
const response = await this.sendClientRequest(
552549
"/analytics/events/batch",

0 commit comments

Comments
 (0)