Commit ba499bfd by 丁伟峰

Merge branch 'feat-dingwf-mvp616' into develop

# Conflicts:
#	project-order/pom.xml
2 parents 62517c82 0d9a4638
...@@ -25,12 +25,6 @@ ...@@ -25,12 +25,6 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>6.17.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId> <artifactId>spring-boot-starter-validation</artifactId>
</dependency> </dependency>
...@@ -92,7 +86,14 @@ ...@@ -92,7 +86,14 @@
<groupId>com.mysql</groupId> <groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId> <artifactId>mysql-connector-j</artifactId>
</dependency> </dependency>
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter</artifactId>
<version>6.22.0</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
......
...@@ -58,3 +58,5 @@ sentry: ...@@ -58,3 +58,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!