install sentry

This commit is contained in:
2025-08-20 14:47:58 +02:00
parent a2a18bad24
commit 0a67af9690
3 changed files with 27 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ mysql-connector-python = "*"
flake8 = "*"
flake8-html = "*"
pytest = "*"
sentry-sdk = "*"
[dev-packages]

27
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "cfa8671212ad20e3d9752509b7d700143b3c1622bb7a13fc892bcfd86b888abd"
"sha256": "b3e0227c7afe29a83bdcb59401e9133cb2ee204d2c6dcd0d6e6d00b9781f0558"
},
"pipfile-spec": 6,
"requires": {
@@ -16,6 +16,14 @@
]
},
"default": {
"certifi": {
"hashes": [
"sha256:e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407",
"sha256:f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5"
],
"markers": "python_version >= '3.7'",
"version": "==2025.8.3"
},
"exceptiongroup": {
"hashes": [
"sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10",
@@ -275,6 +283,15 @@
"markers": "python_version >= '3.9'",
"version": "==8.4.1"
},
"sentry-sdk": {
"hashes": [
"sha256:5ea58d352779ce45d17bc2fa71ec7185205295b83a9dbb5707273deb64720092",
"sha256:6e0c29b9a5d34de8575ffb04d289a987ff3053cf2c98ede445bea995e3830263"
],
"index": "pypi",
"markers": "python_version >= '3.6'",
"version": "==2.35.0"
},
"sqlalchemy": {
"hashes": [
"sha256:023b3ee6169969beea3bb72312e44d8b7c27c75b347942d943cf49397b7edeb5",
@@ -384,6 +401,14 @@
],
"markers": "python_version >= '3.9'",
"version": "==4.14.1"
},
"urllib3": {
"hashes": [
"sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760",
"sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"
],
"markers": "python_version >= '3.9'",
"version": "==2.5.0"
}
},
"develop": {}

View File

@@ -1,5 +0,0 @@
user = "epicevents"
password = "m3gapassword"
user1 = "root"
pass1 = "proutproutprout"