-
Notifications
You must be signed in to change notification settings - Fork 21
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
[FEATURE] Implement Tracking in .NET #309
Labels
Comments
I would like to take this over |
chrfwow
added a commit
to chrfwow/dotnet-sdk
that referenced
this issue
Dec 4, 2024
Signed-off-by: christian.lutnik <[email protected]>
chrfwow
added a commit
to chrfwow/dotnet-sdk
that referenced
this issue
Dec 10, 2024
Signed-off-by: christian.lutnik <[email protected]>
toddbaert
pushed a commit
that referenced
this issue
Dec 12, 2024
🤖 I have created a release *beep* *boop* --- ## [2.2.0](v2.1.0...v2.2.0) (2024-12-12) ### ✨ New Features * Feature Provider Enhancements- [#321](#321) ([#324](#324)) ([70f847b](70f847b)) * Implement Tracking in .NET [#309](#309) ([#327](#327)) ([cbf4f25](cbf4f25)) * Support Returning Error Resolutions from Providers ([#323](#323)) ([bf9de4e](bf9de4e)) ### 🧹 Chore * **deps:** update dependency fluentassertions to v7 ([#325](#325)) ([35cd77b](35cd77b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
kylejuliandev
pushed a commit
to kylejuliandev/dotnet-sdk
that referenced
this issue
Jan 9, 2025
## This PR Adds support for tracking ### Related Issues Closes open-feature#309 --------- Signed-off-by: christian.lutnik <[email protected]> Signed-off-by: Kyle Julian <[email protected]>
kylejuliandev
pushed a commit
to kylejuliandev/dotnet-sdk
that referenced
this issue
Jan 9, 2025
🤖 I have created a release *beep* *boop* --- ## [2.2.0](open-feature/dotnet-sdk@v2.1.0...v2.2.0) (2024-12-12) ### ✨ New Features * Feature Provider Enhancements- [open-feature#321](open-feature#321) ([open-feature#324](open-feature#324)) ([70f847b](open-feature@70f847b)) * Implement Tracking in .NET [open-feature#309](open-feature#309) ([open-feature#327](open-feature#327)) ([cbf4f25](open-feature@cbf4f25)) * Support Returning Error Resolutions from Providers ([open-feature#323](open-feature#323)) ([bf9de4e](open-feature@bf9de4e)) ### 🧹 Chore * **deps:** update dependency fluentassertions to v7 ([open-feature#325](open-feature#325)) ([35cd77b](open-feature@35cd77b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Kyle Julian <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement tracking as per spec: open-feature/spec@cd99c35
Functional requirements:
Non functional requirements:
tracking event details
should likely use similar underlying functionality to evaluation context / structureREADME addition (be careful to correctly link to #hooks and #providers and update the code snippet for the language in question
The text was updated successfully, but these errors were encountered: