You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 1.3.0 we refactored JS enrichment to use Nashorn (#138). As a side-effect we made impossible to run JS enrichments without return statements. Although, we always recomment to use return statements and never mutate the event it's still an unwanted breaking change.
In 1.3.0 we refactored JS enrichment to use Nashorn (#138). As a side-effect we made impossible to run JS enrichments without return statements. Although, we always recomment to use return statements and never mutate the event it's still an unwanted breaking change.
Example of enrichment failure bad row:
The text was updated successfully, but these errors were encountered: