@google-cloud/profiler Failed to initialize SourceMapper #902
Labels
api: cloudprofiler
Issues related to the googleapis/cloud-profiler-nodejs API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
We have recently migrated to Node v18 and started receiving this error upon app start.
Our app is running on Gcloud k8, but running it locally renders the same error.
We are on
@google-cloud/profiler
version 4.1.7, updating to 6.0.0 does not fix the issue.Only workaround is to call node with:
NODE_OPTIONS=--no-experimental-fetch
.Other work around is to set
disableSourceMaps
to true, or build the Typescript app with "sourceMap" as false.The text was updated successfully, but these errors were encountered: