Skip to content

Commit 3192a15

Browse files
authored
Merge pull request #6963 from segmentio/estgc-patch-5
Filter conditions are case sensitive.md
2 parents 8fe73c3 + f97a6ba commit 3192a15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,7 @@ When Segment sends an event to a destination but encounters a timeout error, it
259259
#### How do destination filters handle Protocols Transformations?
260260
- **Source-Scoped Transformations**: If destination filters are enabled, Segment processes [source scoped transformations](/docs/protocols/transform/#step-2-set-up-the-transformation) before the events reach destination filters.
261261
- **Destination-Scoped Transformations**: Segment processes [destination-specific transformations](/docs/protocols/transform/#step-2-set-up-the-transformation) after the events have passed through the destination filters.
262+
263+
#### Are destination filter conditions case-sensitive?
264+
265+
Destination filters are case-sensitive. Make sure to test your filter conditions with a test event before saving and enabling the filter.

0 commit comments

Comments
 (0)