You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry/src/lib.rs
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,6 @@ lazy_static! {
65
65
static ref PUBLISHER_ANALYTICS_BY_CHANNEL_ID:Regex = Regex::new(r"^/analytics/for-publisher/0x([a-zA-Z0-9]{64})/?$").expect("The regex should be valid");
66
66
static ref CREATE_EVENTS_BY_CHANNEL_ID:Regex = Regex::new(r"^/channel/0x([a-zA-Z0-9]{64})/events/?$").expect("The regex should be valid");
67
67
static ref CHANNEL_SPENDER_LEAF_AND_TOTAL_DEPOSITED:Regex = Regex::new(r"^/v5/channel/0x([a-zA-Z0-9]{64})/spender/0x([a-zA-Z0-9]{40})/?$").expect("This regex should be valid");
68
-
static ref CHANNEL_ALL_SPENDER_LIMITS:Regex = Regex::new(r"^/v5/channel/0x([a-zA-Z0-9]{64})/spender/all/?$").expect("This regex should be valid");
0 commit comments