Signature
Parameters
Array of signal objects to send. Each signal must include:
entity_type: Type of entity (‘session’ | ‘trace’ | ‘span’ | ‘completion’)entity_id: UUID of the entityname: Name of the signalvalue: Signal value (string, boolean, or number)signal_type: Optional signal type (‘boolean’ | ‘numerical’)
Returns
APromise<void> that resolves when all signals have been sent.
Examples
Send multiple signals to different entities
Send signals with auto-detected types
Type Definitions
Related
- sendSignal() - Send a single signal to a specific entity
- sendTraceSignal() - Send a signal to the current trace
- sendSessionSignal() - Send a signal to the current session
- sendSpanSignal() - Send a signal to the current span