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
{{ message }}
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
I have added in tracing.js which is called before app.js registerInstrumentations({ tracerProvider: provider, instrumentations: [ getNodeAutoInstrumentations({}), new MySQL2Instrumentation(), new SequelizeInstrumentation({ // see under for available configuration }) ], });
http tracing is working with auto Instrumentation but not SequelizeInstrumentation.
I tried to debug and found this.patchConnectionManager.bind(this) & this.unpatchConnectionManager.bind(this) are not called on any Sequelize sql operation.