-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed as not planned
Closed as not planned
Copy link
Description
Environment
"@sentry/capacitor": "^1.2.1",
"@sentry/vue": "8.42.0",
Steps to Reproduce
- Unblock media in the browser/device.
- Trigger a replay recording in a Capacitor-based mobile app.
- View the recorded replay in Sentry.
- Sentry attempts to load media from internal URLs like
capacitor://localhostorhttps://localhost.
Expected Result
Media assets used in the replay (e.g., images, videos, canvas recordings) should be accessible from publicly accessible URLs or provide a mechanism to rewrite internal capacitor:// URLs to valid asset URLs that can be displayed correctly in Sentry replays.
Actual Result
Media elements in the replay fail to load because Sentry tries to fetch them from internal capacitor://localhost or https://localhost URLs, which are inaccessible externally. This results in broken media references in the replay viewer.
Reactions are currently unavailable