We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8fc91 commit 6a4de6dCopy full SHA for 6a4de6d
src/sentry/conf/server.py
@@ -851,7 +851,7 @@ def create_partitioned_queues(name):
851
# Lets organizations manage grouping configs
852
"organizations:set-grouping-config": False,
853
# Lets organizations set a custom title through fingerprinting
854
- "organizations:custom-event-title": False,
+ "organizations:custom-event-title": True,
855
# Enable rule page.
856
"organizations:rule-page": False,
857
# Enable incidents feature
tests/sentry/api/serializers/test_organization.py
@@ -25,6 +25,7 @@ def test_simple(self):
25
assert result["features"] == set(
26
[
27
"advanced-search",
28
+ "custom-event-title",
29
"shared-issues",
30
"open-membership",
31
"event-attachments",
0 commit comments