Unknown UserID in uppercase
See original GitHub issueEnvironment
How do you use Sentry? Sentry SaaS
Which SDK and version? “@sentry/react-native”: “^2.6.0”,
Hello!
I’m identifying my users by calling Sentry.setUser({ id });
in the app. With some events everything works and I see IDs there, but with others I see a weird uppercased IDs which I couldn’t have passed.
Where are these IDs coming from, how to fix that?
Issue Analytics
- State:
- Created 2 years ago
- Comments:20 (13 by maintainers)
Top Results From Across the Web
sendmail v8.15.2 reports 550 User unknown if the underlying ...
Sendmail apparently has no support for delivering mail to a local userid which has uppercase characters in it. This kind-of makes sense ...
Read more >User Unknown with uppercase letters in mail address #174
What you want is making 'NoReply' user from 'domain.tld' be recognized as 'noreply' user for the same domain, if I'm right.
Read more >100697 – useradd and adduser, no capital letters.
When every character is an uppercase, the "login" program assumed you're ... Capital letters breaks sendmail (unable to deliver message: User unknown).
Read more >Unix user ID's case-sensitive?
I am developing a security system and I was wondering if UNIX and/or LINUX user ID's are case-sensitive. i.e. can user 'daveb' and...
Read more >How to pass upper case parameters in Jasper Reports
Here , userid and voucherno are java.lang.String Type. But When I pass the parameter to userid as 'B-102' (Without Cotes) with java class....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ayubov thanks for confirming, as I don’t know the structure of your
id
, I wanted to confirm, lets wait for @jennmuengyes, just fixed the Android wording https://github.com/getsentry/sentry-docs/pull/4200 since
Secure.ANDROID_ID
has been removed a while ago