We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535ed80 commit 7c6a092Copy full SHA for 7c6a092
src/sentry/models/environment.py
@@ -53,7 +53,7 @@ class Meta:
53
def is_valid_name(cls, value):
54
"""Limit length and reject problematic bytes
55
56
- If you change the rules here also update the event ingestion schema in Relay.
+ If you change the rules here also update the event + monitor check-in ingestion schema in Relay.
57
"""
58
if len(value) > ENVIRONMENT_NAME_MAX_LENGTH:
59
return False
0 commit comments