appsignal/appsignal-nodejs

Deprecate instrumentationsLoaded

Closed this issue · 0 comments

As sdk.start() now starts the OpenTelemetry SDK asynchronously, the Appsignal.client.instrumentationsLoaded property is no longer needed, and this PR changes it to always be Promise.resolve(). See also the corresponding OpenTelemetry issue for details.

To do