File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
import { DynamicSamplingContext } from './envelope' ;
2
2
import { MeasurementUnit } from './measurement' ;
3
3
import { ExtractedNodeRequestData , Primitive , WorkerLocation } from './misc' ;
4
+ import { PolymorphicRequest } from './polymorphics' ;
4
5
import { Span , SpanContext } from './span' ;
6
+
5
7
/**
6
8
* Interface holding Transaction-specific properties
7
9
*/
@@ -145,7 +147,11 @@ export interface TransactionMetadata {
145
147
*/
146
148
dynamicSamplingContext ?: Partial < DynamicSamplingContext > ;
147
149
150
+ /** For transactions tracing server-side request handling, the request being tracked. */
151
+ request ?: PolymorphicRequest ;
152
+
148
153
/** For transactions tracing server-side request handling, the path of the request being tracked. */
154
+ /** TODO: If we rm -rf `instrumentServer`, this can go, too */
149
155
requestPath ?: string ;
150
156
151
157
/** Information on how a transaction name was generated. */
You can’t perform that action at this time.
0 commit comments