Add sentry close to sigterm handler

This commit is contained in:
Madeline
2023-01-10 18:31:36 +11:00
parent d151283b08
commit 8a31d66742
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -99,4 +99,8 @@ export const Sentry = {
res.end(res.sentry + "\n");
});
},
close: () => {
SentryNode.close();
},
};