Skip to content

Commit e8d7dc3

Browse files
committed
update doc
1 parent 84558fa commit e8d7dc3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
1111

1212
[source,clojure]
1313
----
14-
[net.tbt-post/sentry-tiny "0.1.6"]
14+
[net.tbt-post/sentry-tiny "0.1.7"]
1515
----
1616

1717
and just use it to catch your exception:
@@ -37,7 +37,8 @@ or to just send a message
3737
stc/parse-dsn
3838
(stc/capture
3939
(stc/e->evi [(str *ns*)]
40-
(RuntimeException. msg)))))
40+
(RuntimeException. msg))
41+
"warning")))
4142
----
4243

4344
You may eventually use it as a replacement inside of your web app router.

0 commit comments

Comments
 (0)