Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sentry/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def get_all_languages() -> list[str]:
# methods as defined by http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html + PATCH
HTTP_METHODS = ("GET", "POST", "PUT", "OPTIONS", "HEAD", "DELETE", "TRACE", "CONNECT", "PATCH")

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

OK_PLUGIN_ENABLED = _("The {name} integration has been enabled.")
Expand Down
Loading