-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
* 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))
// Do not delete push token from device storage. The token is valid | ||
// once given to SDK. We need it for future profile identifications. |
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.
this is a bug that I found after implementing logging and I did some QA testing of the queue myself.
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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