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

feat: add logging for testing background queue #89

Merged
merged 29 commits into from
Dec 13, 2021

Conversation

levibostian
Copy link
Contributor

@levibostian levibostian commented Dec 6, 2021

Improved the logging of the background queue and parts of the SDK to make QA testing better.

How to enable logging to test this PR

levibostian and others added 26 commits October 29, 2021 16:22
* adding user agent

* can import UIKit

* Minor fix

* conditional import statements

* minor fix for deviceInfo.

Need to discuss for the 'default value' in case UIKit is unavailable

* added test case and comments
# [1.0.0-alpha.17](1.0.0-alpha.16...1.0.0-alpha.17) (2021-11-03)

### Bug Fixes

* improve user-agent with more detail ([#74](#74)) ([4301034](4301034))
# [1.0.0-alpha.18](1.0.0-alpha.17...1.0.0-alpha.18) (2021-11-18)

### Bug Fixes

* deep links previously being ignored ([#79](#79)) ([2041767](2041767))
q depends on hooks, hooks depend on q.
event bus no longer needed
# [1.0.0-alpha.19](1.0.0-alpha.18...1.0.0-alpha.19) (2021-12-03)

### Bug Fixes

* logs now show up in mac console app ([#80](#80)) ([535d0be](535d0be))
@levibostian levibostian marked this pull request as draft December 6, 2021 21:56
@levibostian levibostian self-assigned this Dec 6, 2021
@levibostian levibostian marked this pull request as ready for review December 7, 2021 17:51
Comment on lines +66 to +67
// Do not delete push token from device storage. The token is valid
// once given to SDK. We need it for future profile identifications.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a bug that I found after implementing logging and I did some QA testing of the queue myself.

Sources/MessagingPush/MessagingPushImplementation.swift Outdated Show resolved Hide resolved
Sources/Tracking/CustomerIOImplementation.swift Outdated Show resolved Hide resolved
Sources/Tracking/CustomerIOImplementation.swift Outdated Show resolved Hide resolved
Sources/Tracking/Util/Log.swift Outdated Show resolved Hide resolved
@RussellCIO RussellCIO added the iOS label Dec 13, 2021
@levibostian levibostian merged commit 45183f2 into background-q Dec 13, 2021
@levibostian levibostian deleted the background-q-logging branch December 13, 2021 21:41
@ami-ci
Copy link
Contributor

ami-ci commented Dec 15, 2021

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ami-ci
Copy link
Contributor

ami-ci commented Jan 19, 2022

🎉 This PR is included in version 1.0.0-beta.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ami-ci
Copy link
Contributor

ami-ci commented Jan 19, 2022

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants