-
Notifications
You must be signed in to change notification settings - Fork 129
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
Dogfood recent changes #1865
Merged
Merged
Dogfood recent changes #1865
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
…to allow selective injection
Co-authored-by: Ursula Chen <[email protected]>
Co-authored-by: Ursula Chen <[email protected]>
This reverts commit 7db7b2c.
Co-authored-by: Maciek Grzybowski <[email protected]>
…ate-on-attributes-change-part1 RUM-3588 chore: Add tests for global RUM attributes
Co-authored-by: Maciek Grzybowski <[email protected]>
…encoder and decoder + simplify ISO8601 date coding
As observed in #1638, accessing `request.allHTTPHeaderFields` is not safe and leads to crashes with undefined root cause. To avoid this, instead we use `request.value(forHTTPHeaderField:)` to only read headers known by the SDK.
Bump rexml from 3.2.5 to 3.2.8
…racking-for-obj-c RUM-4313 feat: Add `WebViewTracking` for Obj-c
…um-models chore: Fix generating rum models
…context-with-rum-attributes RUM-3588 fix: Always update crash context with RUM attributes
…with-swift-testing [CIVIS-9813] Fix for test sdk integration
…allHTTPHeaderFields
…ntext-control RUM-3535 feat: add support for trace context injection configuration to allow selective injection
…allHTTPHeaderFields
…accessing-allHTTPHeaderFields RUM-3183 fix: Fix crash on accessing `request.allHTTPHeaderFields`
…or telemetry this is to later aggregate SDK errors by their kind in "RUM Session Ended" telemetry
…-oom-crash RUM-3464 feat(oom): simulate OOM crash in Example app
…metrics refactor: Standardize locating SDK metrics code
maxep
approved these changes
May 29, 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.
🐕
…r-kind-in-sdk-error-telemetry
8 tasks
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?
1.11.2
#1844swiftlint
0.55.1 #1850batch_size
in configuration telemetry #1849batch_duration
in "Batch Closed" metric #1851WebViewTracking
for Obj-c #1854request.allHTTPHeaderFields
#1843How?
develop
→dogfooding
→ 🤖Review checklist
Custom CI job configuration (optional)
tools/