Open
Description
Environment
What version are you running? Etc.
Steps to Reproduce
- Try previewing the span with span.op as resource.img in the spanDetails page both in the browser and in the Electron app
Expected Result
Ideally, the assets should be visible in the Electron app also
Actual Result
.
Reason - description of these spans with preview is treated as src for img tag and this description usually contains the path not the exact URL of assets(images).
In the browser, it works because local assets need a browser base path
but the electron app is opened on port 5317 locally, causing the error.
Solution brainstorm - there is a request with URL value in transaction data, which I think we can use.
Activity