feat(events): add incoming webhook payload to api events logger (#2852)

Co-authored-by: Sampras lopes <lsampras@pm.me>
This commit is contained in:
Prasunna Soppa
2023-11-17 13:38:23 +05:30
committed by GitHub
parent 375108b6df
commit aea390a6a1
65 changed files with 259 additions and 202 deletions

View File

@ -42,7 +42,9 @@ mod vec;
#[cfg(feature = "serde")]
mod serde;
#[cfg(feature = "serde")]
pub use crate::serde::{masked_serialize, Deserialize, SerializableSecret, Serialize};
pub use crate::serde::{
masked_serialize, Deserialize, ErasedMaskSerialize, SerializableSecret, Serialize,
};
/// This module should be included with asterisk.
///