We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The CLI needs to parse and validate the user-provided mappings JSON file before sending it to the API.
{stackRoot, sourceRoot}
stackRoot
sourceRoot
Expected file format:
[ { "stackRoot": "com/example/android/maps", "sourceRoot": "modules/maps/src/main/java/com/example/android/maps" } ]
This is in the sentry-cli repository.
Context
The CLI needs to parse and validate the user-provided mappings JSON file before sending it to the API.
What
{stackRoot, sourceRoot}objects from the file path argumentstackRootandsourceRootstringsExpected file format:
[ { "stackRoot": "com/example/android/maps", "sourceRoot": "modules/maps/src/main/java/com/example/android/maps" } ]Repo
This is in the sentry-cli repository.