202011-10 如何使用Sentry 监控你的Spring Boot应用 Sentry是一个应用监控系统,可以用于前后端各种技术栈的线上监控和错误分析,这次我们用它来进行SpringBoot项目的线上日志分析实践。创建项目首先需要根据提示在Sentry中创建好项目,项目平台(platform)可以选择SpringBoot或者Java。引入依赖&配置Sentry提供了官方的SpringBootStarter。<dependency><groupId>io.sentry</groupId><artifactId>sentry-spring-boot-starter</artifactId><version>3.1.1</version></dependen... 继续阅读 >