mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 08:56:50 +00:00
Complete the removal of Sentry
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user