Automatically capture events from your website.
Autocapture settings in your project dashboard
history.pushState()
callshistory.replaceState()
callspopstate
events)(window.scrollY + window.innerHeight) / document.body.scrollHeight
<button>
)<a>
)<form>
)<input>
)<select>
)<label>
)target-tag
)target-id
)target-class
)target-text
)target-href
)target-value
)cc
, cardnum
, ccnum
, creditcard
, csc
, cvc
, cvv
, exp
pass
, pwd
routing
, seccode
, securitycode
, securitynum
socialsec
, socsec
, ssn
data-edgee-no-autocapture
attribute or class to those elements.
This will prevent capturing both the element itself and all of its children. For example:
data-edgee-no-autocapture
to a button will prevent capturing clicks on that buttondata-edgee-no-autocapture
to a form will prevent capturing both form submissions and clicks on any fields within that formdata-edgee-no-autocapture
to a div will prevent capturing any click or form events from elements inside that divedgee-no-autocapture
to the element if you don’t want to use the attribute.
data-edgee-no-autocapture
attribute or edgee-no-autocapture
class