Skip to content

Commit

Permalink
Publish package v3.0.30
Browse files Browse the repository at this point in the history
Update version number and CHANGELOG.md.
  • Loading branch information
tombruijn committed Jan 15, 2024
1 parent 6b75b87 commit 7ddd917
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changesets/add-opentelemetry-diag-logger.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/fix-demo-sample-recognition.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/remove-deprecated-extension-functions.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changesets/update-probes-0.5.4.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# AppSignal for Node.js Changelog

## 3.0.30

### Added

- [6d4cd2b](https://github.com/appsignal/appsignal-nodejs/commit/6d4cd2b760770607432c038177871ea7b5bb4ce7) patch - When the AppSignal log level is set to "trace". Additional information from the OpenTelemetry instrumentations is now logged.

### Changed

- [6b75b87](https://github.com/appsignal/appsignal-nodejs/commit/6b75b87152689b094294d2b2d989d042facfb422) patch - Fix disk usage returning a Vec with no entries on Alpine Linux when the `df --local` command fails.

### Removed

- [6b75b87](https://github.com/appsignal/appsignal-nodejs/commit/6b75b87152689b094294d2b2d989d042facfb422) patch - Remove the `appsignal_set_host_guage` and `appsignal_set_process_gauge` extension functions. These functions were already deprecated and did not report any metrics.

### Fixed

- [c49dbf3](https://github.com/appsignal/appsignal-nodejs/commit/c49dbf3d242bbdc89423dad1aa4027b5f4a51569) patch - Fix the demo sample recognition. Demo samples didn't show the helpful explanation box in the UI, because the `demo_sample` tag was set incorrectly as an attribute.

## 3.0.29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@appsignal/nodejs",
"version": "3.0.29",
"version": "3.0.30",
"main": "dist/index",
"types": "dist/index",
"license": "MIT",
Expand Down

0 comments on commit 7ddd917

Please sign in to comment.