Skip to content

Commit

Permalink
fixup! use single alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mping-exo committed Mar 20, 2024
1 parent ad8fa12 commit 215bf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spootnik/reporter/sentry.clj
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
"
[{:keys [dsn] :as sentry}]
(if-not (in-memory? dsn)
(sentry-io/init! dsn sentry)
(sentry/init! dsn sentry)
(reset! http-requests-payload-stub [])))

(defn close! [{:keys [dsn]}]
(if-not (in-memory? dsn)
(sentry-io/close!)
(sentry/close!)
(reset! http-requests-payload-stub nil)))

0 comments on commit 215bf79

Please sign in to comment.