From 83f9914156654002eea73b36bfe2e440e51645fd Mon Sep 17 00:00:00 2001 From: jjbayer Date: Mon, 9 Sep 2024 14:42:17 +0000 Subject: [PATCH] deploy: 5ba91e9234942f57c209974b275b348e4f382323 --- relay_event_schema/processor/derive.ProcessValue.html | 2 +- relay_filter/struct.ErrorMessagesFilterConfig.html | 4 ++-- .../struct.IgnoreTransactionsFilterConfig.html | 4 ++-- relay_filter/struct.ReleasesFilterConfig.html | 4 ++-- relay_monitors/fn.process_check_in.html | 2 +- .../services/buffer/envelope_buffer/mod.rs.html | 10 ++++++++-- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/relay_event_schema/processor/derive.ProcessValue.html b/relay_event_schema/processor/derive.ProcessValue.html index 02b5fe400b..8c7dec95e3 100644 --- a/relay_event_schema/processor/derive.ProcessValue.html +++ b/relay_event_schema/processor/derive.ProcessValue.html @@ -1,4 +1,4 @@ -ProcessValue in relay_event_schema::processor - Rust

Derive Macro relay_event_schema::processor::ProcessValue

#[derive(ProcessValue)]
+ProcessValue in relay_event_schema::processor - Rust

Derive Macro relay_event_schema::processor::ProcessValue

source ·
#[derive(ProcessValue)]
 {
     // Attributes available to this derive:
     #[metastructure]
diff --git a/relay_filter/struct.ErrorMessagesFilterConfig.html b/relay_filter/struct.ErrorMessagesFilterConfig.html
index 1a63dca741..7a115573b1 100644
--- a/relay_filter/struct.ErrorMessagesFilterConfig.html
+++ b/relay_filter/struct.ErrorMessagesFilterConfig.html
@@ -1,7 +1,7 @@
 ErrorMessagesFilterConfig in relay_filter - Rust

Struct relay_filter::ErrorMessagesFilterConfig

source ·
pub struct ErrorMessagesFilterConfig {
-    pub patterns: GlobPatterns,
+    pub patterns: GlobPatterns,
 }
Expand description

Configuration for the error messages filter.

-

Fields§

§patterns: GlobPatterns

List of error message patterns that will be filtered.

+

Fields§

§patterns: GlobPatterns

List of error message patterns that will be filtered.

Implementations§

source§

impl ErrorMessagesFilterConfig

source

pub fn is_empty(&self) -> bool

Returns true if no configuration for this filter is given.

Trait Implementations§

source§

impl Clone for ErrorMessagesFilterConfig

source§

fn clone(&self) -> ErrorMessagesFilterConfig

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ErrorMessagesFilterConfig

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ErrorMessagesFilterConfig

source§

fn default() -> ErrorMessagesFilterConfig

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for ErrorMessagesFilterConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for ErrorMessagesFilterConfig

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where diff --git a/relay_filter/struct.IgnoreTransactionsFilterConfig.html b/relay_filter/struct.IgnoreTransactionsFilterConfig.html index 9fca596288..ecf044e499 100644 --- a/relay_filter/struct.IgnoreTransactionsFilterConfig.html +++ b/relay_filter/struct.IgnoreTransactionsFilterConfig.html @@ -1,8 +1,8 @@ IgnoreTransactionsFilterConfig in relay_filter - Rust

Struct relay_filter::IgnoreTransactionsFilterConfig

source ·
pub struct IgnoreTransactionsFilterConfig {
-    pub patterns: GlobPatterns,
+    pub patterns: GlobPatterns,
     pub is_enabled: bool,
 }
Expand description

Configuration for transaction name filter.

-

Fields§

§patterns: GlobPatterns

List of patterns for ignored transactions that should be filtered.

+

Fields§

§patterns: GlobPatterns

List of patterns for ignored transactions that should be filtered.

§is_enabled: bool

True if the filter is enabled

Implementations§

source§

impl IgnoreTransactionsFilterConfig

source

pub fn is_empty(&self) -> bool

Returns true if no configuration for this filter is given.

Trait Implementations§

source§

impl Clone for IgnoreTransactionsFilterConfig

source§

fn clone(&self) -> IgnoreTransactionsFilterConfig

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IgnoreTransactionsFilterConfig

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for IgnoreTransactionsFilterConfig

source§

fn default() -> IgnoreTransactionsFilterConfig

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for IgnoreTransactionsFilterConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where diff --git a/relay_filter/struct.ReleasesFilterConfig.html b/relay_filter/struct.ReleasesFilterConfig.html index a4b86c0519..2cb28ad268 100644 --- a/relay_filter/struct.ReleasesFilterConfig.html +++ b/relay_filter/struct.ReleasesFilterConfig.html @@ -1,7 +1,7 @@ ReleasesFilterConfig in relay_filter - Rust

Struct relay_filter::ReleasesFilterConfig

source ·
pub struct ReleasesFilterConfig {
-    pub releases: GlobPatterns,
+    pub releases: GlobPatterns,
 }
Expand description

Configuration for the releases filter.

-

Fields§

§releases: GlobPatterns

List of release names that will be filtered.

+

Fields§

§releases: GlobPatterns

List of release names that will be filtered.

Implementations§

source§

impl ReleasesFilterConfig

source

pub fn is_empty(&self) -> bool

Returns true if no configuration for this filter is given.

Trait Implementations§

source§

impl Clone for ReleasesFilterConfig

source§

fn clone(&self) -> ReleasesFilterConfig

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ReleasesFilterConfig

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ReleasesFilterConfig

source§

fn default() -> ReleasesFilterConfig

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for ReleasesFilterConfig

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Serialize for ReleasesFilterConfig

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where diff --git a/relay_monitors/fn.process_check_in.html b/relay_monitors/fn.process_check_in.html index c49e88d438..40294da4b0 100644 --- a/relay_monitors/fn.process_check_in.html +++ b/relay_monitors/fn.process_check_in.html @@ -1,5 +1,5 @@ process_check_in in relay_monitors - Rust

Function relay_monitors::process_check_in

source ·
pub fn process_check_in(
     payload: &[u8],
-    project_id: ProjectId,
+    project_id: ProjectId,
 ) -> Result<ProcessedCheckInResult, ProcessCheckInError>
Expand description

Normalizes a monitor check-in payload.

\ No newline at end of file diff --git a/src/relay_server/services/buffer/envelope_buffer/mod.rs.html b/src/relay_server/services/buffer/envelope_buffer/mod.rs.html index 8e16d7c8bc..2f971c6888 100644 --- a/src/relay_server/services/buffer/envelope_buffer/mod.rs.html +++ b/src/relay_server/services/buffer/envelope_buffer/mod.rs.html @@ -1022,6 +1022,9 @@ 1022 1023 1024 +1025 +1026 +1027

use std::cmp::Ordering;
 use std::collections::BTreeSet;
 use std::convert::Infallible;
@@ -1161,9 +1164,12 @@
 
     #[error("failed to push envelope to the buffer")]
     PushFailed,
+}
 
-    #[error("impossible")]
-    Impossible(#[from] Infallible),
+impl From<Infallible> for EnvelopeBufferError {
+    fn from(value: Infallible) -> Self {
+        match value {}
+    }
 }
 
 /// An envelope buffer that holds an individual stack for each project/sampling project combination.