| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)featuremanagement/_featuremanagerbase.py:243
logging.warning("targeting_context_accessor did not return a TargetingContext")
featuremanagement/_featuremanagerbase.py:240
targeting_context = self._targeting_context_accessor()
Sorry, something went wrong.
There was a problem hiding this comment.
Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.
Files not reviewed (2)featuremanagement/_featuremanagerbase.py:243
return None
featuremanagement/_featuremanagerbase.py:282
logging.warning("Feature flag %s not found", feature_flag_id)
Sorry, something went wrong.
Co-authored-by: Ross Grambo <rossgrambo@microsoft.com>
* Added Accessor (#55) * Added Accessor with comments * comment and format change * fixing log * fixing log length * async version with tests * fix test and pylint issue * Update featuremanagement/aio/_featuremanager.py Co-authored-by: Ross Grambo <rossgrambo@microsoft.com> * Update _featuremanager.py --------- Co-authored-by: Ross Grambo <rossgrambo@microsoft.com> * New OTel Integration (#54) * New OTel Integration * fixing issues * pylint fixes * fixing mypy issues * Update _send_telemetry.py * Update _send_telemetry.py * Update dev_requirements.txt * fixing checks * Update _send_telemetry.py * Update _send_telemetry.py * trying mypy fix * Update _send_telemetry.py * Update to use accessor * remove attach_targeting_info * added tests * Adding Quart sample * Added otel to quart sample * Update requirements.txt * Updating Version/Status * review comments * Update _version.py --------- Co-authored-by: Ross Grambo <rossgrambo@microsoft.com>
| Back | FazBrowse Home | New Git URL |
Description
Adds option of adding a callback that sets the targeting context.
Contribution checklist:
General Guidelines and Best Practices