This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
sequelize instrumentation: authenticate and sync are creating orphaned spans #161
Labels
good first issue
Good for newcomers
Those 2 functions are executing queries on the database.
The queries create sequelize spans that are missing the context of what happened:
SELECT 1+1 AS result
)I suggest to instrument these functions as well, so the instrumentation user will know that a call to
authenticate
ormodel.sync
happened.The text was updated successfully, but these errors were encountered: