elastic-apm-http-client
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -14,2 +14,3 @@ 'use strict' | ||
const ndjson = require('./lib/ndjson') | ||
const stringify = require('./lib/stringify') | ||
const truncate = require('./lib/truncate') | ||
@@ -215,2 +216,3 @@ const pkg = require('./package') | ||
case Client.encoding.TRANSACTION: | ||
stringify.context(obj.transaction.context) | ||
truncate.transaction(obj.transaction, this._opts) | ||
@@ -222,2 +224,3 @@ break | ||
case Client.encoding.ERROR: | ||
stringify.context(obj.error.context) | ||
truncate.error(obj.error, this._opts) | ||
@@ -224,0 +227,0 @@ break |
{ | ||
"name": "elastic-apm-http-client", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "A low-level HTTP client for communicating with the Elastic APM intake API", | ||
@@ -53,5 +53,5 @@ "main": "index.js", | ||
"coordinates": [ | ||
55.778277, | ||
12.592935 | ||
55.778272, | ||
12.593194 | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36441
7
732