-
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
Fix dogfooding
branch build for tvOS
and dogfood recent changes
#799
Merged
ncreated
merged 142 commits into
dogfooding
from
ncreated/fix-dogfooding-branch-for-tvOS
Apr 4, 2022
Merged
Fix dogfooding
branch build for tvOS
and dogfood recent changes
#799
ncreated
merged 142 commits into
dogfooding
from
ncreated/fix-dogfooding-branch-for-tvOS
Apr 4, 2022
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
…dering RUMM-1769 Fix logs doc rendering
Co-authored-by: Maciek Grzybowski <maciek.grzybowski@datadoghq.com>
so we can share some of this code with dogfooding tool.
Without removing ScriptMessageHandlers explicitly, they stay alive in memory even after deallocation of the webview
so we can share some of their concepts.
…eanup DOCS-3052 iOS Monitoring Edits
…lish_cocoapods_podspecs`
to ensure that the version of Flutter in `dd-sdk-ios` CI env is equal or ahead of the version in `dd-sdk-flutter`. This is to let Flutter's example and integration tests project resolve its dependencies.
Co-authored-by: May Lee <mayl@alumni.cmu.edu>
…WebEvents RUMM-1931 stopTrackingDatadogEvents added to avoid memory leaks
…r-SDK-on-each-release
Co-authored-by: Maciek Grzybowski <maciek.grzybowski@datadoghq.com>
Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com>
…composition and inheritance
… URL session delegate
RUMM-1956 Document all regions in setup instruction
Co-authored-by: Maciek Grzybowski <maciek.grzybowski@datadoghq.com>
RUMM-1651 Add tvOS Support
(only if the frame has no library base address read).
…ack-frames-with-addr-0x00 RUMM-2025 Filter out unrecognized trailing stack frame in `error.stack`
Update CHANGELOG.md
…-signature RUMM-2091 Fix log event scrubbing signature
maxep
approved these changes
Apr 4, 2022
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 👌
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 tvOS support, UA headers redaction and CI app integration):
error.stack
#794In contrast to #798, this PR includes one more commit, which excludes running
MetricKit
logic fortvOS
(otherwise the CI won't pass, like in #798). We use MK only ondogfooding
branch.How?
ncreated/fix-dogfooding-branch-for-tvOS
branch fromdogfooding
develop
intoncreated/fix-dogfooding-branch-for-tvOS
(05201f2)dogfooding
Review checklist
Feature or bugfix MUST have appropriate tests (unit, integration)Make sure each commit and the PR mention the Issue number or JIRA referenceAdd CHANGELOG entry for user facing change.