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 4258da9 commit a063f82Copy full SHA for a063f82
index.d.ts
@@ -583,7 +583,7 @@ export namespace APM {
583
* Returns a promise, the promise delivers the trace reference if APM is enabled, otherwise it gets rejected
584
* @param {string} name
585
*/
586
- function startExecutionTrace(name: string): Trace;
+ function startExecutionTrace(name: string): Promise<Trace>;
587
/**
588
* Starts a custom trace
589
0 commit comments