-
-
Notifications
You must be signed in to change notification settings - Fork 344
fix(sdk): Set {{auto}}
if user.ip_address
is undefined
and sendDefaultPii: true
#4466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR depends on JS v9 before releasing? if so will we bump it only on a major version of Sentry React Native? |
- Related to #15008 Export helpers to avoid duplications in sentry/react-native. - RN PR getsentry/sentry-react-native#4466
Yes, this depends on JS v9, which also means a major version of RN. |
@krystofwoldrich we should point this PR towards v7, where #4568 will be merged, since this depends on JavaScript V9 |
f6555c1
to
7669fb0
Compare
5d55818
to
5b1fd7e
Compare
{{auto}}
if user.ip_address
is undefined
{{auto}}
if user.ip_address
is undefined
and sendDefaultPii: true
This is ready for a review. |
Android (new) Performance metrics 🚀
|
Android (legacy) Performance metrics 🚀
|
iOS (legacy) Performance metrics 🚀
|
iOS (new) Performance metrics 🚀
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
📢 Type of change
Tasks
{{auto}}
to RN v5 or upgrade to JS v9❓ What to do for RN v6?
Map current behavior for RN JS, Cocoa, Android, and Android Native.
{{auto}}
{{auto}}
Related JS v9 changes
user.ip_address
explicitly to{{auto}}
sentry-javascript#15008 (mandatory to use the client hooks)💡 Motivation and Context
user.ip_address: {{auto}}
team-sdks#118💚 How did you test it?
unit tests
📝 Checklist
sendDefaultPII
is enabled