-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Map Upload *summary* #712
Comments
That is an extremely reasonable ask. @szokeasaurusrex can we somehow add a structured output to the JS layer of the CLI? |
Agreed, this sounds very reasonable and it's not the first time we're getting requests around logs. I just transferred the issue to our bundler plugins repo because this needs to be addressed in our plugins once the CLI allows us to do so. |
@lforst by structured output do you mean like a JSON output? We can probably add it, only question is how difficult it will be to implement. Will need to investigate that more thoroughly |
Problem Statement
Today, when configuring the verbosity of my withSentryConfig(), it seems like I have two options for logging what's going on with source maps:
silent:true
-> no evidence of source maps working at allsilent:false
-> hundreds of lines of output.Solution Brainstorm
Here's an example of what we see today:
It's also a little confusing that there are three separate upload steps. (edge/client/node?)
Ideally, I'd like the tools to default to a reasonable amount of logging, telling me the basics of what's going on without listing every single file. Maybe something like this:
Am I missing something? Is there a good way to get a reasonable amount of verbosity with today's tools?
The text was updated successfully, but these errors were encountered: