Skip to content

Commit 073a6ce

Browse files
committed
WIP change...
1 parent 53647a5 commit 073a6ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/src/tracing/trace.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ export function startSpanManual<T>(options: StartSpanOptions, callback: (span: S
101101
// If `options.parentSpan` is defined, we want to wrap the callback in `withActiveSpan`
102102
const wrapper = getActiveSpanWrapper<T>(customParentSpan);
103103

104+
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
105+
(wrapper as any)._TESTY = 'xxxxxxyyyyyxxxxxyyyyahahahahayuauauauaua WHAT WHAT WHAT?';
106+
104107
return wrapper(() => {
105108
const scope = getCurrentScope();
106109
const parentSpan = getParentSpan(scope);

0 commit comments

Comments
 (0)