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 06f8c38 commit 3537356Copy full SHA for 3537356
rollbar-client/src/Rollbar/Client/Item.hs
@@ -377,7 +377,7 @@ instance ToJSON Notifier where
377
defaultNotifier :: Notifier
378
defaultNotifier = Notifier
379
{ notifierName = "rollbar-client"
380
- , notifierVersion = showVersion Paths.version
+ , notifierVersion = T.pack (showVersion Paths.version)
381
}
382
383
newtype ItemId = ItemId Text
0 commit comments