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
Currently the tombstone function name is hardcoded to tombstone (a function within the global scope). Make that function configurable and allow having multiple tombstone functions. Multiple tombstone functions would provide more flexibility, e.g.
You don't want a function in the global scope, but use something namespaced instead
Have a function that always logs invocations vs. have a function that randomly logs (sampling)
Use different tombstones for different purposes
If this idea would be useful to you, give it a +1
Todo
Add function name to Tombstone class
Log tombstone function name
Add analyzer config option for tombstone functions names, pass these to the extractor
Add analyzer config option to use tombstone function name for matching tombstones (or not, to treat all tombstone functions as if they're all the same function)
The text was updated successfully, but these errors were encountered:
Idea
Currently the tombstone function name is hardcoded to
tombstone
(a function within the global scope). Make that function configurable and allow having multiple tombstone functions. Multiple tombstone functions would provide more flexibility, e.g.If this idea would be useful to you, give it a +1
Todo
The text was updated successfully, but these errors were encountered: