feat: add sentry sdk
This commit is contained in:
parent
a60d83311b
commit
b7214b5d46
14 changed files with 86 additions and 12 deletions
|
@ -4,7 +4,7 @@ include ../tools/python.mk
|
|||
|
||||
PIP_INSTALL := \
|
||||
--editable ../shared \
|
||||
--editable .[dev]
|
||||
--editable .[dev,sentry]
|
||||
PYLINT_ARG := libretime_api
|
||||
MYPY_ARG := libretime_api
|
||||
BANDIT_ARG := --exclude '*/tests/*' libretime_api || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue