We have sentry running in a kube env.
Version 10.0
We upgraded to 10.0 specifically for the grouping enhancements: https://docs.sentry.io/data-management/event-grouping/grouping-enhancements/
but after the upgrade i still can’t find how to configure this. Are these settings available in the on-premise version?
Bernard
1 Like
I also got the same problem.
I installed Sentry with this helm chart
BYK
June 23, 2020, 6:17pm
4
Hi,
You need to enable the organization:tweak-grouping-config
and organization:set-grouping-config
feature flags to get this feature.
Hi @BYK
I couldn’t find how to set those flags.
How can’t I set those flags?
Hi BYK,
Thanks for your answer, we implemented you suggestion, however we still don’t see the menu’s:
>>> print(settings.SENTRY_FEATURES)
{'projects:custom-inbound-filters': True, 'projects:rate-limits': True, 'projects:data-forwarding': True, 'organizations:sentry10': True, 'organizations:sso-basic': True, 'organizations:integrations-issue-basic': True, 'organizations:sso-rippling': True, 'organizations:require-2fa': True, 'projects:servicehooks': True, 'organizations:repos': True, 'organizations:integrations-issue-sync': True, 'projects:plugins': True, 'organizations:discover': True, 'organizations:create': False, 'organizations:new-issue-ui': True, 'projects:sample-events': False, 'projects:discard-groups': True, 'organizations:global-views': True, 'organizations:invite-members': True, 'organizations:sso-saml2': True, 'organization:tweak-grouping-config': True, 'organizations:suggested-commits': True, 'organizations:events': True, 'auth:register': True, 'organization:set-grouping-config': True}
Any idea what might be wrong?
Found the issue, small spelling mistake in the naming, it should be plural, as in
organizations:tweak-grouping-config
organizations:set-grouping-config
1 Like
BYK
July 2, 2020, 7:50pm
9
See this answer:
Hi BYK,
Thanks for your answer, we implemented you suggestion, however we still don’t see the menu’s:
>>> print(settings.SENTRY_FEATURES)
{'projects:custom-inbound-filters': True, 'projects:rate-limits': True, 'projects:data-forwarding': True, 'organizations:sentry10': True, 'organizations:sso-basic': True, 'organizations:integrations-issue-basic': True, 'organizations:sso-rippling': True, 'organizations:require-2fa': True, 'projects:servicehooks': True, 'organizations:repos': True, 'organizat…
Mind the typo they had though