summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-06-14 22:01:49 +0530
committernavanchauhan <navanchauhan@gmail.com>2023-06-14 22:01:49 +0530
commitbc7d935c77a9ecc73fb5ef0493b5f517ef8618f9 (patch)
treee3067770f352423b825b0ed3ca37b236821adeb0 /main.py
parent3b617b41dfaa94744f0f4c85b7406784c2108a6b (diff)
remove sentry
Diffstat (limited to 'main.py')
-rw-r--r--main.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/main.py b/main.py
index 9eede1d..7ee08d7 100644
--- a/main.py
+++ b/main.py
@@ -675,15 +675,6 @@ class CompanySelector:
if __name__ == "__main__":
- import sentry_sdk
- sentry_sdk.init(
- dsn="https://c5822e9079a54ef2b28d4e93a11ebc86@o126149.ingest.sentry.io/4505211315617792",
-
- # Set traces_sample_rate to 1.0 to capture 100%
- # of transactions for performance monitoring.
- # We recommend adjusting this value in production.
- traces_sample_rate=1.0
- )
root = tk.Tk()
wd = os.getcwd()
try: