We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sentry-cli sourcemaps upload example/ --log-level=info
where the example/ directory contains at least one non-UTF encoded sourcemap file.
example/
The non-UTF-8 file is neither included in the count of files bundled for upload nor in the source map upload report, as it is skipped.
We skip the UTF-8 file, but it is included in both the bundled file count and in the source map upload report
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction
where the
example/
directory contains at least one non-UTF encoded sourcemap file.Expected behavior
The non-UTF-8 file is neither included in the count of files bundled for upload nor in the source map upload report, as it is skipped.
Actual result
We skip the UTF-8 file, but it is included in both the bundled file count and in the source map upload report
The text was updated successfully, but these errors were encountered: