ref(flags): Use SDK util functions for tracking feature flags [POC] - #81159
Closed
billyvg wants to merge 1 commit into
Closed
ref(flags): Use SDK util functions for tracking feature flags [POC]#81159billyvg wants to merge 1 commit into
billyvg wants to merge 1 commit into
Conversation
This uses the util functions from the SDK beta to track feature flags in our SaaS. I do not think these will be what we ship with, but this shows what APIs are needed.
billyvg
changed the base branch from
master
to
feat-sdk-upgrade-to-8.41.0-beta.0
November 21, 2024 22:05
@sentry SDKs to v8.41.0-beta.0
billyvg
marked this pull request as ready for review
November 21, 2024 22:06
Member
Author
|
@cmanallen @aliu39 Thinking more and more that we should move what we can into core and out of the integrations. |
❌ 8 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Member
Author
|
Oops need to update tests |
Member
Author
|
Gonna close this out actually, and just leave it as a PoC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This uses the util functions from the SDK beta to track feature flags in our SaaS. I do not think these will be what we ship with, but this shows what APIs are needed.