Skip to content

Commit 89b432f

Browse files
authored
3.41.1 (#3077)
1 parent 01effc5 commit 89b432f

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

CHANGELOG.asciidoc

+4-12
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,15 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
36-
37-
[float]
38-
===== Breaking changes
39-
40-
[float]
41-
===== Features
35+
[[release-notes-3.41.1]]
36+
==== 3.41.1 2022/12/21
4237
4338
[float]
4439
===== Bug fixes
4540
4641
* Fix a bug in span compression with sending spans that were buffered for
47-
possible compression. Before this fix a compressible span could be sent
48-
*twice* or not sent at all. ({pull}3076[#3076])
49-
50-
[float]
51-
===== Chores
42+
possible compression. Before this fix, in some cases a compressible span could
43+
be sent *twice* or not sent at all. ({pull}3076[#3076])
5244
5345
5446
[[release-notes-3.41.0]]

docs/configuration.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ views.
12591259
* *Default:* `true`
12601260
* *Env:* `ELASTIC_APM_SPAN_COMPRESSION_ENABLED`
12611261

1262-
Setting this option to false will disable the span compression feature. Span compression reduces the collection, processing, and storage overhead, and removes clutter from the UI. The tradeoff is that some information, such as DB statements of all the compressed spans, will not be collected.
1262+
Setting this option to false will disable the https://www.elastic.co/guide/en/apm/guide/current/span-compression.html[Span compression] feature. Span compression reduces the collection, processing, and storage overhead, and removes clutter from the UI. The tradeoff is that some information, such as DB statements of all the compressed spans, will not be collected.
12631263

12641264
Example usage:
12651265

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "3.41.0",
3+
"version": "3.41.1",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)