New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appsignal/nodejs

Package Overview
Dependencies
Maintainers
6
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/nodejs - npm Package Versions

1
57
14

3.0.5

Diff
tombruijn
published 3.0.5 •

Changelog

Source

3.0.5

Changed

  • fd76568 patch - Bump agent to 041b9c4.

    • Detect Kubernetes containers better.
    • Add more trace logging for OpenTelemetry spans.
  • c03caf2 patch - Update prisma instrumentation package. Fixes installation deprecation warning.

luismiramirez
published 3.0.4 •

Changelog

Source

3.0.4

Added

  • 0a14594 patch - Add OpenTelemetry SDK initialization helper function

    The OpenTelemetry instrumentations are loaded async, this is OK when users rely on automatic instrumentations, but for custom instrumentations it might cause spans not to be reported. There's a new helper function that contains the instrumentations registration that can be awaited for resolution before running any custom instrumentations.

as_unflxw
published 3.0.3 •

Changelog

Source

3.0.3

Added

  • 7b879f6 patch - Track the Operating System release/distro in the diagnose report. This helps us with debugging what exact version of Linux an app is running on, for example.
  • e4d8609 patch - Report request parameters for restify apps. This is reported automatically. You can disable parameter reporting with the AppSignal sendParams: false configuration option.
  • 9bcd836 patch - Add Winston transport support for the logging feature.

Changed

  • 89f5cad patch - Log an error for appsignal.tracer function calls. Inform the user to update instrumentation code to be compatible with the latest version of our package.

Fixed

  • 7637610 patch - Prevent creating fs-only samples by only creating an fs span if there is a parent span present.
as_unflxw
published 3.0.3-beta.1 •
as_unflxw
published 3.0.2 •

Changelog

Source

3.0.2

Added

Fixed

  • 63df063 patch - Remove client IP from HTTP traces
tombruijn
published 3.0.1 •

Changelog

Source

3.0.1

Added

  • 0353a5f patch - Support for Fastify request parameters. Request parameters (query, body) are now added to the HTTP spans when using Fastify.
  • c1354f0 patch - Add Knex.js instrumentation. We will now auto instrument database queries made with Knex.js.
  • 2e11cb2 patch - Support log collection from Node.js apps using the new AppSignal Logging feature. Learn more about AppSignal's Logging on our docs.
luismiramirez
published 3.0.0-beta.7 •

Changelog

Source

3.0.0-beta.7

Added

  • e01b1d3 patch - Add MongoDB instrumentation
  • b21d2cc patch - Instrument outgoing HTTP requests
luismiramirez
published 3.0.0-beta.6 •

Changelog

Source

3.0.0-beta.6

Changed

  • fcdaac2 patch - Bump agent version to support fs instrumentation
luismiramirez
published 3.0.0-beta.5 •

Changelog

Source

3.0.0-beta.5

Added

  • cee020f patch - Add fs module support

Fixed

  • ec9aa36 patch - Only set the params on Koa router layer, instead of on all layers.
as_unflxw
published 3.0.0-beta.4 •

Changelog

Source

3.0.0-beta.4

Added

  • 470c129 patch - Add Fastify support
  • bcf182b patch - Add OpenTelemetry SpanKind as a magic attribute
  • daeeaac patch - Add Mongoose support