Disable sentry logging unknown activities
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
18279f964b
commit
ed52474b51
@ -774,10 +774,6 @@ defmodule Mobilizon.Federation.ActivityPub.Transmogrifier do
|
||||
Logger.info("Handing something with type #{object["type"]} not supported")
|
||||
Logger.debug(inspect(object))
|
||||
|
||||
Sentry.capture_message("Handing something with type #{object["type"]} not supported",
|
||||
extra: %{object: object}
|
||||
)
|
||||
|
||||
{:error, :not_supported}
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user