-
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
Dogfood recent changes #632
Merged
Merged
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
…/ios_crash_reporting
Co-authored-by: cswatt <cecilia.watt@datadoghq.com> Co-authored-by: Maciek Grzybowski <maciek.grzybowski@datadoghq.com>
…-sdk-ios into priyanshi/ios_crash_reporting
…-sdk-ios into priyanshi/ios_crash_reporting
…lection-doc-link RUMM-1006 Update Trace Collection documentation link
…ame in `$monitor_name` as this is no longer true in some Tracing monitors.
…hange rather than polling for them on every log submission
…races-with-rum-action RUMM-1668 Associate Logs and Traces with RUM Action
RUMM-1632 Release 1.8.0-beta1
…ound-for-carthage-build RUMM-1200 Remove Carthage workaround for missing `arm64` slice in PLCR's xcframework
Co-authored-by: cswatt <cecilia.watt@datadoghq.com>
Release 1.7.1
…rmation-to-flaky-test-errors RUMM-1394 Add more verbosity to flaky test errors
DOCS-2543 iOS Monitoring > Crash Reporting and Error Tracking Beta
…-for-tracing-APIs RUMM-1377 Add E2E tests for Tracing APIs
…g on iOS12+ This should significantly recude number of reads from `CTTelephonyNetworkInfo` which was causing infrequent crashes on iOS14.x. Instead of reading properties of `CTTelephonyNetworkInfo` for each collected event, now we only read it on startup and after `CTCarrier` change (which corresponds to switching SIM card in the phone).
…d `DDURLSessionDelegateTests` The issue was related to random order of `URLSession` tasks completion on iOS 11.x. Tasks started first not necessarily complete first, and because in these tests we do not ensure order of completion, that was flaky.
…views-for-synthetics Add "Debug webview" screen to Example app
…rovider # Conflicts: # Datadog/Example/Base.lproj/Main.storyboard
…ier-info-provider RUMM-1691 Reduce utilization of `CTTelephonyNetworkInfo` to mitigate `CarrierInfoProvider` crash
…ssion RUMM-1679 Compress HTTP body using `deflate` (ETF RFC 1950)
maxep
approved these changes
Oct 12, 2021
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.
🚀 🐶
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?
🐶 Dogfooding recent changes, notably:
deflate
(ETF RFC 1950) #626CTTelephonyNetworkInfo
to mitigateCarrierInfoProvider
crash #627How?
Merging
master
todogfooding
.Review checklist