You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
sentry-kubernetes
2
2
=================
3
3
4
+
**Disclaimer: this project is not officially maintained by Sentry.**
5
+
6
+
The code is under the `getsentry` GitHub organization because it was created by a former employee.
7
+
For more information see [issue #42](https://github.com/getsentry/sentry-kubernetes/issues/42).
8
+
9
+
---
10
+
4
11
Errors and warnings in Kubernetes often go unnoticed by operators. Even when they are checked they are hard to read and understand in the context of what else is going on in the cluster. `sentry-kubernetes` is a small container you launch inside your Kubernetes cluster that will send errors and warnings to Sentry where they will be cleanly presented and intelligently grouped. Typical Sentry features such as notifications can then be used to help operation and developer visibility.
5
12
6
13
Create a new project on [Sentry](http://sentry.io/) and use your DSN when launching the `sentry-kubernetes` container:
0 commit comments