feat: switch crash reporting from BugSink to Rustrak

This commit is contained in:
edde746
2026-03-03 09:19:25 +01:00
parent 7001032e51
commit cd36e3acb0
3 changed files with 44 additions and 11 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ void main() async {
await SentryFlutter.init(
(options) {
options.dsn = 'https://7aa61595518d4770a4d5ea412982dcd7@bugs.plezy.app/1';
options.dsn = 'https://642fadfae16a4308a73ae2db1181654a@bugs.plezy.app/1';
options.sendDefaultPii = true;
options.tracesSampleRate = 0;
options.anrEnabled = true;