@@ -72,7 +72,7 @@ class SentryRequest {
72
72
Map <String , String >? headers,
73
73
Map <String , String >? env,
74
74
@Deprecated ('Will be removed in v8. Use [data] instead' )
75
- Map <String , String >? other,
75
+ Map <String , String >? other,
76
76
}) : _data = data,
77
77
_headers = headers != null ? Map .from (headers) : null ,
78
78
// Look for a 'Set-Cookie' header (case insensitive) if not given.
@@ -91,7 +91,7 @@ class SentryRequest {
91
91
Map <String , String >? headers,
92
92
Map <String , String >? env,
93
93
@Deprecated ('Will be removed in v8. Use [data] instead' )
94
- Map <String , String >? other,
94
+ Map <String , String >? other,
95
95
}) {
96
96
return SentryRequest (
97
97
url: uri.toString (),
@@ -149,7 +149,7 @@ class SentryRequest {
149
149
Map <String , String >? headers,
150
150
Map <String , String >? env,
151
151
@Deprecated ('Will be removed in v8. Use [data] instead' )
152
- Map <String , String >? other,
152
+ Map <String , String >? other,
153
153
bool removeCookies = false ,
154
154
}) =>
155
155
SentryRequest (
0 commit comments