Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nodejs-yitong-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Metrics
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
yitong-public
nodejs-yitong-sdk
Commits
8486d785
Commit
8486d785
authored
Nov 11, 2022
by
肖人杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'调整sdk报错'
parent
b6e4b196
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
yitong-sdk.js
yitong-sdk.js
+2
-0
No files found.
yitong-sdk.js
View file @
8486d785
...
...
@@ -54,6 +54,8 @@ http.interceptors.request.use(function (config) {
config
.
url
=
config
.
url
.
replace
(
pathKey
,
global
.
serviceMap
[
pathKey
])
}
}
}
if
(
config
.
context
&&
config
.
context
.
span
)
{
let
tracer
=
opentracing
.
globalTracer
();
let
span
=
tracer
.
startSpan
(
`
${
config
.
method
}
:
${
config
.
url
}
`
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment