Fluxyn Docs
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

PropertyTypeRequiredDetails
eventName
eventName
stringOptionalEvent name (pre-populated)
oncePerPage
oncePerPage
booleanOptionalFire only once per page

Common mistakes

  • It only catches uncaught errors.
  • Make sure error tracking is enabled in application settings.

Related nodes