Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Missing generated declarations for 'util' and 'trace-api' in current published build v.3.1.0 #840

@periklis

Description

@periklis

The current published build produces the following error messages on tsc:

node_modules/@google-cloud/trace-agent/build/src/plugin-types.d.ts:18:41 - error TS7016: Could not find a declaration file for module './trace-api'.

node_modules/@google-cloud/trace-agent/build/src/plugin-types.d.ts:20:30 - error TS7016: Could not find a declaration file for module './util'.

According to the cdn cache these files are really missing. However, a local try npm run compile-all on v3.1.0 produces the files.

Metadata

Metadata

Assignees

Labels

api: cloudtraceIssues related to the googleapis/cloud-trace-nodejs API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions