Zac Pullar-Strecker

Results 61 comments of Zac Pullar-Strecker

![image](https://github.com/hyperdxio/hyperdx/assets/9827696/017cf0c7-7bdd-44ef-af95-51c3fce93813) Yeah that's part of it, you can also see the spans on the far right are totally cut off (though that might just be because they're too small).

Also experiencing this issue.

I believe this also occurs if you log a large amount of text, I haven't searched for a particular limit but it's not just caused by unusual characters.

Here's an example from the above reproduction script https://wandb.ai/zac-pullar-strecker/corrupt-repro/runs/mqkzhftf?workspace=user-zac-pullar-strecker. I can't share any of the real project details publicly, but you can contact me at zac dot pullar-strecker at lanzatech.com.

Hey, in my opinion a workaround is not really sufficient when the outcome of the bug is silently corrupting all data logged for the entire run.

This should work with something simple as: ```python from fastapi import FastAPI app = FastAPI() @app.get("/") def test(): return "Ok" ``` Just post a large enough body (json is fine)...

@nsarrazin This should be ready for review now :)

@DonJayamanne python is, and always has been, available in PATH. I realised after posting this issue it occurs only in one folder (implicit workspace). There are no settings configured differently...