We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd99ef commit 4d39fc5Copy full SHA for 4d39fc5
lib/subscribers/base.js
@@ -45,7 +45,7 @@ class Subscriber {
45
46
asyncEnd() {
47
const ctx = this.agent.tracer.getContext()
48
- ctx?.segment?.end()
+ ctx?.segment?.touch()
49
}
50
51
subscribe() {
0 commit comments