Skip to content

Commit

Permalink
1.3.8 remote, enable trace back
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Jan 21, 2021
1 parent 038e2e9 commit aa6b55d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ https://flexsurfer.github.io/conduit-re-frisk-demo/
Latest stable version: [![Clojars](https://img.shields.io/clojars/v/re-frisk.svg)](https://clojars.org/re-frisk) [![Clojars](https://img.shields.io/clojars/v/re-frisk-remote.svg)](https://clojars.org/re-frisk-remote)

`[re-frisk "1.3.6"]`
`[re-frisk-remote "1.3.7"]`
`[re-frisk-remote "1.3.8"]`

**Important**: Please note the following compatibility table:

Expand Down Expand Up @@ -73,7 +73,7 @@ re-frisk will be embedded in the DOM of your application. So my suggestion is to

[![Clojars](https://img.shields.io/clojars/v/re-frisk-remote.svg)](https://clojars.org/re-frisk-remote)

1. Add re-frisk as a dev dependency `[re-frisk-remote "1.3.7"]`
1. Add re-frisk as a dev dependency `[re-frisk-remote "1.3.8"]`

2. Enable re-frisk on default port (4567):

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject re-frisk-remote "1.3.7"
(defproject re-frisk-remote "1.3.8"
:description "Take full control of re-frame app"
:url "https://github.com/flexsurfer/re-frisk"
:license {:name "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/re_frisk_remote/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
(reset! normalize-db-fn (:normalize-db-fn opts))
(reset! ignore-events (:ignore-events opts))
(start-socket-and-router (or host "localhost:4567"))
(if false;(re-frame.trace/is-trace-enabled?)
(if (re-frame.trace/is-trace-enabled?)
(re-frame.trace/register-trace-cb :re-frisk-trace trace-cb)
(re-frame/add-post-event-callback post-event-callback))))

Expand Down

0 comments on commit aa6b55d

Please sign in to comment.