-
Notifications
You must be signed in to change notification settings - Fork 134
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 #687
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
…e 13.1 With Xcode 13.1 and iOS Simulator some paths to binary images may include illegal characters (e.g. spaces) which return `nil` for `URL(string:)`. As there is a better replacement: `URL(fileURLWithPath:)` this fix updates the way we read it.
…age-name-resolution-on-iOS-Simulator RUMM-1386 Fix `BinaryImage.imageName` resolution on iOS Simulator with Xcode 13.1
This reverts commit ea81936.
…on-debug-utility RUMM-1758 Add RUM Session debug utility
…throws RUMM-1780 Prevent FileManager from throwing
…ssue-in-nightly-tests-for-iOS-11-and-12 RUMM-1758 Fix 'Library not loaded: SwiftUI' runtime crash in nightly tests (iOS 11 and 12)
RUMM-1658 Manual instrumentation of SwiftUI actions
…-sdk-1.0.2 Update to version 1.0.2 of testing framework
Adds two launch arguments: DD_DEBUG sets sampling to 100%, verbosity to debug, and upload frequency to freqeunt DD_DEBUG_RUM enables Datadog.debugRUM All of these settings are changed during initialization to override whatever configuration the user set
Remove the _singleton private variable in favor of a statically initialized singleton.
SwiftUI Instrumentation
Also move configuration manipulation into FeaturesConfiguration where that is possible.
…ments 🚩RUM-1755 Add config overrides for debug launch arguments
…-in-RUMResourcesScenarioTests RUMM-1821 Fix flakiness in `RUMResourcesScenarioTests`
Allow passing in a type for errors sent with a message
…-tests-plan-for-UI-tests RUMM-1821 Fix choosing UI tests plan on CI
…-sdk-1.0.3-beta.1 Update to version 1.0.3-beta.1 of testing framework. It fixes test network instrumentation when running using DD_DISABLE_SDKIOS_INTEGRATION configuration
ncreated
approved these changes
Dec 14, 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.
👌 Thanks for listing PRs - it really helps for keeping track on what's dogfooded vs not.
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:
BinaryImage.imageName
resolution on iOS Simulator with Xcode 13.1 #6681.8.0
#671How?
master
->dogfooding
Review checklist