Skip to content

Commit 4df1fa1

Browse files
Merge branch 'major/3.0' into webb/pyreqwest/remove-transactions
2 parents 86b5599 + 2fa686b commit 4df1fa1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sentry_sdk/data_collection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
from urllib.parse import parse_qs, urlencode
2727

2828
from sentry_sdk._types import SENSITIVE_DATA_SUBSTITUTE
29-
from sentry_sdk.utils import deprecation_warning
3029

3130
if TYPE_CHECKING:
3231
from sentry_sdk._types import (
@@ -293,6 +292,8 @@ def _resolve_data_collection(options: "Dict[str, Any]") -> "DataCollection":
293292
294293
``data_collection`` must be a plain ``dict``.
295294
"""
295+
from sentry_sdk.utils import deprecation_warning
296+
296297
user_dc = options.get("_experiments", {}).get("data_collection")
297298
send_default_pii = options.get("send_default_pii")
298299

0 commit comments

Comments
 (0)