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.
Hello,
General question on why the
instrumentation-neo4jpackage is locked behindversions >=4.0.0 <5.0.0of the neo4j-driver?In my understanding, the
neo4j-driver@v5is fully backward compatible with thev4one.Did a quick test, hardcoding the check in the lib like this
in the Instrumentation init() function
https://github.com/aspecto-io/opentelemetry-ext-js/blob/master/packages/instrumentation-neo4j/src/neo4j.ts#L30
and everything seems to be working as expected (the traces are generated successfully and sent to the appropriate exporter's backend)
If some additional testing is needed please let me know!