Skip to content

Commit ee28995

Browse files
committed
rm default_distinct_id
1 parent 77bcef3 commit ee28995

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

posthog/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from six import string_types
1111

1212
from posthog.consumer import Consumer
13-
from posthog.exception_capture import DEFAULT_DISTINCT_ID, ExceptionCapture
13+
from posthog.exception_capture import ExceptionCapture
1414
from posthog.exception_utils import exc_info_from_error, exceptions_from_error_tuple, handle_in_app
1515
from posthog.feature_flags import InconclusiveMatchError, match_feature_flag_properties
1616
from posthog.poller import Poller

posthog/exception_capture.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ class Integrations(str, Enum):
1313
Django = "django"
1414

1515

16-
DEFAULT_DISTINCT_ID = "python-exceptions"
17-
18-
1916
class ExceptionCapture:
2017
# TODO: Add client side rate limiting to prevent spamming the server with exceptions
2118

0 commit comments

Comments
 (0)