-
-
Notifications
You must be signed in to change notification settings - Fork 276
Refactor: use FFI/JNI for setUser
#3295
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
base: enh/ffi-jni-breadcrumbs-sync
Are you sure you want to change the base?
Conversation
🚨 Detected changes in high risk code 🚨High-risk code has higher potential to break the SDK and may be hard to test. To prevent severe bugs, apply the rollout process for releasing such changes and be extra careful when changing and reviewing these files:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## enh/ffi-jni-breadcrumbs-sync #3295 +/- ##
================================================================
+ Coverage 88.08% 88.84% +0.76%
================================================================
Files 294 279 -15
Lines 10199 9657 -542
================================================================
- Hits 8984 8580 -404
+ Misses 1215 1077 -138 ☔ View full report in Codecov by Sentry. |
📜 Description
Part of JNI/FFI refactorings:
💡 Motivation and Context
Partly completes #3204
💚 How did you test it?
Manual, integration tests
📝 Checklist
sendDefaultPii
is enabled🔮 Next steps