Skip to content

Commit 7c6a092

Browse files
authored
meta(crons): Update environment length comment (#53448)
1 parent 535ed80 commit 7c6a092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/models/environment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Meta:
5353
def is_valid_name(cls, value):
5454
"""Limit length and reject problematic bytes
5555
56-
If you change the rules here also update the event ingestion schema in Relay.
56+
If you change the rules here also update the event + monitor check-in ingestion schema in Relay.
5757
"""
5858
if len(value) > ENVIRONMENT_NAME_MAX_LENGTH:
5959
return False

0 commit comments

Comments
 (0)