-
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 #1147
Merged
0xnm
merged 19 commits into
feature/sdkv2
from
nogorodnikov/merge_develop_into_sdkv2_171122
Nov 21, 2022
Merged
Merge develop into SDK v2 branch #1147
0xnm
merged 19 commits into
feature/sdkv2
from
nogorodnikov/merge_develop_into_sdkv2_171122
Nov 21, 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
The device architecture is needed for Flutter symbolication of logs
Fix sample in README
Updates some default attributes of RUM events in order to standardize and unify behaviour across all sdk platforms.
This will allow cross platform SDKs to modify the configuration before sending it to telemetry.
This is needed for Flutter and React Native to pass their stack traces to the SDK for serialization.
…rum-event-defaults RUMM-2625 Update default values for RUM events
…guration-mapper Add telemetry configuration mapper
Add a logger method to log error information from strings
Update telemetry schema
…tecture Add device.architecture to logs
alai97
approved these changes
Nov 17, 2022
mariusc83
approved these changes
Nov 21, 2022
Codecov Report
@@ Coverage Diff @@
## feature/sdkv2 #1147 +/- ##
=================================================
- Coverage 82.38% 82.34% -0.04%
=================================================
Files 350 351 +1
Lines 11559 11748 +189
Branches 1980 2003 +23
=================================================
+ Hits 9522 9673 +151
- Misses 1423 1454 +31
- Partials 614 621 +7
|
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 PR does the merge of
develop
branch intofeature/sdkv2
branch with all the conflicts resolved.Review checklist (to be filled by reviewers)