mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 19:35:20 +00:00
Add sentry close to sigterm handler
This commit is contained in:
@@ -99,4 +99,8 @@ export const Sentry = {
|
||||
res.end(res.sentry + "\n");
|
||||
});
|
||||
},
|
||||
|
||||
close: () => {
|
||||
SentryNode.close();
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user