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 fc9acf8 commit 16eb6e9Copy full SHA for 16eb6e9
rollbar-wai/src/Rollbar/Wai.hs
@@ -50,7 +50,7 @@ rollbarOnException
50
-> Maybe W.Request
51
-> SomeException
52
-> m ()
53
-rollbarOnException settings = rollbarOnExceptionWith (void . forkIO) (void . createItem) settings
+rollbarOnException = rollbarOnExceptionWith (void . forkIO) (void . createItem)
54
55
-- | Similar to 'rollbarOnExceptionWith', but it allows customize the function
56
-- used to send the 'Item' to Rollbar.
0 commit comments