From e6b93bc72924e420625db8e03ff0c6444b1a70d9 Mon Sep 17 00:00:00 2001 From: KevinL10 Date: Wed, 26 Jun 2024 19:41:54 +0000 Subject: [PATCH] deploy: 2ec6d88fb5b57d02b7ff099c8ace576b517faa54 --- .../processor/trait.ProcessValue.html | 4 ++-- .../protocol/enum.EventType.html | 22 +++++++++---------- .../protocol/enum.SpanStatus.html | 12 +++++----- .../protocol/struct.DiscardedEvent.html | 4 ++-- .../protocol/struct.Measurement.html | 4 ++-- .../protocol/struct.ParseEventTypeError.html | 4 ++-- .../protocol/struct.ParseSpanStatusError.html | 4 ++-- src/relay_dynamic_config/defaults.rs.html | 12 ++++++++++ 8 files changed, 39 insertions(+), 27 deletions(-) diff --git a/relay_event_schema/processor/trait.ProcessValue.html b/relay_event_schema/processor/trait.ProcessValue.html index f96988fc0e..13a28f0a93 100644 --- a/relay_event_schema/processor/trait.ProcessValue.html +++ b/relay_event_schema/processor/trait.ProcessValue.html @@ -29,7 +29,7 @@ state: &ProcessingState<'_> ) -> ProcessingResult
where P: Processor,

Recurses into children of this value.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ProcessValue for MetricUnit

source§

impl ProcessValue for bool

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ProcessValue for bool

source§

fn value_type(&self) -> EnumSet<ValueType>

source§

fn process_value<P>( &mut self, meta: &mut Meta, processor: &mut P, @@ -59,7 +59,7 @@ processor: &mut P, state: &ProcessingState<'_> ) -> ProcessingResult
where - P: Processor,

source§

impl ProcessValue for Uuid

source§

impl ProcessValue for Value

source§

impl ProcessValue for Uuid

source§

impl ProcessValue for MetricUnit

source§

impl ProcessValue for Value

source§

fn value_type(&self) -> EnumSet<ValueType>

source§

fn process_value<P>( &mut self, meta: &mut Meta, processor: &mut P, diff --git a/relay_event_schema/protocol/enum.EventType.html b/relay_event_schema/protocol/enum.EventType.html index c1e76b53b4..06c29fe854 100644 --- a/relay_event_schema/protocol/enum.EventType.html +++ b/relay_event_schema/protocol/enum.EventType.html @@ -1,4 +1,4 @@ -EventType in relay_event_schema::protocol - Rust

Enum relay_event_schema::protocol::EventType

source ·
pub enum EventType {
+EventType in relay_event_schema::protocol - Rust

Enum relay_event_schema::protocol::EventType

pub enum EventType {
     Error,
     Csp,
     Hpkp,
@@ -30,15 +30,15 @@
 
§

UserReportV2

User feedback payload.

TODO(Jferg): Change this to UserFeedback once old UserReport logic is deprecated.

§

Default

All events that do not qualify as any other type.

-

Implementations§

source§

impl EventType

source

pub fn as_str(&self) -> &'static str

Returns the string representation of this event type.

-

Trait Implementations§

source§

impl Clone for EventType

source§

fn clone(&self) -> EventType

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 EventType

source§

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

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

impl Default for EventType

source§

fn default() -> EventType

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

impl<'de> Deserialize<'de> for EventType

Implementations§

§

impl EventType

pub fn as_str(&self) -> &'static str

Returns the string representation of this event type.

+

Trait Implementations§

§

impl Clone for EventType

§

fn clone(&self) -> EventType

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
§

impl Debug for EventType

§

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

Formats the value using the given formatter. Read more
§

impl Default for EventType

§

fn default() -> EventType

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

impl<'de> Deserialize<'de> for EventType

§

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

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

impl Display for EventType

source§

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

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

impl Empty for EventType

source§

fn is_empty(&self) -> bool

Returns whether this value is empty.
§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
source§

impl FromStr for EventType

§

type Err = ParseEventTypeError

The associated error which can be returned from parsing.
source§

fn from_str(string: &str) -> Result<EventType, <EventType as FromStr>::Err>

Parses a string s to return a value of this type. Read more
source§

impl FromValue for EventType

source§

fn from_value(value: Annotated<Value>) -> Annotated<EventType>

Creates a meta structure from an annotated boxed value.
source§

impl Hash for EventType

source§

fn hash<__H>(&self, state: &mut __H)
where + __D: Deserializer<'de>,

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

impl Display for EventType

§

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

Formats the value using the given formatter. Read more
§

impl Empty for EventType

§

fn is_empty(&self) -> bool

Returns whether this value is empty.
§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
§

impl FromStr for EventType

§

type Err = ParseEventTypeError

The associated error which can be returned from parsing.
§

fn from_str(string: &str) -> Result<EventType, <EventType as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl FromValue for EventType

§

fn from_value(value: Annotated<Value>) -> Annotated<EventType>

Creates a meta structure from an annotated boxed value.
§

impl Hash for EventType

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl IntoValue for EventType

source§

fn into_value(self) -> Value
where - EventType: Sized,

Boxes the meta structure back into a value.
source§

fn serialize_payload<S>( + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl IntoValue for EventType

§

fn into_value(self) -> Value
where + EventType: Sized,

Boxes the meta structure back into a value.
§

fn serialize_payload<S>( &self, s: S, _behavior: SkipSerialization @@ -46,12 +46,12 @@ EventType: Sized, S: Serializer,

Efficiently serializes the payload directly.
§

fn extract_child_meta(&self) -> BTreeMap<String, MetaTree>
where Self: Sized,

Extracts children meta map out of a value.
§

fn extract_meta_tree(value: &Annotated<Self>) -> MetaTree
where - Self: Sized,

Extracts the meta tree out of annotated value. Read more
source§

impl JsonSchema for EventType

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl Ord for EventType

source§

fn cmp(&self, other: &EventType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + Self: Sized,

Extracts the meta tree out of annotated value. Read more
§

impl JsonSchema for EventType

§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
§

impl Ord for EventType

§

fn cmp(&self, other: &EventType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where - Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for EventType

source§

fn eq(&self, other: &EventType) -> bool

This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd,
Restrict a value to a certain interval. Read more
§

impl PartialEq for EventType

§

fn eq(&self, other: &EventType) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd for EventType

source§

fn partial_cmp(&self, other: &EventType) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= +sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for EventType

§

fn partial_cmp(&self, other: &EventType) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl ProcessValue for EventType

source§

fn value_type(&self) -> EnumSet<ValueType>

Returns the type of the value.
source§

fn process_value<P>( &mut self, @@ -64,11 +64,11 @@ processor: &mut P, state: &ProcessingState<'_> ) -> ProcessingResult
where - P: Processor,

Recurses into children of this value.
source§

impl Serialize for EventType

Recurses into children of this value.
§

impl Serialize for EventType

§

fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for EventType

source§

impl Eq for EventType

source§

impl StructuralPartialEq for EventType

Auto Trait Implementations§

§

impl Freeze for EventType

§

impl RefUnwindSafe for EventType

§

impl Send for EventType

§

impl Sync for EventType

§

impl Unpin for EventType

§

impl UnwindSafe for EventType

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl Copy for EventType

§

impl Eq for EventType

§

impl StructuralPartialEq for EventType

Auto Trait Implementations§

§

impl Freeze for EventType

§

impl RefUnwindSafe for EventType

§

impl Send for EventType

§

impl Sync for EventType

§

impl Unpin for EventType

§

impl UnwindSafe for EventType

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/relay_event_schema/protocol/enum.SpanStatus.html b/relay_event_schema/protocol/enum.SpanStatus.html index 32ba234bb5..d1fee2e019 100644 --- a/relay_event_schema/protocol/enum.SpanStatus.html +++ b/relay_event_schema/protocol/enum.SpanStatus.html @@ -1,4 +1,4 @@ -SpanStatus in relay_event_schema::protocol - Rust

Enum relay_event_schema::protocol::SpanStatus

source ·
#[repr(u8)]
pub enum SpanStatus { +SpanStatus in relay_event_schema::protocol - Rust

Enum relay_event_schema::protocol::SpanStatus

#[repr(u8)]
pub enum SpanStatus {
Show 17 variants Ok = 0, Cancelled = 1, Unknown = 2, @@ -50,8 +50,8 @@
§

DataLoss = 15

Unrecoverable data loss or corruption

§

Unauthenticated = 16

401 Unauthorized (actually does mean unauthenticated according to RFC 7235)

Prefer PermissionDenied if a user is logged in.

-

Implementations§

source§

impl SpanStatus

source

pub fn as_str(&self) -> &'static str

Returns the string representation of the status.

-

Trait Implementations§

source§

impl AsRef<str> for SpanStatus

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for SpanStatus

source§

fn clone(&self) -> SpanStatus

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 SpanStatus

source§

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

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

impl Display for SpanStatus

source§

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

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

impl Empty for SpanStatus

source§

fn is_empty(&self) -> bool

Returns whether this value is empty.
§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
source§

impl FromStr for SpanStatus

§

type Err = ParseSpanStatusError

The associated error which can be returned from parsing.
source§

fn from_str(string: &str) -> Result<SpanStatus, <SpanStatus as FromStr>::Err>

Parses a string s to return a value of this type. Read more
source§

impl FromValue for SpanStatus

source§

fn from_value(value: Annotated<Value>) -> Annotated<SpanStatus>

Creates a meta structure from an annotated boxed value.
source§

impl IntoValue for SpanStatus

source§

fn into_value(self) -> Value

Boxes the meta structure back into a value.
source§

fn serialize_payload<S>( +

Implementations§

§

impl SpanStatus

pub fn as_str(&self) -> &'static str

Returns the string representation of the status.

+

Trait Implementations§

§

impl AsRef<str> for SpanStatus

§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for SpanStatus

§

fn clone(&self) -> SpanStatus

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
§

impl Debug for SpanStatus

§

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

Formats the value using the given formatter. Read more
§

impl Display for SpanStatus

§

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

Formats the value using the given formatter. Read more
§

impl Empty for SpanStatus

§

fn is_empty(&self) -> bool

Returns whether this value is empty.
§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
§

impl FromStr for SpanStatus

§

type Err = ParseSpanStatusError

The associated error which can be returned from parsing.
§

fn from_str(string: &str) -> Result<SpanStatus, <SpanStatus as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl FromValue for SpanStatus

§

fn from_value(value: Annotated<Value>) -> Annotated<SpanStatus>

Creates a meta structure from an annotated boxed value.
§

impl IntoValue for SpanStatus

§

fn into_value(self) -> Value

Boxes the meta structure back into a value.
§

fn serialize_payload<S>( &self, s: S, _behavior: SkipSerialization @@ -59,7 +59,7 @@ SpanStatus: Sized, S: Serializer,

Efficiently serializes the payload directly.
§

fn extract_child_meta(&self) -> BTreeMap<String, MetaTree>
where Self: Sized,

Extracts children meta map out of a value.
§

fn extract_meta_tree(value: &Annotated<Self>) -> MetaTree
where - Self: Sized,

Extracts the meta tree out of annotated value. Read more
source§

impl JsonSchema for SpanStatus

source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
source§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
source§

impl PartialEq for SpanStatus

source§

fn eq(&self, other: &SpanStatus) -> bool

This method tests for self and other values to be equal, and is used + Self: Sized,
Extracts the meta tree out of annotated value. Read more
§

impl JsonSchema for SpanStatus

§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
§

fn json_schema(gen: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
§

impl PartialEq for SpanStatus

§

fn eq(&self, other: &SpanStatus) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl ProcessValue for SpanStatus

source§

fn value_type(&self) -> EnumSet<ValueType>

Returns the type of the value.
source§

fn process_value<P>( &mut self, @@ -72,11 +72,11 @@ processor: &mut P, state: &ProcessingState<'_> ) -> ProcessingResult
where - P: Processor,

Recurses into children of this value.
source§

impl Serialize for SpanStatus

Recurses into children of this value.
§

impl Serialize for SpanStatus

§

fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for SpanStatus

source§

impl StructuralPartialEq for SpanStatus

Auto Trait Implementations§

§

impl Freeze for SpanStatus

§

impl RefUnwindSafe for SpanStatus

§

impl Send for SpanStatus

§

impl Sync for SpanStatus

§

impl Unpin for SpanStatus

§

impl UnwindSafe for SpanStatus

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl Copy for SpanStatus

§

impl StructuralPartialEq for SpanStatus

Auto Trait Implementations§

§

impl Freeze for SpanStatus

§

impl RefUnwindSafe for SpanStatus

§

impl Send for SpanStatus

§

impl Sync for SpanStatus

§

impl Unpin for SpanStatus

§

impl UnwindSafe for SpanStatus

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/relay_event_schema/protocol/struct.DiscardedEvent.html b/relay_event_schema/protocol/struct.DiscardedEvent.html index 2d317e61be..7199353d1e 100644 --- a/relay_event_schema/protocol/struct.DiscardedEvent.html +++ b/relay_event_schema/protocol/struct.DiscardedEvent.html @@ -1,8 +1,8 @@ DiscardedEvent in relay_event_schema::protocol - Rust

Struct relay_event_schema::protocol::DiscardedEvent

source ·
pub struct DiscardedEvent {
     pub reason: String,
-    pub category: DataCategory,
+    pub category: DataCategory,
     pub quantity: u32,
-}

Fields§

§reason: String§category: DataCategory§quantity: u32

Trait Implementations§

source§

impl Clone for DiscardedEvent

source§

fn clone(&self) -> DiscardedEvent

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 DiscardedEvent

source§

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

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

impl<'de> Deserialize<'de> for DiscardedEvent

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where +}

Fields§

§reason: String§category: DataCategory§quantity: u32

Trait Implementations§

source§

impl Clone for DiscardedEvent

source§

fn clone(&self) -> DiscardedEvent

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 DiscardedEvent

source§

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

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

impl<'de> Deserialize<'de> for DiscardedEvent

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 PartialEq for DiscardedEvent

source§

fn eq(&self, other: &DiscardedEvent) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for DiscardedEvent

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where diff --git a/relay_event_schema/protocol/struct.Measurement.html b/relay_event_schema/protocol/struct.Measurement.html index f2a9a88733..856c6992b2 100644 --- a/relay_event_schema/protocol/struct.Measurement.html +++ b/relay_event_schema/protocol/struct.Measurement.html @@ -1,9 +1,9 @@ Measurement in relay_event_schema::protocol - Rust

Struct relay_event_schema::protocol::Measurement

source ·
pub struct Measurement {
     pub value: Annotated<f64>,
-    pub unit: Annotated<MetricUnit>,
+    pub unit: Annotated<MetricUnit>,
 }
Expand description

An individual observed measurement.

Fields§

§value: Annotated<f64>

Value of observed measurement value.

-
§unit: Annotated<MetricUnit>

The unit of this measurement, defaulting to no unit.

+
§unit: Annotated<MetricUnit>

The unit of this measurement, defaulting to no unit.

Trait Implementations§

source§

impl Clone for Measurement

source§

fn clone(&self) -> Measurement

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 Measurement

source§

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

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

impl Default for Measurement

source§

fn default() -> Measurement

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

impl Empty for Measurement

source§

fn is_empty(&self) -> bool

Returns whether this value is empty.
source§

fn is_deep_empty(&self) -> bool

Returns whether this value is empty or all of its descendants are empty. Read more
source§

impl FromValue for Measurement

source§

fn from_value(__value: Annotated<Value>) -> Annotated<Self>

Creates a meta structure from an annotated boxed value.
source§

impl IntoValue for Measurement

source§

fn into_value(self) -> Value

Boxes the meta structure back into a value.
source§

fn serialize_payload<S>( &self, __serializer: S, diff --git a/relay_event_schema/protocol/struct.ParseEventTypeError.html b/relay_event_schema/protocol/struct.ParseEventTypeError.html index 48aecf6528..a8d8954d9e 100644 --- a/relay_event_schema/protocol/struct.ParseEventTypeError.html +++ b/relay_event_schema/protocol/struct.ParseEventTypeError.html @@ -1,5 +1,5 @@ -ParseEventTypeError in relay_event_schema::protocol - Rust

Struct relay_event_schema::protocol::ParseEventTypeError

source ·
pub struct ParseEventTypeError;
Expand description

An error used when parsing EventType.

-

Trait Implementations§

source§

impl Clone for ParseEventTypeError

source§

fn clone(&self) -> ParseEventTypeError

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 ParseEventTypeError

source§

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

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

impl Display for ParseEventTypeError

source§

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

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

impl Error for ParseEventTypeError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl Copy for ParseEventTypeError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +ParseEventTypeError in relay_event_schema::protocol - Rust

Struct relay_event_schema::protocol::ParseEventTypeError

pub struct ParseEventTypeError;
Expand description

An error used when parsing EventType.

+

Trait Implementations§

§

impl Clone for ParseEventTypeError

§

fn clone(&self) -> ParseEventTypeError

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
§

impl Debug for ParseEventTypeError

§

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

Formats the value using the given formatter. Read more
§

impl Display for ParseEventTypeError

§

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

Formats the value using the given formatter. Read more
§

impl Error for ParseEventTypeError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl Copy for ParseEventTypeError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/relay_event_schema/protocol/struct.ParseSpanStatusError.html b/relay_event_schema/protocol/struct.ParseSpanStatusError.html index 24c20c55af..ee59bef6ce 100644 --- a/relay_event_schema/protocol/struct.ParseSpanStatusError.html +++ b/relay_event_schema/protocol/struct.ParseSpanStatusError.html @@ -1,5 +1,5 @@ -ParseSpanStatusError in relay_event_schema::protocol - Rust
pub struct ParseSpanStatusError;
Expand description

Error parsing a SpanStatus.

-

Trait Implementations§

source§

impl Clone for ParseSpanStatusError

source§

fn clone(&self) -> ParseSpanStatusError

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 ParseSpanStatusError

source§

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

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

impl Display for ParseSpanStatusError

source§

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

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

impl Error for ParseSpanStatusError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl Copy for ParseSpanStatusError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +ParseSpanStatusError in relay_event_schema::protocol - Rust
pub struct ParseSpanStatusError;
Expand description

Error parsing a SpanStatus.

+

Trait Implementations§

§

impl Clone for ParseSpanStatusError

§

fn clone(&self) -> ParseSpanStatusError

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
§

impl Debug for ParseSpanStatusError

§

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

Formats the value using the given formatter. Read more
§

impl Display for ParseSpanStatusError

§

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

Formats the value using the given formatter. Read more
§

impl Error for ParseSpanStatusError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl Copy for ParseSpanStatusError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for T
where diff --git a/src/relay_dynamic_config/defaults.rs.html b/src/relay_dynamic_config/defaults.rs.html index 05f2dfd9f1..e246e620c9 100644 --- a/src/relay_dynamic_config/defaults.rs.html +++ b/src/relay_dynamic_config/defaults.rs.html @@ -939,6 +939,12 @@ 939 940 941 +942 +943 +944 +945 +946 +947
use relay_base_schema::data_category::DataCategory;
 use relay_common::glob2::LazyGlob;
 use relay_event_normalization::utils::MAX_DURATION_MOBILE_MS;
@@ -1093,6 +1099,12 @@
             "Safari",
             "Edge",
             "Opera",
+            // Mobile Browsers
+            "Chrome Mobile",
+            "Firefox Mobile",
+            "Mobile Safari",
+            "Edge Mobile",
+            "Opera Mobile",
         ],
     );