diff options
| author | 2020-02-21 02:51:21 +0000 | |
|---|---|---|
| committer | 2020-02-21 02:51:21 +0000 | |
| commit | 7cfb72f0b25647da2b2b5e83daedc22ca5bdfe23 (patch) | |
| tree | fbf3eb664c14f556529a14e042511a699f62f8f7 /Pipfile | |
| parent | Merge pull request #761 from python-discord/logging (diff) | |
Implement basic Sentry SDK usage
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ deepdiff = "~=4.0"  requests = "~=2.22"  more_itertools = "~=7.2"  urllib3 = ">=1.24.2,<1.25" +sentry-sdk = "~=0.14"  [dev-packages]  coverage = "~=4.5"  |