Does Tindra support "users" ? #24
Answered
by
bashgeek
johnsturgeon
asked this question in
Q&A
|
I've got about 30 users that use my app right now and I was wondering if tindra supported |
Answered by
bashgeek
Sep 11, 2026
Replies: 2 comments 5 replies
|
Yes. Set it when the user logs in ( sentry_sdk.set_user({
"id": str(user.id),
"email": user.email,
"username": user.username,
})Then on an issue you'll see who it was, and the issue list shows how many distinct users hit it. A couple of notes:
|
0 replies
|
is user.email required? I just used and.. yes, what I was wondering was if I could filter 'transactions' or 'browser' traces by user |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Released with v1.0.0 :-)