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
Added a configurable tombstone function name, so your tombstone function no longer needs to be named tombstone. Additional benefits:
The tombstone function doesn't need to be located in the global space, it can be located in a namespace now.
You can have multiple tombstone functions for different purposes. E.g. have a function that logs every single invocation and have another one that does random sampling.