Skip to content

Commit 1c54d3a

Browse files
cvxluoandrewshie-sentry
authored andcommitted
1 parent 3f2588a commit 1c54d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def get_all_languages() -> list[str]:
331331
# methods as defined by http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html + PATCH
332332
HTTP_METHODS = ("GET", "POST", "PUT", "OPTIONS", "HEAD", "DELETE", "TRACE", "CONNECT", "PATCH")
333333

334-
# See https://github.com/getsentry/relay/blob/master/relay-general/src/protocol/constants.rs
334+
# See https://github.com/getsentry/relay/blob/master/relay-event-schema/src/protocol/constants.rs
335335
VALID_PLATFORMS = sentry_relay.processing.VALID_PLATFORMS
336336

337337
OK_PLUGIN_ENABLED = _("The {name} integration has been enabled.")

0 commit comments

Comments
 (0)