May 08, 2025
Allow overriding namespaces and other improvements
Node.js3.6.6
Changed
- Allow overriding namespaces that are automatically set by the AppSignal agent based on the OpenTelemetry instrumentation that emitted the span, such as the
graphql
orbackground
namespaces. - Log a debug message when the reported error is ignored by the
ignore_errors
config option.
Fixed
- Update
mysql2
andpg
instrumentations. This fixes an issue where queries performed using promises withmysql2@3.11.5
are not instrumented, as well as an issue wherepg
is not instrumented under certain bundlers and runtimes.
View the Node.js package v3.6.6 changelog for more information.