We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84558fa commit e8d7dc3Copy full SHA for e8d7dc3
1 file changed
README.adoc
@@ -11,7 +11,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
11
12
[source,clojure]
13
----
14
-[net.tbt-post/sentry-tiny "0.1.6"]
+[net.tbt-post/sentry-tiny "0.1.7"]
15
16
17
and just use it to catch your exception:
@@ -37,7 +37,8 @@ or to just send a message
37
stc/parse-dsn
38
(stc/capture
39
(stc/e->evi [(str *ns*)]
40
- (RuntimeException. msg)))))
+ (RuntimeException. msg))
41
+ "warning")))
42
43
44
You may eventually use it as a replacement inside of your web app router.
0 commit comments