We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8c5f3 commit 73e33eaCopy full SHA for 73e33ea
sentry_sdk/traces.py
@@ -264,16 +264,6 @@ def __init__(
264
self._start_timestamp = datetime.now(timezone.utc)
265
self._timestamp: "Optional[datetime]" = None
266
267
- try:
268
- # profiling depends on this value and requires that
269
- # it is measured in nanoseconds
270
- self._start_timestamp_monotonic_ns = nanosecond_time()
271
- except AttributeError:
272
- pass
273
-
274
- self._start_timestamp = datetime.now(timezone.utc)
275
- self._timestamp: "Optional[datetime]" = None
276
277
try:
278
# profiling depends on this value and requires that
279
# it is measured in nanoseconds
0 commit comments