Sentry has a "public" mode which over the years has become a "I'm running this on-premise and all these features are annoying and in my way". We want to remove this feature and switch it out with something that more appropriately describes goals: single organization (also commonly called a single user mode).
Here's what I imagine for the feature list:
SENTRY_SINGLE_ORGANIZATION = TrueSENTRY_PUBLIC is deprecated (and forces SENTRY_SINGLE_ORGANIZATION = True)Future features might also include:
+1
+1
:+1: I was just going through the issues hoping to find something like this
+1, especially allowing members to join/leave teams themselves would make a lot of things so much easier
+1
+:100:
+1
This is done.
Sorry for bumping this old topic but has anyting been done to simplify URL as mentioned above as future features ?
Right now, when installed (8.11), I end up with sentry.mydomain.com/sentry/ while ideally i would like to see sentry.mydomain.com/.
Thanks
@tlvenn you're doing something odd in your configuration if you have a subpath set. By default we don't do this, and its something we recommend against in your configuration.
For more help, please see our support options:
you're doing something odd in your configuration if you have a subpath set
I think he means literally that the single organization's slug is "sentry", so he wants that at the root since there won't be multiple.
If this is the case, we're definitely not going to be doing that work. You can always rename the organization and rename it's slug to be something other than sentry.
Yes you are correct @mattrobenolt, since there is a single org only which happens to be named sentry by default, the urls could be simplified to omit it. I understand your position Matt, no worry, I just wanted to make sure I was not missing something. Thanks.
Most helpful comment
Sorry for bumping this old topic but has anyting been done to simplify URL as mentioned above as future features ?
Right now, when installed (8.11), I end up with
sentry.mydomain.com/sentry/while ideally i would like to seesentry.mydomain.com/.Thanks