Skip to content

Commit

Permalink
Don't capture *continuation* everywhere
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
valerauko committed Nov 21, 2023
1 parent 867fa40 commit 23dd092
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sleepy/internal.clj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
(defn active-span!
[]
(let [tracer (GlobalTracer/get)]
(when *continuation* (.activate *continuation*))
(.activeSpan tracer)))

;; agentが無効だとNoopSpanになるので何もしない実装も準備
Expand Down

0 comments on commit 23dd092

Please # to comment.