Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 54cdd95a
authored
Jul 18, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
恢复sentry的配置和使用
1 parent
e1faa690
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
project-order/pom.xml
project-order/src/main/resources/application.yaml
project-order/pom.xml
View file @
54cdd95
...
...
@@ -108,6 +108,12 @@
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-jsr310
</artifactId>
</dependency>
<dependency>
<groupId>
io.sentry
</groupId>
<artifactId>
sentry-spring-boot-starter
</artifactId>
<version>
6.22.0
</version>
</dependency>
</dependencies>
<build>
...
...
project-order/src/main/resources/application.yaml
View file @
54cdd95
...
...
@@ -46,3 +46,12 @@ mybatis-plus:
id-type
:
auto
configuration
:
log-impl
:
org.apache.ibatis.logging.stdout.StdOutImpl
sentry
:
dsn
:
http://85293a9310fc4a8187422a7a257fc1ba@sentry.zjhuixinyun.com/8
# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring.
# We recommend adjusting this value in production.
tracesSampleRate
:
1.0
exception-resolver-order
:
-2147483647
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment