We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b6189 commit d159a84Copy full SHA for d159a84
src/io/aviso/tracker.clj
@@ -5,7 +5,7 @@
5
[io.aviso.exception :as exception]))
6
7
;; Contains a list of messages (or functions that return messages) used to log the route to the exception.
8
-(def ^:dynamic operation-traces [])
+(def ^:dynamic ^:private operation-traces [])
9
10
(defn- trace-to-string
11
"Converts a trace to a string; a trace may be a function which is invoked."
0 commit comments