Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Sequelize instrumentation is not working. #246

@bharatbcssarl

Description

@bharatbcssarl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions