Replies: 3 comments 1 reply
-
I created an issue for this as it is really a feature request #2815 |
Beta Was this translation helpful? Give feedback.
0 replies
-
One way to solve this immediately would be to implement a custom sampler. I believe samplers have access to enough information to solve this, but I could be mistaken. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@thpoiani For some reason i didn't saw this at the same time but you should be able to add a configuration to ignore path starting with new HttpInstrumentation({
ignoreIncomingRequestHook: request => {
return request.url.startWith("/public")
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🙇 Thank you for this project and support.
I have a question: How to ignore static files using
http
andexpress
instrumentation?Beta Was this translation helpful? Give feedback.
All reactions