-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ref(flags): remove FeatureFlagContext type export #14646
Conversation
@@ -19,6 +19,7 @@ export type { | |||
TraceContext, | |||
CloudResourceContext, | |||
MissingInstrumentationContext, | |||
FeatureFlagContext, |
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.
🤔 Is this used anywhere in the SDK?
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.
It's used in the scope class I believe, scope.ts
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.
If not directly, then in the Contexts type.
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.
I don't see it used anywhere
Yeah I think this type won't be needed in sentry either after getsentry/sentry#81954 |
@aliu39 can we remove it completely since it's not used at all? |
@billyvg we still need it for the |
Follow-up from getsentry/sentry#81925 (comment). Like the other context types this should be exported here. We're using it in sentry right now, but importing from /build.