NoopTrace
このコンテンツはまだ日本語訳がありません。
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NoopTrace(): NoopTrace
Returns
Section titled “Returns”NoopTrace
Overrides
Section titled “Overrides”Properties
Section titled “Properties”groupId
Section titled “groupId”groupId: null | string = null;
Inherited from
Section titled “Inherited from”metadata?
Section titled “metadata?”optional metadata: Record<string, any>;
Inherited from
Section titled “Inherited from”name: string;
Inherited from
Section titled “Inherited from”traceId
Section titled “traceId”traceId: string;
Inherited from
Section titled “Inherited from”type: "trace";
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”clone()
Section titled “clone()”clone(): Trace
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”end(): Promise<void>
Returns
Section titled “Returns”Promise
<void
>
Overrides
Section titled “Overrides”start()
Section titled “start()”start(): Promise<void>
Returns
Section titled “Returns”Promise
<void
>
Overrides
Section titled “Overrides”toJSON()
Section titled “toJSON()”toJSON(): null | object
Returns
Section titled “Returns”null
| object