(ws) cobra to sentry - created events with sentry tags based on tags present in the cobra messages

This commit is contained in:
Benjamin Sergeant
2019-12-11 17:27:37 -08:00
parent c86fa8ad3b
commit e223f8fac2
5 changed files with 68 additions and 23 deletions

View File

@ -40,7 +40,7 @@ xcode_openssl:
.PHONY: docker
NAME := bsergean/ws
NAME := ${DOCKER_REPO}/ws
TAG := $(shell sh tools/extract_version.sh)
IMG := ${NAME}:${TAG}
LATEST := ${NAME}:latest