Sentry merged two unrelated events

Sentry merged two unrelated events:
unable to convert result to a vector of ScrapedPaste: Error(Json(Error("expected value", line: 1, column: 1)))
… and
unable to fetch paste content: Error(Io(Custom { kind: TimedOut, error: StringError("timed out") }), "https://scrape.pastebin.com/api_scrape_item.php?i=XXXXXXXX")
I think the issue lies in the way how Sentry treats Rust errors? I’m not sure, so please correct me if I’m wrong.