Cluster node and thread info in stacktrace

Hi,
recently we are using sentry and still we are using log4j text file also.
in log4j configured text log file, we are getting, node where the exception occurred and thread information.
but in sentry stacktrace, i am not able to get the same information.

for log file we are using the following layout,
####%d{dd.MM.yyyy HH:mm:ss.SSS} [%-5p] <%t> WF<%X{wf.process.id}> <%c> %m%n

####26.05.2021 06:37:10.708 [DEBUG] <[ACTIVE] ExecuteThread: ‘20’ for queue: ‘weblogic.kernel.Default (self-tuning)’> WF<9238408> <com.sundar.CMDBNotificationProcess> Event Processing started for configurationID = 92839

like we have 8 weblogic nodes, i like to know in which node the exception occurred.
but in sentry stacktrace,

“values”: [
{
“module”: “com.jcraft.jsch”,
“stacktrace”: {
“frames”: [
{
“abs_path”: “AbstractConnection.java”,
“filename”: “AbstractConnection.java”,
“function”: “connect”,
“in_app”: false,
“lineno”: 120,
“module”: “net.sf.commons.ssh.connection.AbstractConnection”
},

is it possible to get thread and cluster node details ?