@jenniferplusplus/opentelemetry-instrumentation-bullmq
Advanced tools
Comparing version 0.3.1 to 0.5.0
@@ -31,3 +31,3 @@ "use strict"; | ||
init() { | ||
return new instrumentation_1.InstrumentationNodeModuleDefinition('bullmq', ['1.*', '2.*', '3.*', '4.*'], this._onPatchMain(), this._onUnPatchMain()); | ||
return new instrumentation_1.InstrumentationNodeModuleDefinition('bullmq', ['1.*', '2.*', '3.*', '4.*', '5.*'], this._onPatchMain(), this._onUnPatchMain()); | ||
} | ||
@@ -34,0 +34,0 @@ _onPatchMain() { |
{ | ||
"name": "@jenniferplusplus/opentelemetry-instrumentation-bullmq", | ||
"version": "0.3.1", | ||
"version": "0.5.0", | ||
"description": "Auto-instrumentation for the BullMQ message framework", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"bullmq": "^2 || ^3 || ^4" | ||
"bullmq": "^2 || ^3 || ^4 || ^5" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -18,3 +18,3 @@ # OpenTelemetry Bullmq Instrumentation for Node.js | ||
- `[1.90.1, 2.x, 3.x, 4.x]` | ||
- `[1.90.1, 2.x, 3.x, 4.x, 5.x]` | ||
@@ -21,0 +21,0 @@ It's likely that the instrumentation would support earlier versions of BullMQ, but I haven't tested it. |
Sorry, the diff of this file is not supported yet
46327