-
Notifications
You must be signed in to change notification settings - Fork 2
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(logging, domains): integrate logging packages and bind clients w… #12
Conversation
…ith providers - Integrated with popular logging packages for better monitoring and debugging. - Added support for logically binding clients with providers under the domains module. Signed-off-by: Usman <[email protected]>
Signed-off-by: Usman <[email protected]>
4b25e53
to
865e340
Compare
@ubabar123 passes all checks - will merge this into the QA branch for testing |
Signed-off-by: ubabar123 <[email protected]>
@@ -14,7 +14,7 @@ description: A server-side Dart implementation of the OpenFeature SDK. | |||
version: 0.0.1-pre | |||
homepage: https://github.com/your-repo/open-feature-dart-server-sdk | |||
environment: | |||
sdk: ">=3.5.4 <4.0.0" | |||
sdk: ">=3.5.2 <4.0.0" |
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.
@ubabar123 please check the dart version as we should be using the latest while in beta/experimental phase.
@ubabar123 everything else looks ok - once that dart version issue is updated - I'll go ahead and merge the pull request. |
Signed-off-by: ubabar123 <[email protected]>
Signed-off-by: Usman <[email protected]>
Signed-off-by: Usman <[email protected]>
…ith providers - Integrated with popular logging packages for better monitoring and debugging. - Added support for logically binding clients with providers under the domains module. Signed-off-by: Usman <[email protected]>
Signed-off-by: Usman <[email protected]>
Signed-off-by: Usman <[email protected]>
Signed-off-by: ubabar123 <[email protected]> Signed-off-by: Usman <[email protected]>
Signed-off-by: Jeremy Andrews <[email protected]> Signed-off-by: Usman <[email protected]>
Signed-off-by: Usman <[email protected]>
Signed-off-by: Usman <[email protected]>
…er-sdk into feat/logging-domains
Signed-off-by: Usman <[email protected]>
8e80ddf
to
59d2bb1
Compare
Signed-off-by: Usman <[email protected]>
fbd0f04
to
ffadc33
Compare
Signed-off-by: Usman <[email protected]>
…ith providers
This PR
Related Issues
Fixes #1234523
Notes
Follow-up Tasks
How to test