Skip to content

Commit c660991

Browse files
chore: Regenerate Rust bindings
1 parent fe1a2d3 commit c660991

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rust/src/sentry_protos.snuba.v1.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,10 @@ pub struct RequestMeta {
817817
/// how to query the downsampled storages
818818
#[prost(message, optional, tag = "12")]
819819
pub downsampled_storage_config: ::core::option::Option<DownsampledStorageConfig>,
820+
/// full fidelity retention setting. allows for querying data that
821+
/// differs from the standard retention_days
822+
#[prost(uint32, tag = "13")]
823+
pub retention_days: u32,
820824
}
821825
#[derive(Clone, PartialEq, ::prost::Message)]
822826
pub struct ResponseMeta {

0 commit comments

Comments
 (0)