Skip to content

Commit

Permalink
add sentryapps to metrics allowed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Christinarlong committed Sep 22, 2024
1 parent fa5f862 commit f974d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2971,6 +2971,7 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
"sentry.issues.endpoints",
"sentry.integrations.api.endpoints",
"sentry.users.api.endpoints",
"sentry.sentry_apps.api.endpoints",
)
SENTRY_MAIL_ADAPTER_BACKEND = "sentry.mail.adapter.MailAdapter"

Expand Down

0 comments on commit f974d61

Please sign in to comment.