Skip to content

Commit 6a4de6d

Browse files
authored
feat: Enable custom-event-title flag (#23090)
1 parent 5f8fc91 commit 6a4de6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/sentry/conf/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def create_partitioned_queues(name):
851851
# Lets organizations manage grouping configs
852852
"organizations:set-grouping-config": False,
853853
# Lets organizations set a custom title through fingerprinting
854-
"organizations:custom-event-title": False,
854+
"organizations:custom-event-title": True,
855855
# Enable rule page.
856856
"organizations:rule-page": False,
857857
# Enable incidents feature

tests/sentry/api/serializers/test_organization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def test_simple(self):
2525
assert result["features"] == set(
2626
[
2727
"advanced-search",
28+
"custom-event-title",
2829
"shared-issues",
2930
"open-membership",
3031
"event-attachments",

0 commit comments

Comments
 (0)