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 {
207207 ) ]
208208 pub drop_transaction_attachments : bool ,
209209
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-
228210 /// All other unknown options.
229211 #[ serde( flatten) ]
230212 other : HashMap < String , Value > ,
You can’t perform that action at this time.
0 commit comments