New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instana/google-cloud-run

Package Overview
Dependencies
Maintainers
3
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/google-cloud-run - npm Package Compare versions

Comparing version

to
1.106.6

10

package.json
{
"name": "@instana/google-cloud-run",
"version": "1.106.5",
"version": "1.106.6",
"description": "Instana tracing and monitoring for Node.js based Google Cloud Run services",

@@ -58,5 +58,5 @@ "author": {

"dependencies": {
"@instana/core": "^1.106.5",
"@instana/metrics-util": "^1.106.5",
"@instana/serverless": "^1.106.5",
"@instana/core": "^1.106.6",
"@instana/metrics-util": "^1.106.6",
"@instana/serverless": "^1.106.6",
"uuid": "^8.3.0"

@@ -78,3 +78,3 @@ },

},
"gitHead": "cc05d8aa93e154b98d7befa9557789064c66aa58"
"gitHead": "a13253b1e65d4c66d32495e092d8990073a0240f"
}

@@ -14,15 +14,4 @@ 'use strict';

let config = {};
let config = normalizeConfig({});
// @instana/collector sends metric and span data every second. To reduce HTTP overhead we throttle this back:
// Metrics will be send every second, spans every 5 seconds.
if (!process.env.INSTANA_TRACING_TRANSMISSION_DELAY) {
config.tracing = {
transmissionDelay: 5000
};
}
config = normalizeConfig(config);
function init() {

@@ -29,0 +18,0 @@ if (process.env.INSTANA_DEBUG || process.env.INSTANA_LOG_LEVEL) {