metadata

Sets additional metadata using a DSL builder.

Example:

metadata {
put("userId", "123")
put("sessionId", "abc")
}