From e5a2147782ae54f1524c989e29547cff10110a15 Mon Sep 17 00:00:00 2001 From: Harsh Joshi Date: Fri, 18 Jul 2025 11:45:44 +0530 Subject: [PATCH] Add warning that hashing detection applies only to action-destinations --- src/connections/destinations/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/connections/destinations/index.md b/src/connections/destinations/index.md index fea7094e95..88d784be3d 100644 --- a/src/connections/destinations/index.md +++ b/src/connections/destinations/index.md @@ -227,6 +227,9 @@ Segment supports these 2 types of data for hashing: * **Plain text data:** When you send plain text values to destinations that require hashed values, Segment automatically normalizes and hashes these values. * **Pre-hashed data:** If you already hash your data before sending it to Segment, Segment is able to detect that the data is hashed, and will pass your pre-hashed data directly to the destination, avoiding double-hashing. +> warning "" +> The hashing detection feature applies only to **Action Destinations**. + > info "" > If you choose to hash data yourself, ensure you follow each destination's specific hashing requirements. Fields that support automatic hashing detection will display a tooltip indicating *"If not hashed, Segment will hash this value."*