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 fe8b97be
authored
Jun 14, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sentry修改
1 parent
479d5ad2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/OrderServiceApplication.java
project-order/src/main/java/com/alibaba/cloud/integration/order/dto/WorkbenchEngineersGanttRespDTO.java
project-order/src/main/java/com/alibaba/cloud/integration/order/OrderServiceApplication.java
View file @
fe8b97b
...
...
@@ -32,7 +32,7 @@ public class OrderServiceApplication {
SpringApplication
.
run
(
OrderServiceApplication
.
class
,
args
);
// todo 配置化
Sentry
.
init
(
options
->
{
options
.
setDsn
(
"http://85293a9310fc4a8187422a7a257fc1ba@sentry.
1888w.cn
/8"
);
options
.
setDsn
(
"http://85293a9310fc4a8187422a7a257fc1ba@sentry.
zjhuixinyun.com
/8"
);
// Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring.
// We recommend adjusting this value in production.
options
.
setTracesSampleRate
(
1.0
);
...
...
project-order/src/main/java/com/alibaba/cloud/integration/order/dto/WorkbenchEngineersGanttRespDTO.java
View file @
fe8b97b
...
...
@@ -71,6 +71,7 @@ public class WorkbenchEngineersGanttRespDTO {
/**
* 结束时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
endTime
;
/**
* 鼠标悬停提示
...
...
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