NodesTriggers
JS Error Trigger
Starts a flow when the page hits an uncaught JavaScript error or unhandled promise rejection.
Triggers
Use this to track front-end errors without wiring your own listeners.
When to use it
- Forward runtime errors to an endpoint.
- Capture front-end failures for debugging.
Routing behavior
Continues through its connected downstream path when it completes successfully.
Properties
| Property | Type | Required | Details |
|---|---|---|---|
eventName eventName | string | Optional | Event name (pre-populated) |
oncePerPage oncePerPage | boolean | Optional | Fire only once per page |
Common mistakes
- It only catches uncaught errors.
- Make sure error tracking is enabled in application settings.