What is the exact meaning of segment
in Sentry.setUser
#10173
-
I really want to know the exact meaning of this field. Did I use it correctly? setUser({
id: user.id,
email: user.email,
username: user.name,
role: user.role,
segment: user.org,
}); |
Beta Was this translation helpful? Give feedback.
Answered by
AbhiPrasad
Jan 16, 2024
Replies: 1 comment 1 reply
-
Afaik it was once planned to support this field in the product, however, it was never really used. Feel free to ignore it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've removed support for segment - we should probably delete the type. I opened #10210 to deprecate it.
See getsentry/sentry#58767 (comment)