Skip to content

Commit 30e4173

Browse files
kahestlizokm
andauthored
fix(native): add note about setting user for native release health user stats (#8661)
* adds note about native release health user stats * Update src/platform-includes/enriching-events/set-user/native.mdx Co-authored-by: Liza Mock <[email protected]> --------- Co-authored-by: Liza Mock <[email protected]>
1 parent 9d502ef commit 30e4173

File tree

1 file changed

+6
-0
lines changed
  • src/platform-includes/enriching-events/set-user

1 file changed

+6
-0
lines changed

src/platform-includes/enriching-events/set-user/native.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ sentry_value_set_by_key(user, "ip_address", sentry_value_new_string("{{auto}}"))
66
sentry_value_set_by_key(user, "email", sentry_value_new_string("[email protected]"));
77
sentry_set_user(user);
88
```
9+
10+
<Note>
11+
12+
To see user statistics in [Release Health](/platforms/native/configuration/releases/#release-health), set at least one of the following: `id`, `username`, or `email`.
13+
14+
</Note>

0 commit comments

Comments
 (0)