@instana/google-cloud-run
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [3.3.1](https://github.com/instana/nodejs/compare/v3.3.0...v3.3.1) (2024-04-11) | ||
### Bug Fixes | ||
- resolved esm loader issue for manual instrumentation node v18.19.0 and above ([#1063](https://github.com/instana/nodejs/issues/1063)) ([d69aff8](https://github.com/instana/nodejs/commit/d69aff86016a8b671a4ca97956d910b0ad51c99a)) | ||
# [3.3.0](https://github.com/instana/nodejs/compare/v3.2.1...v3.3.0) (2024-03-22) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@instana/google-cloud-run", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Instana tracing and monitoring for Node.js based Google Cloud Run services", | ||
@@ -14,3 +14,4 @@ "author": { | ||
"CHANGELOG.md", | ||
"esm-loader.mjs" | ||
"esm-loader.mjs", | ||
"esm-register.mjs" | ||
], | ||
@@ -69,5 +70,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@instana/core": "3.3.0", | ||
"@instana/metrics-util": "3.3.0", | ||
"@instana/serverless": "3.3.0" | ||
"@instana/core": "3.3.1", | ||
"@instana/metrics-util": "3.3.1", | ||
"@instana/serverless": "3.3.1" | ||
}, | ||
@@ -77,3 +78,3 @@ "engines": { | ||
}, | ||
"gitHead": "7919ec49da1b5f82ce610fde3e95eac3eb097060" | ||
"gitHead": "441bf30bdcb4904720331e09136cabc31c11e369" | ||
} |
@@ -63,2 +63,7 @@ /* | ||
tracing.activate(); | ||
logger.debug('@instana/google-cloud-run initialized.'); | ||
// eslint-disable-next-line no-unused-expressions | ||
process.send && process.send('instana.google-cloud-run.initialized'); | ||
} catch (e) { | ||
@@ -65,0 +70,0 @@ logger.error( |
Sorry, the diff of this file is not supported yet
33633
15
404
+ Added@instana/core@3.3.1(transitive)
+ Added@instana/metrics-util@3.3.1(transitive)
+ Added@instana/shared-metrics@3.3.1(transitive)
- Removed@instana/core@3.3.0(transitive)
- Removed@instana/metrics-util@3.3.0(transitive)
- Removed@instana/shared-metrics@3.3.0(transitive)
Updated@instana/core@3.3.1
Updated@instana/metrics-util@3.3.1
Updated@instana/serverless@3.3.1