mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-05 22:28:00 +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.debug(inspect(object))
|
||||
|
||||
Sentry.capture_message("Handing something with type #{object["type"]} not supported",
|
||||
extra: %{object: object}
|
||||
)
|
||||
|
||||
{:error, :not_supported}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue