Skip to content

Commit 4c8f8e8

Browse files
committed
Merge branch 'master' into feat/span-first-2
2 parents 0f5b059 + 09c8866 commit 4c8f8e8

File tree

2 files changed

+295
-207
lines changed

2 files changed

+295
-207
lines changed

sentry_sdk/traces.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@
66
"""
77

88
import uuid
9-
import warnings
109
from datetime import datetime, timedelta, timezone
1110
from enum import Enum
12-
from typing import TYPE_CHECKING, Pattern
11+
from typing import TYPE_CHECKING
1312

1413
import sentry_sdk
15-
from sentry_sdk.consts import OP, SPANDATA
14+
from sentry_sdk.consts import SPANDATA
1615
from sentry_sdk.profiler.continuous_profiler import get_profiler_id
1716
from sentry_sdk.tracing_utils import (
1817
Baggage,
1918
_generate_sample_rand,
20-
has_span_streaming_enabled,
2119
has_tracing_enabled,
2220
)
2321
from sentry_sdk.utils import (

0 commit comments

Comments
 (0)