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
I have an application built with Angular and Cordova.
Initially, I implemented Sentry using the @sentry/angular package and created releases on Sentry via the CLI using getsentry/action-release. With this setup, I never had any issues with sourcemaps, errors were tracked correctly, and I could view everything without any problems directly on sentry.io.
Then, I removed @sentry/angular and implemented sentry-cordova because I needed to capture app crashes.
Since making this change, errors in Sentry no longer find the corresponding sourcemap, even though the file is present in the release and visible under [Settings] > Projects > PROJECT_NAME > Source Maps.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
I have an application built with Angular and Cordova.
Initially, I implemented Sentry using the
@sentry/angular
package and created releases on Sentry via the CLI usinggetsentry/action-release
. With this setup, I never had any issues with sourcemaps, errors were tracked correctly, and I could view everything without any problems directly on sentry.io.Then, I removed
@sentry/angular
and implementedsentry-cordova
because I needed to capture app crashes.Since making this change, errors in Sentry no longer find the corresponding sourcemap, even though the file is present in the release and visible under [Settings] > Projects > PROJECT_NAME > Source Maps.
Environment
Expected Result
To view the errors correctly, using the uploaded sourcemap
Setup JS
Setup CLI
Sentry Github Step
Actual Result
Missing sourcemap warning
Sentry sourcemap uploads
The text was updated successfully, but these errors were encountered: