-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
Fix: set "java" platform to transactions #1332
Conversation
The alternative implementation that I think I would be in favour of is that If it's not something that users should be able to overwrite we could then remove the setter completely. What do you think @bruno-garcia @marandaneto |
better not, we also capture events from native platforms (Android NDK), it's important to know if there was a value, or not. |
But do we set different value for NDK? The javadocs says:
|
Codecov Report
@@ Coverage Diff @@
## main #1332 +/- ##
=========================================
Coverage 75.64% 75.65%
- Complexity 1842 1843 +1
=========================================
Files 185 185
Lines 6319 6321 +2
Branches 626 627 +1
=========================================
+ Hits 4780 4782 +2
Misses 1254 1254
Partials 285 285
Continue to review full report at Codecov.
|
NDK events are |
Ok, then PR is ready to review as it is. |
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
NDK will use |
📜 Description
Fix: set "java" platform to transactions
💡 Motivation and Context
Each event/transaction that SDK sends should have platform set.
💚 How did you test it?
Unit tests.
📝 Checklist