From 41279ebe62bb46a21469b2cd11bf2c04113dba85 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <adhisimon@gmail.com>
Date: Tue, 18 Jun 2024 22:49:54 +0700
Subject: [PATCH] Process and parent id on matrix

---
 matrix.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/matrix.js b/matrix.js
index 176679c..c8a49fc 100644
--- a/matrix.js
+++ b/matrix.js
@@ -7,6 +7,8 @@ const matrix = {
     machineid_readable: null,
     komodosdk_type: 'nodejs',
     komodosdk_version: module.exports.version,
+    pid: process.pid,
+    ppid: process.ppid,
 };
 
 matrix.machineid_readable = matrix.machineid.match(/.{1,4}/g).join('-');
-- 
1.9.0