You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Startinguploadwithconcurrency20.Willlookforsourcemapsin<apath>
Will match JS files for errors on files starting with <apath>
version: <aversion> service: <my-service> project path:
Uploading sourcemap <source-map-file> for JS file available at <js-file>
Uploading sourcemap <source-map-file> for JS file available at <js-file>
Type Error: Object is not iterable.
at __values (<my-path>/node_modules/tslib/tslib.js:226:15)
at __asyncValues (<my-path>/node_modules/@datadog/datadog-ci/dist/helpers/concurrency.js:14:66)
at <my-path>/node_modules/@datadog/datadog-ci/dist/helpers/concurrency.js:28:34
at Generator.next (<anonymous>)
at <my-path>/node_modules/@datadog/datadog-ci/dist/helpers/concurrency.js:8:71
at new Promise (<anonymous>)
at __awaiter (<my-path>/node_modules/@datadog/datadog-ci/dist/helpers/concurrency.js:4:12)
at doWithMaxConcurrency (<my-path>/node_modules/@datadog/datadog-ci/dist/helpers/concurrency.js:24:64)
at UploadCommand.<anonymous> (<my-path>/node_modules/@datadog/datadog-ci/dist/commands/sourcemaps/upload.js:179:78)
at Generator.next (<anonymous>)
For context, I am using "@datadog/datadog-ci": "^2.39.0".
Describe what you expected
No response
Steps to reproduce the issue
No response
Additional context
MacOS: Ventura 13.6.7
Node: v18.19.0
Command
None
The text was updated successfully, but these errors were encountered:
Bug description
When I use this command to upload the source maps
It's erroring out with the following error
For context, I am using
"@datadog/datadog-ci": "^2.39.0"
.Describe what you expected
No response
Steps to reproduce the issue
No response
Additional context
Command
None
The text was updated successfully, but these errors were encountered: