Skip to content

Commit 7e2b328

Browse files
committed
Add the env variable to the object to be sent to the server.
1 parent 4bc77a8 commit 7e2b328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ function sendRequest(namespace, text, level='INFO', options={}) {
3838
namespace: namespace,
3939
level: level,
4040
text: text,
41+
env: env,
4142
},
4243
json: true,
4344
headers: {

0 commit comments

Comments
 (0)