Skip to content

Commit

Permalink
Fix sentry features for 22.9.0 (#746)
Browse files Browse the repository at this point in the history
in case of deprecation eventsv2 endpoint in favor of events, this fixes dashboards and performance frontend parts, that use eventsv2 by default
  • Loading branch information
andrsp committed Oct 5, 2022
1 parent f28e445 commit 8ec44a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 16.0.0
version: 16.0.1
appVersion: 22.9.0
dependencies:
- name: memcached
Expand Down
2 changes: 2 additions & 0 deletions sentry/templates/configmap-sentry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ data:
"organizations:discover",
"organizations:discover-basic",
"organizations:discover-query",
"organizations:discover-frontend-use-events-endpoint",
"organizations:enterprise-perf",
"organizations:event-attachments",
"organizations:events",
Expand Down Expand Up @@ -393,6 +394,7 @@ data:
"organizations:onboarding",
"organizations:org-saved-searches",
"organizations:performance-view",
"organizations:performance-frontend-use-events-endpoint",
"organizations:project-detail",
"organizations:relay",
"organizations:release-performance-views",
Expand Down

0 comments on commit 8ec44a4

Please sign in to comment.