-
Notifications
You must be signed in to change notification settings - Fork 372
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
Add back the ETP preview flag #2339
Add back the ETP preview flag #2339
Conversation
…it with the same value as the prod flag
Codecov Report
@@ Coverage Diff @@
## develop #2339 +/- ##
========================================
Coverage 70.86% 70.87%
========================================
Files 97 97
Lines 14105 14107 +2
Branches 2029 2029
========================================
+ Hits 9996 9998 +2
Misses 3662 3662
Partials 447 447
Continue to review full report at Codecov.
|
@@ -1996,6 +1996,8 @@ def create_handler_env(self): | |||
|
|||
if get_supported_feature_by_name(SupportedFeatureNames.ExtensionTelemetryPipeline).is_supported: | |||
handler_env[HandlerEnvironment.eventsFolder] = self.get_extension_events_dir() | |||
# For now, keep the preview key to not break extensions that were using the preview. |
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.
can you also create a TFS task and assign it to me to remove this key eventually. Thanks!
Add the ETP preview flag back to HandlerEnvironment.json so as not to break extensions already on the preview.
Issue #
PR information
Quality of Code and Contribution Guidelines