Skip to content

Commit

Permalink
Add feature flag for the API summary content change
Browse files Browse the repository at this point in the history
Will be default to false as default.

Plan:

Merge the add feature flag PR
Merge the code that uses the feature flag
Turn on the feature flag on QA when having a session with Register & Apply (needs a deployment)
Have the Register & Apply sign off that everything worked
Turn on the feature flag on Production (needs a deployment)
  • Loading branch information
tomas-stefano committed Nov 4, 2024
1 parent 521c75a commit ab45c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ feedback:
link: https://forms.office.com/pages/responsepage.aspx?id=yXfS-grGoU2187O4s0qC-SKECobyE75EtuJMp8rYxZtURTNaTTJaTVhBQlQzM1RESTJDVlBERk1JQS4u

features:
api_summary_content_change: false
send_request_data_to_bigquery: false
rollover:
# Normally a short period of time between rollover and the next cycle
Expand Down

0 comments on commit ab45c2b

Please sign in to comment.