File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ export type {
111
111
TraceparentData ,
112
112
Transaction ,
113
113
TransactionArguments ,
114
- TransactionMetadata ,
115
114
TransactionSource ,
116
115
} from './transaction' ;
117
116
export type {
Original file line number Diff line number Diff line change @@ -99,27 +99,6 @@ export interface SamplingContext extends CustomSamplingContext {
99
99
request ?: ExtractedNodeRequestData ;
100
100
}
101
101
102
- export interface TransactionMetadata {
103
- /**
104
- * The sample rate used when sampling this transaction.
105
- * @deprecated Use `SEMANTIC_ATTRIBUTE_SENTRY_SAMPLE_RATE` attribute instead.
106
- */
107
- sampleRate ?: number ;
108
-
109
- /**
110
- * The Dynamic Sampling Context of a transaction. If provided during transaction creation, its Dynamic Sampling
111
- * Context Will be frozen
112
- */
113
- dynamicSamplingContext ?: Partial < DynamicSamplingContext > ;
114
-
115
- /** For transactions tracing server-side request handling, the request being tracked. */
116
- request ?: PolymorphicRequest ;
117
-
118
- /** For transactions tracing server-side request handling, the path of the request being tracked. */
119
- /** TODO: If we rm -rf `instrumentServer`, this can go, too */
120
- requestPath ?: string ;
121
- }
122
-
123
102
/**
124
103
* Contains information about how the name of the transaction was determined. This will be used by the server to decide
125
104
* whether or not to scrub identifiers from the transaction name, or replace the entire name with a placeholder.
You can’t perform that action at this time.
0 commit comments