self-hosted
self-hosted copied to clipboard
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
### Self-Hosted Version - ### CPU Architecture - ### Docker Version - ### Docker Compose Version - ### Steps to Reproduce We deployed 24.5.0 last month and we just realized...
### Self-Hosted Version 24.6.0 ### CPU Architecture x86_64 ### Docker Version 24.0.7 ### Docker Compose Version 2.27.1 ### Steps to Reproduce Click on Queries and the new page shows: >...
### Self-Hosted Version 23.6.2 ### CPU Architecture x86_64 ### Docker Version 24.0.5 ### Docker Compose Version 2.27.1 ### Steps to Reproduce I've a self hosted sentry instance with version 22.1.0...
Between self-hosted releases 24.4.2 and 24.5.1, we've noticed that users have been experiencing issues with duplicate environments/releases. This is likely due to a mistake on our side to introduce the...
Closes #3145 After this is merged, we should create a new patch release 24.6.1 to handle that specific issue, since during the time of the self-hosted release, the Insights team...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce Unfortunately, i don't know how, but i managed to create the same release twice. Now if i try to open the release...
### Self-Hosted Version 24.5.1 ### CPU Architecture x86_84 ### Docker Version 20.10.25 ### Docker Compose Version v2.19.1 ### Steps to Reproduce We tried upgrading Sentry to the latest version 24.6.0...
### Self-Hosted Version 24.7.0.dev0 ### CPU Architecture arm64 ### Docker Version 26.0.0 ### Docker Compose Version v2.26.1-desktop.1 ### Steps to Reproduce I seup my SentryFlutter.init within my dns and enabled...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce 1. Go to https://hub.docker.com/layers/getsentry/sentry/24.5.1/images/sha256-4c6e8885468559da05839b9f4034dcd80eaed6c67a7787f02b0e0fde08a422b4?context=explore 2. Check out the value of `SENTRY_BUILD` at line 46 ### Expected Result `SENTRY_BUILD` should point to the...
### Problem Statement version: '3' services: sentry: image: getsentry/sentry:latest container_name: sentry ports: - "9004:9000" environment: SENTRY_SECRET_KEY: "^AO4;pR_XvLd?vsMqM*?ridyddaMcKS;TP1x*mflF1H,sPuVR5" SENTRY_POSTGRES_HOST: "db" SENTRY_DB_USER: "postgres" SENTRY_DB_PASSWORD: "postgres" SENTRY_REDIS_HOST: "redis" SENTRY_TSDB: "sentry.tsdb.redis.RedisTSDB" depends_on: - db...