Skip to content

Commit 73e33ea

Browse files
committed
.
1 parent 5d8c5f3 commit 73e33ea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sentry_sdk/traces.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -264,16 +264,6 @@ def __init__(
264264
self._start_timestamp = datetime.now(timezone.utc)
265265
self._timestamp: "Optional[datetime]" = None
266266

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-
277267
try:
278268
# profiling depends on this value and requires that
279269
# it is measured in nanoseconds

0 commit comments

Comments
 (0)