Skip to content
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 65 commits into from
Dec 14, 2021
Merged

Dogfood recent changes #687

merged 65 commits into from
Dec 14, 2021

Conversation

maxep
Copy link
Member

@maxep maxep commented Dec 14, 2021

ncreated and others added 30 commits November 18, 2021 16:58
…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
…on-debug-utility

RUMM-1758 Add RUM Session debug utility
…throws

RUMM-1780 Prevent FileManager from throwing
ncreated and others added 27 commits November 25, 2021 17:25
…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.
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
@maxep maxep requested a review from a team as a code owner December 14, 2021 10:03
Copy link
Member

@ncreated ncreated left a 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.

@maxep maxep merged commit fd74013 into dogfooding Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants