elastic-apm-http-client
Advanced tools
Comparing version 8.1.1 to 8.2.0
@@ -532,3 +532,3 @@ 'use strict' | ||
headers['Accept'] = 'application/json' | ||
headers['User-Agent'] = opts.userAgent + ' ' + pkg.name + '/' + pkg.version | ||
headers['User-Agent'] = `${opts.userAgent} ${pkg.name}/${pkg.version} ${process.release.name}/${process.versions.node}` | ||
return Object.assign(headers, opts.headers) | ||
@@ -535,0 +535,0 @@ } |
{ | ||
"name": "elastic-apm-http-client", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"description": "A low-level HTTP client for communicating with the Elastic APM intake API", | ||
@@ -53,5 +53,5 @@ "main": "index.js", | ||
"coordinates": [ | ||
55.695094, | ||
12.547834 | ||
55.778278, | ||
12.593145 | ||
] | ||
} |
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
42722