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
Now you will have `ctx.state.meters.automark[scope](ctx)` for you to
declare multiple scopes using the `id` of the `mark` block.
This will retain the API for meters that don't have a scope id by
keeping the `ctx.state.meters.automark` as a function
The
automark
functionality should be allowed to take a scope to be used in different areas of the application, rather than just once on access.e.g.
This declare to metrics that will be marked given different contexts, one on access and one when interacting with the cache, you could call them with
One of the main concerns would be how to make this backwards compatible for when no
id
/ namespace is defined.The text was updated successfully, but these errors were encountered: