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
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
Browser
.
Local App
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.
The text was updated successfully, but these errors were encountered:
Environment
What version are you running? Etc.
Steps to Reproduce
Expected Result
Ideally, the assets should be visible in the Electron app also
Actual Result
Browser
.
Local App
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.
The text was updated successfully, but these errors were encountered: