From d613ec0a7aacedf86e1362246a7ef25d2253840e Mon Sep 17 00:00:00 2001 From: David Gilbert Date: Wed, 11 Mar 2026 16:00:47 +0100 Subject: [PATCH] Add 'See Also' section for Datadog plugin for IntelliJ IDEA Added a section for recommended plugins for Java & Kotlin developers. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c9e32ff166..5b29e218ec7 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,6 @@ Or our reference documents: Datadog will generally release a new minor version during the first full week of every month. See [release.md](docs/releases.md) for more information. + +## See Also +For Java & Kotlin developers we recommend the [Datadog plugin for IntelliJ IDEA](https://plugins.jetbrains.com/plugin/19495-datadog?noRedirect=true) which integrates [Error Tracking](https://docs.datadoghq.com/ide_plugins/idea/error_tracking/), [Logs](https://docs.datadoghq.com/ide_plugins/idea/logs/), [Live Debugger](https://docs.datadoghq.com/ide_plugins/idea/live_debugger/), and [Code Security](https://docs.datadoghq.com/ide_plugins/idea/code_security/) into your IDE.