← Changelog

Node.js package v3.5.1

Oct 16, 2024
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",
      }),
    );

Changed

  • Change the primary download mirror for integrations.

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

$appsignal install

Make your next crash make sense.

Free for 30 days. No credit card. Two-minute install.