-
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 #1915
Merged
xgouchet
merged 83 commits into
feature/sr-web-view-support
from
xgouchet/merge_develop
Mar 18, 2024
Merged
Merge develop #1915
xgouchet
merged 83 commits into
feature/sr-web-view-support
from
xgouchet/merge_develop
Mar 18, 2024
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
…l-threads-in-case-of-crash RUM-2928: Report all threads in case of crash
…batch-age-in-telemetry-is-positive RUM-1633 Drop batch telemetry where duration or age have negative values
…bal-attributes-for-stopped-views RUM-3012 Do not update RUM View global properties after the view is stopped
Add new error source types to RUM schema
Also provide a way to override the native crash type by setting `_dd.native_source_type` in the additional configuration.
…pe-override RUM-3150 Set source_type on native crashes to `ndk`
Introduce gtihub issue forms
…-2.7.0 Next dev iteration
Prepare release 2.6.0
…0-in-develop Merge `release/2.6.0` in `develop`
…-applicationcontext RUM-3180: Avoid crash when applicationContext is null
Fix missing source in telemetry json schema
Remove stale json schema file.
Prepare release 2.6.1
…1-into-develop Merge release 2.6.1 changes into `develop` branch
Merge Hotfix 2.6.2
Send `source_type` as a property on `error` when the attribute `_dd.error.source_type` is set on the log.
feat: Add source_type when sent from cross platform logs
…urce-endpoint RUM-2708: Enable Resource Endpoint by default
…-drawables RUM-3276: Fix image resizing issue
Add a `Logs.addAttribute` and `Logs.removeAttribute` function to add attributes to all logs generated by Loggers created from a specific Core. Individual loggers and log events override global attributes. These log attributes are also sent on unhandled exceptions and added to errors forwarded to RUM. Still need to add attributes to NDK crash logs.
Co-authored-by: Nikita Ogorodnikov <4046447+0xnm@users.noreply.github.com>
Fix typo in source type
Suppress unchecked cast warnings in tests.
chore: Add signed commits requirement to CONTRIBUTING.md
…butes RUM-3068 Add support for global attributes on logs
0xnm
approved these changes
Mar 14, 2024
mariusc83
approved these changes
Mar 14, 2024
jonathanmos
approved these changes
Mar 18, 2024
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feature/sr-web-view-support #1915 +/- ##
===============================================================
- Coverage 83.67% 83.61% -0.06%
===============================================================
Files 473 483 +10
Lines 16778 17197 +419
Branches 2552 2573 +21
===============================================================
+ Hits 14038 14378 +340
- Misses 2023 2097 +74
- Partials 717 722 +5
|
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.
No description provided.