Skip to content

Commit 9367e9a

Browse files
committed
Publish package v3.3.2
Update version number and CHANGELOG.md.
1 parent 555e4d2 commit 9367e9a

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changesets/implement-cpu-count-configuration-option.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# AppSignal for Node.js Changelog
22

3+
## 3.3.2
4+
5+
_Published on 2024-03-22._
6+
7+
### Added
8+
9+
- [e7cf661](https://github.com/appsignal/appsignal-nodejs/commit/e7cf6614c53ff7d2e0554f8d90749c713cd045a2) patch - Implement CPU count configuration option. Use it to override the auto-detected, cgroups-provided number of CPUs that is used to calculate CPU usage percentages.
10+
11+
To set it, use the `cpuCount` configuration option, or the `APPSIGNAL_CPU_COUNT` environment variable.
12+
313
## 3.3.1
414

515
_Published on 2024-03-21._

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appsignal/nodejs",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"main": "dist/index",
55
"types": "dist/index",
66
"license": "MIT",

0 commit comments

Comments
 (0)