mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-06 06:38:13 +00:00
Disable sentry logging unknown activities
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
18279f964b
commit
ed52474b51
1 changed files with 0 additions and 4 deletions
|
@ -774,10 +774,6 @@ defmodule Mobilizon.Federation.ActivityPub.Transmogrifier do
|
||||||
Logger.info("Handing something with type #{object["type"]} not supported")
|
Logger.info("Handing something with type #{object["type"]} not supported")
|
||||||
Logger.debug(inspect(object))
|
Logger.debug(inspect(object))
|
||||||
|
|
||||||
Sentry.capture_message("Handing something with type #{object["type"]} not supported",
|
|
||||||
extra: %{object: object}
|
|
||||||
)
|
|
||||||
|
|
||||||
{:error, :not_supported}
|
{:error, :not_supported}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue