We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045da98 commit 6794a62Copy full SHA for 6794a62
lib/agent.js
@@ -88,6 +88,8 @@ class Agent {
88
89
90
exitHandler() {
91
+ let self = this;
92
+
93
if (!self.agentStarted || self.agentDestroyed) {
94
return;
95
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stackimpact",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "StackImpact Node.js Agent",
5
"author": "StackImpact <devops@stackimpact.com>",
6
"keywords": [
0 commit comments