From cc2258f3343da3836746d6d901bd4b2204d9f998 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sun, 14 Sep 2025 11:07:37 +0330 Subject: [PATCH] remove sentry sdk --- Rasaddam_Backend/settings.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Rasaddam_Backend/settings.py b/Rasaddam_Backend/settings.py index e94e353..577917d 100644 --- a/Rasaddam_Backend/settings.py +++ b/Rasaddam_Backend/settings.py @@ -12,7 +12,6 @@ https://docs.djangoproject.com/en/5.2/ref/settings/ import os.path from datetime import timedelta from pathlib import Path -import sentry_sdk from django.conf import settings @@ -28,22 +27,6 @@ SECRET_KEY = 'django-insecure-@0apn-lk85pfw=z00x2ib$w9#rwz8%2v4i_n^^9jz-m9b+y55* # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -sentry_sdk.init( - dsn="https://e8d8ff4f1bf729370af00b7775be441c@o4509597964697600.ingest.us.sentry.io/4509597966073856", - # Add data like request headers and IP for users, - # see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info - send_default_pii=True, - # Set traces_sample_rate to 1.0 to capture 100% - # of transactions for tracing. - traces_sample_rate=1.0, - # Set profile_session_sample_rate to 1.0 to profile 100% - # of profile sessions. - profile_session_sample_rate=1.0, - # Set profile_lifecycle to "trace" to automatically - # run the profiler on when there is an active transaction - profile_lifecycle="trace", -) - ASGI_APPLICATION = "Rasaddam_Backend.asgi.application" # noqa ALLOWED_HOSTS = [