-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
S-needs-triageRequires initial triage or categorizationRequires initial triage or categorizationT-featureSuggests a new feature or enhancementSuggests a new feature or enhancementcla: allowlist
Description
Describe the feature
Is it possible currently to trigger alert on implementation function? It seems that monitor mainly use eth_getLogs but to have the ability to see what implementation function has been called we need trace ?
Is it possible though to monitor the fallback on the proxy, and see if a certain function signature has been called with a certain value?
My understanding is that what
"match_conditions": {
"functions": [
{
"signature": "_fallback()",
"expression": null //is it possible to do that here?
}
],
"events": [],
"transactions": [
{
"status": "Success",
"expression": null
}
]
},Is function.expression the place to do that?
Additional context
No response
coderabbitai and shahnami
Metadata
Metadata
Assignees
Labels
S-needs-triageRequires initial triage or categorizationRequires initial triage or categorizationT-featureSuggests a new feature or enhancementSuggests a new feature or enhancementcla: allowlist