Complete the removal of Sentry

This commit is contained in:
Jamie Curnow
2023-07-24 14:41:46 +10:00
parent aae95798b2
commit fd277973cd
6 changed files with 21 additions and 29 deletions

View File

@ -60,7 +60,7 @@ build_backend() {
go build \
-tags 'json1' \
-buildvcs=false \
-ldflags "-w -s -X main.commit=${BUILD_COMMIT:-notset} -X main.version=${BUILD_VERSION} -X main.sentryDSN=${SENTRY_DSN:-}" \
-ldflags "-w -s -X main.commit=${BUILD_COMMIT:-notset} -X main.version=${BUILD_VERSION}" \
-o "/app/bin/$FILENAME" \
./cmd/server
}