Skip to content

Commit

Permalink
REMOVE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
restrry committed Nov 18, 2021
1 parent 8567e97 commit fccd9e7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ export class FixturePlugin implements Plugin<void, void, FixtureSetupDeps, Fixtu
body: {
traceId: apmAgent.currentTraceIds['trace.id'],
ids: apmAgent.currentTraceIds,
started: apmAgent.isStarted(),
// @ts-expect-error
config: apmAgent._conf,
},
});
}
Expand Down

0 comments on commit fccd9e7

Please sign in to comment.