question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unknown UserID in uppercase

See original GitHub issue

Environment

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:closed
  • Created 2 years ago
  • Comments:20 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
marandanetocommented, Sep 28, 2021

@ayubov thanks for confirming, as I don’t know the structure of your id, I wanted to confirm, lets wait for @jennmueng

1reaction
marandanetocommented, Sep 28, 2021

See docs.sentry.io/platforms/apple/enriching-events/identify-user

Since 6.0.1: Sentry will by fallback to installationId if you do not provide a user identity.

Do we do something similar on Android @marandaneto? I think we should add this info also to the identify-user docs of the hybrid SDKs.

yes, just fixed the Android wording https://github.com/getsentry/sentry-docs/pull/4200 since Secure.ANDROID_ID has been removed a while ago

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found