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 94a7c1a commit f3ca590Copy full SHA for f3ca590
lib/opencov/endpoint.ex
@@ -30,7 +30,7 @@ defmodule Librecov.Endpoint do
30
json_decoder: Jason
31
)
32
33
- plug Sentry.PlugContext
+ plug(Sentry.PlugContext)
34
35
plug(Plug.MethodOverride)
36
plug(Plug.Head)
0 commit comments