-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: Remove old TODOs #522
Conversation
@untitaker can we remove this aswell? relay/relay-general/src/protocol/span.rs Lines 37 to 40 in a1b2f4c
|
269ba64
to
ed56e94
Compare
ed56e94
to
e1652ff
Compare
@@ -38,6 +39,7 @@ fn get_rule(config: &PiiConfig, id: &str) -> Option<RuleRef> { | |||
} | |||
} | |||
|
|||
#[allow(clippy::mutable_key_type)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be a false-positive, I'm assuming this is due to Regexes
stored inside RuleRef
. See https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type
Let's do that not just yet. I thought about this recently but then we started another schema discussion like two days ago |
@jan-auer your consolidation broke our Python 2 build, as black does not install under Python 2. |
The `breadcrumb.event_id` attribute was wrongly removed in #522. It is used to link to other Sentry issues from within the breadcrumbs list.
Removes some old TODOs. Most notably, this removes the
_relay_processed
marker from event payloads.