File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ export interface SentryXhrData {
29
29
}
30
30
31
31
export interface HandlerDataXhr {
32
- /**
33
- * @deprecated This property will be removed in v8.
34
- */
35
- args : [ string , string ] ;
36
32
xhr : SentryWrappedXMLHttpRequest ;
37
33
startTimestamp ?: number ;
38
34
endTimestamp ?: number ;
Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ export function instrumentXHR(): void {
78
78
}
79
79
80
80
const handlerData : HandlerDataXhr = {
81
- args : [ method , url ] ,
82
81
endTimestamp : Date . now ( ) ,
83
82
startTimestamp,
84
83
xhr : this ,
@@ -132,7 +131,6 @@ export function instrumentXHR(): void {
132
131
}
133
132
134
133
const handlerData : HandlerDataXhr = {
135
- args : [ sentryXhrData . method , sentryXhrData . url ] ,
136
134
startTimestamp : Date . now ( ) ,
137
135
xhr : this ,
138
136
} ;
You can’t perform that action at this time.
0 commit comments