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
We build a cross-platform Electron app which uploads source maps for its main and renderer processes. Before the latest major version upgrade (v3) these commands worked on Windows:
Yeah, I think it is due to the glob upgrade. Here's what the output looked like from v2:
I think there is a second bug as well. Initially I tried to fix this by running the upload command from the directory containing the source maps with this syntax: datadog-ci sourcemaps . but then the uploaded files lost their periods before the extension part of the file names:
I ended up working around that issue by switching to ./ for the upload base path.
In the end, I worked around both issues by using these commands:
Bug description
We build a cross-platform Electron app which uploads source maps for its main and renderer processes. Before the latest major version upgrade (v3) these commands worked on Windows:
However now we get this output:

This is the error we get about unminification not working when viewing a stack trace in Datadog:

Describe what you expected
No response
Steps to reproduce the issue
No response
Additional context
No response
Command
sourcemaps
The text was updated successfully, but these errors were encountered: