Skip to content

Commit

Permalink
🔧 chore: remove slack multi team linking ff handler (#82757)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrajjoshi authored Dec 31, 2024
1 parent d6ed42b commit 100da8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,6 @@ def register_temporary_features(manager: FeatureManager):
# Add regression chart as image to slack message
manager.add("organizations:slack-endpoint-regression-image", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
manager.add("organizations:slack-function-regression-image", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
# Enable linking to Slack alerts from multiple teams to a single channel
manager.add("organizations:slack-multiple-team-single-channel-linking", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False, default=True)
manager.add("organizations:stacktrace-processing-caching", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable SAML2 Single-logout
manager.add("organizations:sso-saml2-slo", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
Expand Down

0 comments on commit 100da8f

Please sign in to comment.