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 has been archived by the owner on Oct 31, 2024. It is now read-only.
This version was removed in #243 since the automatic tests failed for this version.
I don't know what changes are required, but if you have time to do the research and make it work, please open a PR and we will be happy to merge and publish it :)
Hello,
General question on why the
instrumentation-neo4j
package is locked behindversions >=4.0.0 <5.0.0
of the neo4j-driver?In my understanding, the
neo4j-driver@v5
is fully backward compatible with thev4
one.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!
The text was updated successfully, but these errors were encountered: