-
Notifications
You must be signed in to change notification settings - Fork 133
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
Release 2.17.0 #2047
Merged
Merged
Release 2.17.0 #2047
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
Certain attributes (fingerprint and error source type) are removed as part of log processing because they are moved onto official properties of errors in logs. However, when these errors are transmitted to RUM, the properties are not replaced, which they should be, so that RUM has all of the information about the error.
…t-testing` also enable gathering code coverage for tested targets
…p-api RUM-5536 [SR] Start / Stop API
RUM-5555 Benchmarks: Collect Memory Metric
RUM-5555 Benchmarks: Collect FPS Metric
and replace it with concurrency-safe `FeatureScope`
…bility-for-unit-tests chore: Enable test visibility in unit test jobs (iOS + tvOS)
gh-2032 chore: update TraceID docs to reflect the generation implementation
It will now generate encoding code for immutable properties with default value. This will cover use cases like `telemetry.status` or `telemetry.type` which are both constants.
this solves problem with telemetry events not validating against the schema.
…-concurrency-safe RUM-1053 Make Logger Sendable for Swift 6 concurrency
…-status RUM-2491 fix: Fix missing `status` and `type` fields in RUM telemetry events
so it starts 20 minutes after "dependent" job, ensuring that at least some of "dependent" podspecs are available in trunk. Otherwise, "legacy" job will always fail and require manual restart.
…obs-delay chore: Increase delay in publish "legacy" podspecs job
3 tasks
ncreated
approved these changes
Sep 11, 2024
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.
🚢 🚀 🛰️
ganeshnj
approved these changes
Sep 11, 2024
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 and why?
status
andtype
fields in RUM telemetry events #2042CURRENT_PROJECT_VERSION
only #2021BenchmarkTests/UIKitCatalog
from license check #20172.5.0
#1999release/2.16.0
to develop #2003Originally, I compared this branch against
develop
, so the description has not been filled automatically with the list of PRs merged since the latest release.I've run the following command to list them myself:
git log --merges --oneline --grep "Merge pull request" master..develop
How?
A brief description of implementation details of this PR.
Review checklist