Add optional sentry integration
This commit is contained in:
parent
1d130254c0
commit
0fa8fd2558
3 changed files with 72 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue