OptionalignoredProperties to ignore before comparison. Values are replaced with "[IGNORED]" placeholder.
Supports exact field names and wildcard patterns (prefix.*).
Examples:
"start_time" → value replaced with "[IGNORED]""dt.rum.*" → all fields starting with dt.rum. have values replaced with "[IGNORED]"Default: DEFAULT_IGNORED_FIELDS (includes timestamps, session IDs, trace IDs, etc.)
OptionalignoreEvent patterns to completely ignore during snapshot comparison. Events matching any of these patterns will be filtered out before comparison.
Default: DEFAULT_IGNORED_EVENTS (filters long task and self-monitoring events)
OptionalnameCustom snapshot name. If not provided, defaults to "events".
OptionalremovedProperties to remove entirely before comparison.
Supports exact field names and wildcard patterns (prefix.*).
Examples:
"performance.time_origin" → field is removed from the event"inp.*" → all fields starting with inp. are removedDefault: DEFAULT_REMOVED_FIELDS (includes web vitals, performance metrics, viewport dimensions)
Options for configuring snapshot comparison behavior.