You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add deprecation warning (instrumentationsLoaded can become a getter which prints a warning saying to remove this line, but continues to return Promise.resolve() anyway) Add deprecation warning to instrumentationsLoaded #888
Eventually remove it in v4
The text was updated successfully, but these errors were encountered:
As
sdk.start()
now starts the OpenTelemetry SDK asynchronously, theAppsignal.client.instrumentationsLoaded
property is no longer needed, and this PR changes it to always bePromise.resolve()
. See also the corresponding OpenTelemetry issue for details.To do
instrumentationsLoaded
can become a getter which prints a warning saying to remove this line, but continues to returnPromise.resolve()
anyway) Add deprecation warning to instrumentationsLoaded #888The text was updated successfully, but these errors were encountered: