Changelog

Improving AppSignal, one deploy at a time.

Oct 16, 2024

Node.js package v3.5.1

Node.js3.5.1

Added

  • A Pino transport is now available. If Pino is your main logger, you can now use the AppSignal pino transport to send those logs to AppSignal.

    javascript
    import pino from "pino"; import { Appsignal, AppsignalPinoTransport } from "@appsignal/nodejs"; const logger = pino( AppsignalPinoTransport({ client: Appsignal.client, group: "application", }), );
    javascript
    import pino from "pino"; import { Appsignal, AppsignalPinoTransport } from "@appsignal/nodejs"; const logger = pino( AppsignalPinoTransport({ client: Appsignal.client, group: "application", }), );

Changed

  • Change the primary download mirror for integrations.

View the Node.js package v3.5.1 changelog for more information.

View all Node.js updates

Start your free trial

Don’t let the bad bugs bite. Try AppSignal for free.

AppSignal offers a 30-day free trial, no credit card is required. All features are available in all plans. Start monitoring your application in just a few clicks!