remove external dependencies (bugsnag, trakt) (#2840)

* remove bugsnag

* remove trakt client id (that will expire)
This commit is contained in:
Jason Dove
2026-02-26 10:43:48 -06:00
committed by GitHub
parent d26ae336cb
commit 0d301df5e8
75 changed files with 68 additions and 559 deletions
+1 -8
View File
@@ -15,12 +15,5 @@
"WithThreadId"
]
},
"AllowedHosts": "*",
"Trakt": {
"ClientId": "e30585c7db49eaf1bd80d7ce5296d5de0bb33e1166f323cd7202412a605c609a"
},
"Bugsnag": {
"ApiKey": "f59f3cc93cce91210a5c0f047eb2047c",
"Enable": true
}
"AllowedHosts": "*"
}