@instana/core
Advanced tools
Comparing version 1.138.0 to 1.139.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.139.0](https://github.com/instana/nodejs/compare/v1.138.0...v1.139.0) (2022-03-09) | ||
### Bug Fixes | ||
* **collector:** fix export returned from init ([3cc709c](https://github.com/instana/nodejs/commit/3cc709cccb37ac9b0135a604e33f030a63b6cbda)) | ||
### Features | ||
* **tracing:** added instrumentation for node-rdfafka/kafka-avro ([7cb7aa4](https://github.com/instana/nodejs/commit/7cb7aa4207e9807de3c826eeac5369bc39a16ffa)) | ||
# [1.138.0](https://github.com/instana/nodejs/compare/v1.137.5...v1.138.0) (2022-02-08) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@instana/core", | ||
"version": "1.138.0", | ||
"version": "1.139.0", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -140,3 +140,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "ec183a8bde1766a97bc2ee10af4326aeffb5ac87" | ||
"gitHead": "57e82d14770be91b0d22f67f3942950deff88753" | ||
} |
@@ -74,2 +74,3 @@ /* | ||
'./instrumentation/messaging/kafkaNode', | ||
'./instrumentation/messaging/rdkafka', | ||
'./instrumentation/messaging/nats', | ||
@@ -76,0 +77,0 @@ './instrumentation/messaging/natsStreaming', |
585991
111
16307