Skip to content

Commit

Permalink
adds note about native release health user stats
Browse files Browse the repository at this point in the history
  • Loading branch information
kahest committed Dec 7, 2023
1 parent 4d18a49 commit f952adb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platform-includes/enriching-events/set-user/native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ sentry_value_set_by_key(user, "ip_address", sentry_value_new_string("{{auto}}"))
sentry_value_set_by_key(user, "email", sentry_value_new_string("[email protected]"));
sentry_set_user(user);
```
<Note>
To see user statistics in [Release Health](/platforms/native/configuration/releases/#release-health), set at least one of `id`, `username`, or `email`.
</Note>

0 comments on commit f952adb

Please sign in to comment.