From feb0e4282ee7dcc7b54f164c03f9ec75b3e8e5c1 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:28:33 +0200 Subject: [PATCH] docs(readme): Only claim "recent" self-hosted compat Since the addition of client reports, the statement here has been incorrect, as client reports require at least Sentry version 21.9.0, as older versions will reject envelopes containing client reports. Rather than claiming we support a specific self-hosted version range, we should just state that we aim to support "recent" self-hosted versions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2157e02dd..f8600ea47 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ best API and adding new features. ## Requirements -We currently only verify this crate against a recent version of Sentry hosted on [sentry.io](https://sentry.io/) but it -should work with on-prem Sentry versions 20.6 and later. +We currently only verify this crate against a recent version of Sentry hosted on [sentry.io](https://sentry.io/), but it +should also work with recent self-hosted Sentry versions. The **Minimum Supported Rust Version** is currently at _1.88.0_. The Sentry crates tries to support a _6 months_ old Rust version at time of release,