Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 71f70c6

Browse files
committed
Changes http span naming method
1 parent 12e0b50 commit 71f70c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/opencensus-core/src/trace/types/tracetypes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export interface MapObjects { [propName: string]: any; }
2525
export interface TraceContext {
2626
traceId: string,
2727
spanId: string,
28-
options?: number
28+
options?: number,
29+
sampleDecision?: boolean
2930
}
3031

3132
export interface TraceOptions {

0 commit comments

Comments
 (0)