Add optional sentry integration

This commit is contained in:
sonny 2021-01-01 11:57:38 +01:00
parent 1d130254c0
commit 0fa8fd2558
3 changed files with 72 additions and 1 deletions

View file

@ -10,6 +10,10 @@ python = "^3.7"
click = "^7.1.2"
python-dotenv = "^0.15.0"
requests = "^2.25.1"
sentry_sdk = {version = "^0.19.5", optional = true}
[tool.poetry.extras]
sentry = ["sentry_sdk"]
[tool.poetry.dev-dependencies]
black = "^20.8b1"