Skip to content

Commit 1851a14

Browse files
authored
fix: Add more context data to flagpole documentation (#13394)
1 parent c102680 commit 1851a14

File tree

1 file changed

+16
-0
lines changed
  • develop-docs/backend/application-domains/feature-flags

1 file changed

+16
-0
lines changed

develop-docs/backend/application-domains/feature-flags/flagpole.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

162178
To see the latest context properties available, check out the repo-specific context builders:
163179

0 commit comments

Comments
 (0)