-
-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Environment
Staging and production
"@angular/common": "^20.2.1"
"@ionic/angular": "8.7.3"
"@capacitor/ios": "7.4.3"
"@sentry/angular": "9.38.0"
"@sentry/capacitor": "2.2.0"
"@sentry/cli": "2.52.0"
Steps to Reproduce
- Create simple code that will generate error in app.
- Create a build using command
ionic capacitor build ios --configuration=prod --source-map
- Upload source maps using command
sentry-cli sourcemaps inject --org gymcloud --project gymcloud-mobile ./ios/App/App/public && sentry-cli sourcemaps upload --org gymcloud --project gymcloud-mobile ./ios/App/App/public --release 21.3 --dist 1
Expected Result
When open error in sentry session replay shows user interaction with app when error was generated.
Actual Result
When open error in sentry session replay is blank, video exists but it's white blank video with no content. See attached screen recording.
This started to happen after update from v1.4.0 to v2.2.0. There were no code changes, I only updated plugin, cli etc. Before update replays worked fine.
I recorded video to see how it looks like
I also tried to use v2.1.0, replace specific path for sentry cli ./ios/App/App/public with ./www like it was before, but nothing of this helped, the issue still exists.