File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -207,24 +207,6 @@ pub struct Options {
207
207
) ]
208
208
pub drop_transaction_attachments : bool ,
209
209
210
- /// Deprecated, still forwarded for older downstream Relays.
211
- #[ doc( hidden) ]
212
- #[ serde(
213
- rename = "profiling.profile_metrics.unsampled_profiles.platforms" ,
214
- deserialize_with = "default_on_error" ,
215
- skip_serializing_if = "Vec::is_empty"
216
- ) ]
217
- pub deprecated1 : Vec < String > ,
218
-
219
- /// Deprecated, still forwarded for older downstream Relays.
220
- #[ doc( hidden) ]
221
- #[ serde(
222
- rename = "profiling.profile_metrics.unsampled_profiles.sample_rate" ,
223
- deserialize_with = "default_on_error" ,
224
- skip_serializing_if = "is_default"
225
- ) ]
226
- pub deprecated2 : f32 ,
227
-
228
210
/// All other unknown options.
229
211
#[ serde( flatten) ]
230
212
other : HashMap < String , Value > ,
You can’t perform that action at this time.
0 commit comments