From 296cc93730b294a2dc2a4bb9866edd897d540553 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Fri, 6 Nov 2020 16:29:27 -0500 Subject: [PATCH] spring-boot readme --- sentry-spring-boot-starter/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sentry-spring-boot-starter/README.md diff --git a/sentry-spring-boot-starter/README.md b/sentry-spring-boot-starter/README.md new file mode 100644 index 0000000000..45ac8d7264 --- /dev/null +++ b/sentry-spring-boot-starter/README.md @@ -0,0 +1,6 @@ +# Sentry Spring Boot integration + +This integration is ideal to Spring Boot users. It buids on top of [Sentry's core Java SDK](https://github.com/getsentry/sentry-java) +and also integrates well with logback or log4j2 if those are used in the application. + +For more information check out [Sentry Spring Boot documentation](https://docs.sentry.io/platforms/java/guides/spring-boot/).