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 d69dc0d commit f0c8150Copy full SHA for f0c8150
lib/sentry/finch_client.ex
@@ -35,7 +35,7 @@ defmodule Sentry.FinchClient do
35
else
36
raise """
37
cannot start the :sentry application because the HTTP client is set to \
38
- Sentry.FinchClient (which is the default), but the Finch library is not loaded. \
+ Sentry.FinchClient (which is the default), but the :finch library is not loaded. \
39
Add :finch to your dependencies to fix this.
40
"""
41
end
0 commit comments