mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
chore: Added static context props in docs (#507)
This commit is contained in:
parent
d36bee8862
commit
c3ba676da0
@ -11,6 +11,8 @@ The unleash context is defined by these fields:
|
|||||||
- sessionId: String,
|
- sessionId: String,
|
||||||
- remoteAddress: String,
|
- remoteAddress: String,
|
||||||
- properties: Map<String, String>
|
- properties: Map<String, String>
|
||||||
|
- appName: String
|
||||||
|
- environment: String
|
||||||
|
|
||||||
All fields are optional, but if they are not set you will not be able to use certain activation strategies.
|
All fields are optional, but if they are not set you will not be able to use certain activation strategies.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user