solarwinds / appoptics-apm-node

AppOptics APM Instrumentation Agent for Node.js
Apache License 2.0
11 stars 9 forks source link

NH-5414-Update-Dependencies-devDependencies-6 (debug-custom) #273

Closed ronilan closed 2 years ago

ronilan commented 2 years ago

Overview

This pull request "unbundles" debug-custom package dependency into local module. That local module depends on the actively maintained debug package.

Status:

debug-custom was introduced in https://github.com/appoptics/appoptics-apm-node/pull/54 replacing debug

It was made by former maintainer for use in the Agent. Readme says:

“... debug-custom is a thin wrapper around debug that allows the user to hide whatever prefix is used to prevent conflicts. debug-custom also makes it easier to add and remove debug levels dynamically under program control.”

Discussion

Change

Notes: