按照官网的提示https://docs.sentry.io/platforms/java/guides/spring-boot/performance/
一步一步的确认,但是最终就是不触发事件
解决过程:
1.开启debug
在properties文件增加一行
sentry.debug=true
2.运行,查看日志输出。
dsn什么的配置没有问题,提示
Unable to find valid certification path to requested targethttps://stackoverflow.com/questions/9210514/unable-to-find-valid-certification-path-to-requested-target-error-even-after-c
以为是证书的事情,参考解决方案,无果
3.确定一下java版本jre1.8
升级一下jre,使用jre19,运行成功
结论:sentry spring-boot sdk对低版本的jre支持不好,需要使用新的jre