From 9cbfd09988430dfa1a5ea7b4884f9f3ff8640cc7 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Mon, 9 Jun 2025 08:39:34 +0000 Subject: [PATCH] docs: add warning about unmaintained example and sample code --- sentry-ruby/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sentry-ruby/README.md b/sentry-ruby/README.md index d40259b92..690967d06 100644 --- a/sentry-ruby/README.md +++ b/sentry-ruby/README.md @@ -118,3 +118,6 @@ Thanks to everyone who has contributed to this project so far. + +> [!WARNING] +> Example and sample code in sentry-rails/examples and sentry-rails/spec/dummy is unmaintained. Sample code may contain security vulnerabilities, should never be used in production, and exists only for illustrative purposes.