Reputation: 613
Our self-hosted Sentry previously showed de-minified stacktraced using sourcemaps uploaded in build pipeline via sentry-cli. At some point, either on Sentry or Angular update, this stopped working.
Currently we use Sentry 24.9.0 and Angular 19 (though it hasn't worked since at least Angular 17)
Observations:
Suspicious observations:
sentry-cli files list --release [email protected] --log-level=debug
returns empty listThat's strange, since in Sentry UI the issue, release and sourcemap artifacts seem to be linked properly. It shouldn't even matter if I understand correctly, since the mapping should be done by the debugIds.
Any ideas what could be the culprit or how to continue with debugging?
Upvotes: 0
Views: 20