File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
develop-docs/backend/application-domains/feature-flags Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ Here are some common properties we surface via our Sentry and GetSentry context
148148
149149: The project's slug
150150
151+ ` project_platform` [str]
152+
153+ : The project's platform
154+
151155**User Context Properties (If checking a flag with an actor)**
152156
153157` user_id` [int]
@@ -158,6 +162,18 @@ Here are some common properties we surface via our Sentry and GetSentry context
158162
159163: The active user's email address. This should only contain Sentry employee email addresses.
160164
165+ ` user_domain` [str]
166+
167+ : The domain of the active user's email address.
168+
169+ ` user_is-staff` [bool]
170+
171+ : Is set to `true` for users that have `is_staff`.
172+
173+ ` user_is-superuser` [bool]
174+
175+ : Is set to `true` for users that have `is_superuser`.
176+
161177
162178To see the latest context properties available, check out the repo-specific context builders :
163179
You can’t perform that action at this time.
0 commit comments