Skip to content

Commit

Permalink
chore: Workaround asset tracking
Browse files Browse the repository at this point in the history
This project performs no Cloud API calls, so cannot be tracked

Change-Id: I122fcc0ac42f3477b5d9e71cb823c576f999b815
GitOrigin-RevId: be5c6b2376cc815070108e9f768238a18716acfb
  • Loading branch information
nielm authored and Copybara committed Nov 5, 2024
1 parent 352afe4 commit dd066a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/pino-logging-gcp-config/src/pino_gcp_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ class GcpLoggingPino {
/**
* Outputs a single log line once per process containing the diagnostic info
* for this logger.
*
* Note that it is not possible for this package to perform API level logging
* with a line of the form cloud-solutions/pino-logging-gcp-config-v1.0.0
*/
outputDiagnosticEntry() {
const alreadyWritten = setInstrumentationStatus(true);
Expand Down

0 comments on commit dd066a2

Please sign in to comment.