MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/nodejs-docs-samples / initTracing

Function initTracing

run/idp-sql/middleware.js:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47let project;
48const initTracing = projectId => {
49 project = projectId;
50};
51
52// Add logging field with trace ID for logging correlation
53// For more info, see https://cloud.google.com/run/docs/logging#correlate-logs

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected