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.
end()
1 parent 55e5873 commit 37ac2bcCopy full SHA for 37ac2bc
src/Trace/Injectors/BaseTraceInjector.ts
@@ -76,9 +76,7 @@ export class BaseTraceInjector {
76
});
77
} else {
78
try {
79
- const result = prototype.apply(this, args);
80
- currentSpan.end();
81
- return result;
+ return prototype.apply(this, args);
82
} catch (error) {
83
BaseTraceInjector.recordException(error, currentSpan);
84
} finally {
0 commit comments