-
Notifications
You must be signed in to change notification settings - Fork 61
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
Merge develop into SDK v2 branch #1104
Merged
0xnm
merged 33 commits into
feature/sdkv2
from
nogorodnikov/merge_develop_into_sdkv2_25102022
Oct 25, 2022
Merged
Merge develop into SDK v2 branch #1104
0xnm
merged 33 commits into
feature/sdkv2
from
nogorodnikov/merge_develop_into_sdkv2_25102022
Oct 25, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This creates an internal API for adding cross platform technical performance metrics (currently only Flutter Build Time, Flutter Raster Time and JS Refresh Rate). Each update is a single sample, which is aggregated via the same method as the Vitals aggregation, and posted to View events. Fixes RUMM-2515
…rustrations-signals RUMM-2463 Add API to enable/disable tracking of frustration signals
Create internal API for sending technical performance metrics
…itional_attributes RUMM-2659 editable additional attributes
…ling_attribute RUMM-2289 Add tracing sampling attribute
Publish SNAPSHOT builds to sonatype on pushes to develop
MTG-6 Update ktlint to 0.47.1
Add version to top level project for nexusPublishing extension
Fix import ordering
xgouchet
approved these changes
Oct 25, 2022
Codecov Report
@@ Coverage Diff @@
## feature/sdkv2 #1104 +/- ##
=================================================
+ Coverage 82.66% 82.69% +0.03%
=================================================
Files 349 350 +1
Lines 11229 11301 +72
Branches 1838 1846 +8
=================================================
+ Hits 9282 9345 +63
- Misses 1388 1394 +6
- Partials 559 562 +3
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This change does a merge of
develop
branch into SDK v2 branch to be compatible with ktlint 0.47.1 formatting changes/requirements.Review checklist (to be filled by reviewers)