-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
bugSomething isn't working and you are sure it's a bug!Something isn't working and you are sure it's a bug!nodejsNodeJS backend agent relatedNodeJS backend agent related
Milestone
Description
Search before asking
- I had searched in the issues and found no similar issues.
Apache SkyWalking Component
NodeJS Server Side Agent (apache/skywalking-nodejs)
What happened
Throw invalid URL when I use axios
What you expected to happen
no exception
How to reproduce
const demoServer = axios.create({
baseURL: 'http://test.com.cn',
});
demoServer.request({
method: 'post',
url: '/api/demoApi',
});Anything else
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working and you are sure it's a bug!Something isn't working and you are sure it's a bug!nodejsNodeJS backend agent relatedNodeJS backend agent related