MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / dispatchEvent

Method dispatchEvent

packages/deno/lib.deno.d.ts:7839–7839  ·  view source on GitHub ↗

Dispatches a synthetic event to event target and returns true if either * event's cancelable attribute value is false or its preventDefault() method * was not invoked, and false otherwise.

(event: Event)

Source from the content-addressed store, hash-verified

7837 * event's cancelable attribute value is false or its preventDefault() method
7838 * was not invoked, and false otherwise. */
7839 dispatchEvent(event: Event): boolean;
7840 /** Removes the event listener in target's event listener list with the same
7841 * type, callback, and options. */
7842 removeEventListener(

Callers 15

client.test.tsFile · 0.80
events.test.tsFile · 0.80
flush.test.tsFile · 0.80
stop.test.tsFile · 0.80
session.test.tsFile · 0.80
makeKeyboardEventFunction · 0.80

Calls

no outgoing calls

Tested by 1

makeKeyboardEventFunction · 0.64