We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4856a1c commit a2fea93Copy full SHA for a2fea93
sentry_sdk/traces.py
@@ -556,12 +556,6 @@ def _start_profile(self) -> None:
556
557
self._continuous_profile = try_profile_lifecycle_trace_start()
558
559
- # Typically, the profiler is set when the segment is created. But when
560
- # using the auto lifecycle, the profiler isn't running when the first
561
- # segment is started. So make sure we update the profiler id on it.
562
- if self._continuous_profile is not None:
563
- self._set_profile_id(get_profiler_id())
564
-
565
566
class NoOpStreamedSpan(StreamedSpan):
567
__slots__ = (
0 commit comments