self-hosted
self-hosted copied to clipboard
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
uses sentry-cli to tag releases for us on our self-hosted instance
### Self-Hosted Version 21.6.3 ### CPU Architecture x86_64 ### Docker Version 19.03.11 ### Docker Compose Version 1.28.0 ### Steps to Reproduce Upgrade from 21.6.3 to latest Have pulled latest changes...
### Self-Hosted Version 22.9.0 ### CPU Architecture x86_64 ### Docker Version 20.10.11 ### Docker Compose Version 2.11.0 ### Steps to Reproduce Just run ./install.sh. Build fails. ### Expected Result Succesfull...
### Self-Hosted Version 22.9.0 ### CPU Architecture x86_64 ### Docker Version 20.10.12 ### Docker Compose Version 1.28.0 ### Steps to Reproduce **Environment** **User config**  ### Expected Result language code...
### Problem Statement `docker-compose` is getting worse with each release and can't be relied on even for testing products as it will break more and more. ### Solution Brainstorm Maybe...
### Problem Statement Seeing an exception being thrown during the `./turn-things-off.sh` script with this error: `$dc down -t $STOP_TIMEOUT --rmi local --remove-orphans` ### Solution Brainstorm _No response_
### Problem Statement We have multiple-organisation setup and we need to have a way to disable source map fetching sentry-wide. ### Solution Brainstorm Add a configuration parameter which disable source...
### Self-Hosted Version 22.9.0 ### CPU Architecture x86_64 ### Docker Version 20.10.18 ### Docker Compose Version 1.25.0 ### Steps to Reproduce 1. Add GitLab integration 2. Follow the setup steps...
### Environment package.json "@sentry/angular": "6.18.2", "@sentry/cli": "2.5.2", "@sentry/tracing": "6.18.2", .sentryclirc ``` [auth] token=74cc88aha9414f36a8f3943550a1.... [defaults] url = https://sentry.my-page.co.uk/ project=my-app org=sentry ``` mian.ts ``` Sentry.init({ release: "0.0.1", dsn: environment.sentry_dsn, ``` ### Steps...
### Self-Hosted Version 22.6.0 ### CPU Architecture x86_64 ### Docker Version - ### Docker Compose Version - ### Steps to Reproduce 1. Install Sentry 2. Run Jira Server 8.22 3....