Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ You'll capture 20% of every session, and any session that has an exception event

You'll capture 20% of any session on the checkout page that has an exception event.

<CalloutBox icon="IconWarning" title="100% sampling with ANY matching records every session" type="caution">

If you use "any" matching with 100% sampling and other conditions (URL triggers, event triggers, or feature flags), the 100% sampling causes every session to be recorded. Your other conditions become ineffective because the sampling condition alone matches every session.

To fix this, either lower your sample rate or switch to "all" matching.

</CalloutBox>

## Trigger groups

Trigger groups are a more flexible way to configure recording triggers. Each trigger group can have its own combination of URL triggers, event triggers, feature flags, sample rate, minimum duration, and match type (ANY/ALL).
Expand Down
Loading