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
After enabling the sentry node module using: NODE_FUNCTION_ALLOW_EXTERNAL=@sentry
I see a lot of exceptions in the log when using the sentry module in a custom code node: TypeError: request.headers.split is not a function
It also crashes n8ns GUI most of the time. So it restarts a lot!
Bug Description
After enabling the sentry node module using:
NODE_FUNCTION_ALLOW_EXTERNAL=@sentry
I see a lot of exceptions in the log when using the sentry module in a custom code node:
TypeError: request.headers.split is not a function
It also crashes n8ns GUI most of the time. So it restarts a lot!
I found this issue which is exactly the mentioned error getsentry/sentry-javascript#10936
The currently sentry module is version 7.87.0 and this bug was fixed in 7.106.0 ( see getsentry/sentry-javascript#10936 (comment))
Please bump the sentry version at least to version 7.106.0 if not higher.
The newest version right now is 8.42.0
To Reproduce
Expected behavior
not throw an exception and crash the Editor/GUI
Operating System
docker-compose
n8n Version
1.69.2
Node.js Version
...
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: