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/trait.Filterable.html b/relay_filter/trait.Filterable.html
index 0387996335..c7ed184553 100644
--- a/relay_filter/trait.Filterable.html
+++ b/relay_filter/trait.Filterable.html
@@ -1,20 +1,20 @@
Filterable in relay_filter - Rust Trait relay_filter::Filterable
source · pub trait Filterable {
// Required methods
- fn csp(&self) -> Option<&Csp>;
- fn exceptions(&self) -> Option<&Values<Exception>>;
+ fn csp(&self) -> Option<&Csp>;
+ fn exceptions(&self) -> Option<&Values<Exception>>;
fn ip_addr(&self) -> Option<&str>;
- fn logentry(&self) -> Option<&LogEntry>;
+ fn logentry(&self) -> Option<&LogEntry>;
fn release(&self) -> Option<&str>;
fn transaction(&self) -> Option<&str>;
fn url(&self) -> Option<Url>;
fn user_agent(&self) -> Option<&str>;
}
Expand description
A data item to which filters can be applied.
-Required Methods§
sourcefn exceptions(&self) -> Option<&Values<Exception>>
The exception values of the item. Only for error events.
+Required Methods§
sourcefn exceptions(&self) -> Option<&Values<Exception>>
The exception values of the item. Only for error events.
sourcefn transaction(&self) -> Option<&str>
The transaction name. Only for transaction events.
sourcefn url(&self) -> Option<Url>
The URL from which the request originates. Used for localhost filtering.
sourcefn user_agent(&self) -> Option<&str>
The user agent of the client that sent the data.
-Implementations on Foreign Types§
source§impl Filterable for Event
source§fn csp(&self) -> Option<&Csp>
source§fn exceptions(&self) -> Option<&Values<Exception>>
source§fn ip_addr(&self) -> Option<&str>
source§fn logentry(&self) -> Option<&LogEntry>
source§fn release(&self) -> Option<&str>
source§fn transaction(&self) -> Option<&str>
source§fn url(&self) -> Option<Url>
source§fn user_agent(&self) -> Option<&str>
source§impl Filterable for Replay
source§fn csp(&self) -> Option<&Csp>
source§fn exceptions(&self) -> Option<&Values<Exception>>
source§fn ip_addr(&self) -> Option<&str>
source§fn logentry(&self) -> Option<&LogEntry>
source§fn release(&self) -> Option<&str>
source§fn transaction(&self) -> Option<&str>
source§fn url(&self) -> Option<Url>
source§fn user_agent(&self) -> Option<&str>
source§impl Filterable for Span
source§fn csp(&self) -> Option<&Csp>
source§fn exceptions(&self) -> Option<&Values<Exception>>
source§fn ip_addr(&self) -> Option<&str>
source§fn logentry(&self) -> Option<&LogEntry>
source§fn release(&self) -> Option<&str>
source§fn transaction(&self) -> Option<&str>
source§fn url(&self) -> Option<Url>
source§fn user_agent(&self) -> Option<&str>
Implementors§
\ No newline at end of file
+
Implementations on Foreign Types§
source§impl Filterable for Event
source§fn csp(&self) -> Option<&Csp>
source§fn exceptions(&self) -> Option<&Values<Exception>>
source§fn ip_addr(&self) -> Option<&str>
source§fn logentry(&self) -> Option<&LogEntry>
source§fn release(&self) -> Option<&str>
source§fn transaction(&self) -> Option<&str>
source§fn url(&self) -> Option<Url>
source§fn user_agent(&self) -> Option<&str>
source§impl Filterable for Replay
source§fn csp(&self) -> Option<&Csp>
source§fn exceptions(&self) -> Option<&Values<Exception>>
source§fn ip_addr(&self) -> Option<&str>
source§fn logentry(&self) -> Option<&LogEntry>
source§fn release(&self) -> Option<&str>
source§fn transaction(&self) -> Option<&str>
source§fn url(&self) -> Option<Url>
source§fn user_agent(&self) -> Option<&str>
source§impl Filterable for Span
source§fn csp(&self) -> Option<&Csp>
source§fn exceptions(&self) -> Option<&Values<Exception>>
source§fn ip_addr(&self) -> Option<&str>
source§fn logentry(&self) -> Option<&LogEntry>
source§fn release(&self) -> Option<&str>
source§fn transaction(&self) -> Option<&str>
source§fn url(&self) -> Option<Url>
source§fn user_agent(&self) -> Option<&str>
Implementors§