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, CallsiteParameterAdder always adds each parameter under a predetermined key. It would be nice if the user can specify an alternate key for each parameter instead.
A pretty simple to implement and fully backwards compatible way would be to change the init method from
Currently,
CallsiteParameterAdder
always adds each parameter under a predetermined key. It would be nice if the user can specify an alternate key for each parameter instead.A pretty simple to implement and fully backwards compatible way would be to change the init method from
to
The user can then instantiate the processor as
The text was updated successfully, but these errors were encountered: