-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback about this repository #950
Comments
Sorry, friend. As far as this ol' bot can tell, your issue does not properly use one of this repo's available issue templates. Please try again, if you like. (And if I'm confused, please let us know. 😬) (log) |
Hi @BYK |
Hi @williamdes, we use the forum for discussions. You can post a thread there and we can continue.
Because we need those services for further data processing.
Because we have more data stores now and they need to be persistent. This may help you have a better image in your head: https://develop.sentry.dev/architecture/
Not sure what you mean with readable and slim. Happy to improve if you can be more specific about these.
Yes, you can download the source code for releases from the releases page for each release. That said it still will have all the repo contents, except for the |
Well a .gitattributes would be nice to keep the downloaded repository slim
Thanks, I will probably open something about my request To short explain I see the slim version as using the most minimal of everything to work You know, like when you use alpine. I want sentry but maybe not geoip, from my tests the container can just be removed without issues So, the most minimal file, no config files if possible, using alpine as much as possible and no useless services running You get the idea |
I don't really understand how this would help keep things slimmer. Can you elaborate?
This is not far from that. The only extra things you see there are We aim to maintain and support a single package that is light but still delivers all the basic functionality. Folks are free to create their own versions with the load of maintaining that. |
For example: is the folder
What if you do not want to know your users IPs ? 🤔
Sure I can contribute to this repository but I need to know if the time spent will end up merged ;) |
Sure, I'm okay getting this in if you are willing to submit a PR as you suggested.
You can scrub that out easily. I'd prefer shipping a "full" experience as the default rather than making people pick and chose from the get go. Clearly, power-users like yourself can figure out what to cut out when needed :)
I cannot give you a blanket statement for all PRs but overall we are always open to improvements by the community as long as they are widely applicable and don't come with a very heave maintenance burden. |
I use Sentry for quite some time and need to run it self-hosted.
I managed to make the old Docker official version run fine with a very minimalist docker-compose setup.
minimalist setup
My questions to use this new repository are:
Notes:
redis:6.0-alpine
postgres:13-alpine
(yes, using alpine would also be better)The text was updated successfully, but these errors were encountered: