File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22name : 🐞 Bug Report
3- about : Report a bug to help improve Sentry On-Premise
3+ about : Report a bug to help improve Self-Hosted Sentry
44---
55
66## Version Information
Original file line number Diff line number Diff line change 1- # Sentry Nightly On-Premise [ ![ Build Status] [ build-status-image ]] [ build-status-url ]
1+ # Self-Hosted Sentry Nightly [ ![ Build Status] [ build-status-image ]] [ build-status-url ]
22
33Official bootstrap for running your own [ Sentry] ( https://sentry.io/ ) with [ Docker] ( https://www.docker.com/ ) .
44
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SYMBOLICATOR_VERSION=$(curl -s "https://api.github.com/repos/getsentry/symbolica
1111
1212sed -i -e " s/^SYMBOLICATOR_IMAGE=\([^:]\+\):.\+\$ /SYMBOLICATOR_IMAGE=\1:$SYMBOLICATOR_VERSION /" .env
1313sed -i -e " s/^\(SENTRY\|SNUBA\|RELAY\)_IMAGE=\([^:]\+\):.\+\$ /\1_IMAGE=\2:$NEW_VERSION /" .env
14- sed -i -e " s/^\# Sentry .* On-Premise /# Sentry $NEW_VERSION On-Premise /" README.md
14+ sed -i -e " s/^\# Self-Hosted Sentry .*/# Self-Hosted Sentry $NEW_VERSION /" README.md
1515sed -i -e " s/\(Change Date:\s*\)[-0-9]\+\$ /\\ 1$( date +' %Y-%m-%d' -d ' 3 years' ) /" LICENSE
1616
1717echo " New version: $NEW_VERSION "
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def get_internal_network():
8080# Queue #
8181#########
8282
83- # See https://docs.getsentry.com/on-premise/server /queue/ for more
83+ # See https://develop.sentry.dev/services /queue/ for more
8484# information on configuring your queue broker and workers. Sentry relies
8585# on a Python framework called Celery to manage queues.
8686
You can’t perform that action at this time.
0 commit comments