Experimental
Experimental
EXPERIMENTAL: Transaction context propagation is experimental and subject to change. The OpenFeature Enhancement Proposal regarding transaction context can be found here.
Sets the transaction context using the registered transaction context propagator.
The return value of the callback
The transaction specific context
Callback function used to set the transaction context on the stack
Rest
...args: unknown[]Rest
...args: unknown[]Optional arguments that are passed to the callback function
Generated using TypeDoc
EXPERIMENTAL: Transaction context propagation is experimental and subject to change. The OpenFeature Enhancement Proposal regarding transaction context can be found here.
Returns the currently defined transaction context using the registered transaction context propagator.
Returns
The current transaction context