This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/instrumentation-neo4j Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11' neo4j-driver ' :
2- versions : " >=4.0.0"
2+ versions : " >=4.0.0 <5 "
33 commands :
44 - yarn test
Original file line number Diff line number Diff line change 22[ ![ NPM version] ( https://img.shields.io/npm/v/opentelemetry-instrumentation-neo4j.svg )] ( https://www.npmjs.com/package/opentelemetry-instrumentation-neo4j )
33
44This module provides automatic instrumentation for [ ` neo4j-javascript-driver ` ] ( https://github.com/neo4j/neo4j-javascript-driver ) .
5- > Supports versions ** >=4.0.0** of neo4j-driver
5+ > Supports versions ** >=4.0.0 <5.0.0 ** of neo4j-driver
66
77## Installation
88
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export class Neo4jInstrumentation extends InstrumentationBase<Neo4J> {
2727
2828 protected init ( ) : InstrumentationModuleDefinition < Neo4J > [ ] {
2929 return [
30- this . getModuleDefinition ( 'neo4j-driver-core' , [ '>=4.3.0' ] ) ,
30+ this . getModuleDefinition ( 'neo4j-driver-core' , [ '>=4.3.0 <5 ' ] ) ,
3131 this . getModuleDefinition ( 'neo4j-driver' , [ '>=4.0.0 <4.3.0' ] ) ,
3232 ] ;
3333 }
You can’t perform that action at this time.
0 commit comments