Merge develop branch#1948
Merged
mariusc83 merged 49 commits intoMar 28, 2024
Merged
Conversation
This sets up an attribute, `LogAttributes.ERROR_FINGERPRINT` that is automatically transferred to the `Error` object in `LogEvent`s. Also fixes RUM-2209 by adding the `LogEvent.Error.fingerprint` member
RUM-2907 Allow setting custom error fingerprint
…l-threads-for-non-fatal-anrs RUM-3523: Report all threads for non-fatal ANRs
RUM-3455 Cleanup SR code
…e ANRs separately
…res-and-reports-fatal-anrs RUM-2878: Report fatal ANRs
…n-fatal-anr-reporting RUM-2879: Disable non-fatal ANR reporting by default
Fix integration tests post SR refactoring
Fix SrImageButtonsMaskUserInputTest
…atting-rules Adjust `ktlint` formatting rules
…-error-category-for-anrs RUM-2926: Introduce `error.category` attribute for exceptions, categorize ANRs separately
Fix formatting
…-modification-exception-when-reading-feature-flags Prevent `ConcurrentModificationException` when reading feature flags
Prepare release 2.7.0
…-2.8.0 Next dev iteration
…0-into-develop Merge release 2.7.0 into `develop` branch
… in multi-threaded environment
…-tests-220324 Address some flaky tests
…events-serialization-from-rum-view-scope Add a test for the safe events serialization produced by `RumViewScope` in multi-threaded environment
RUM-2708: Refactor and split classes
…htlytests Fix mime type for nightly tests
…on-tests Disable some sr integration tests temporarily due to flakiness
…cation-startup-time-regression RUM-3430: Fix application startup time regression
mariusc83
force-pushed
the
mconstantin/merge-develop-brance-into-otel
branch
from
March 27, 2024 16:51
338d2d6 to
364a08b
Compare
0xnm
approved these changes
Mar 27, 2024
xgouchet
approved these changes
Mar 27, 2024
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feature/otel-support #1948 +/- ##
========================================================
+ Coverage 59.72% 59.99% +0.27%
========================================================
Files 796 803 +7
Lines 29613 30043 +430
Branches 4855 4928 +73
========================================================
+ Hits 17685 18022 +337
- Misses 10733 10807 +74
- Partials 1195 1214 +19
|
This file contains hidden or 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
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?
A brief description of the change being made with this pull request.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)