Commit 0d9a4638 by 丁伟峰

sentry修改

1 parent eece8e37
...@@ -87,8 +87,8 @@ ...@@ -87,8 +87,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.sentry</groupId> <groupId>io.sentry</groupId>
<artifactId>sentry</artifactId> <artifactId>sentry-spring-boot-starter</artifactId>
<version>6.17.0</version> <version>6.22.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -48,3 +48,5 @@ sentry: ...@@ -48,3 +48,5 @@ sentry:
# of transactions for performance monitoring. # of transactions for performance monitoring.
# We recommend adjusting this value in production. # We recommend adjusting this value in production.
tracesSampleRate: 1.0 tracesSampleRate: 1.0
exception-resolver-order: -2147483647
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!