From 64552f66a2bfeecfeea600d861827c0268325bbe Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Tue, 28 Nov 2023 15:21:18 +0100 Subject: [PATCH] doc: Clarify the purpose of the repo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bf79dae..d839ce5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # sentry-kubernetes +Kubernetes event reporter for Sentry. + +--- + **⚠️ Note: this is BETA software that is still in development and may contain bugs. Use it at your own risk in production environments.** **⚠️ Note: this is a new Go-based implementation of the agent. If you're looking for the documentation on the legacy Python-based implementation, [it was moved here](./py-legacy/).**