self-hosted
self-hosted copied to clipboard
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
### Self-Hosted Version 25.5.1 ### CPU Architecture x86_64 ### Docker Version 25.0.3 ### Docker Compose Version 2.32.2 ### Machine Specification - [x] My system meets the minimum system requirements of...
### Problem Statement Hi, how do we manage the sentry application version and its compatible SDK versions. In another words, When we select SDK version on GUI JavaScript Loader Script...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce Navigating from one of the Insights pages (Backend for example) and then clicking into a Transaction, and from there clicking the Event...
### Self-Hosted Version 22.8.0 ### CPU Architecture x86_64 ### Docker Version 19.03.13 ### Docker Compose Version 1.29.2 ### Steps to Reproduce We have tried with and without "Early Adopter". Following...
### Self-Hosted Version 25.5.1 (comit id - 4c973e0824d5eb5352d9dfd21789227fcc5da748) ### CPU Architecture x86_64 ### Docker Version Docker version 28.2.2, build e6534b4 ### Docker Compose Version v2.37.1 ### Machine Specification - [x]...
### Self-Hosted Version 25.5.1 ### CPU Architecture x86_64 ### Docker Version 28.1.1, build 4eba377 ### Docker Compose Version 2.35.1 ### Machine Specification - [x] My system meets the minimum system...
### Problem Statement Discord thread: https://discord.com/channels/621778831602221064/1342532967406501908  DockerHub link to the problem: https://docs.docker.com/docker-hub/usage/  ### Solution Brainstorm What if we publish to both DockerHub (for compatiblity reasons) and to GitHub...
## Hello there! 👋 Self-hosted is a big part of Sentry and has provided many benefits to companies and communities, helping them track errors and performance. I believe you already...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce Open `/organizations/:orgId/insights/mobile/` ### Expected Result Beautiful Mobile insights ### Actual Result > There was an error loading a component. Hello! I guess...
### Problem Statement Since redis is already required we could use it for cache too through [django-redis](https://github.com/jazzband/django-redis) module. ### Solution Brainstorm I've tested something like ``` CACHES = { "default":...