Skip to content
Snippets Groups Projects
Commit 692b9255 authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Switch to self hosted glitchtip instead of sentry for privacy reasons

parent ce6ed883
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ class ForegroundTaskHandler extends TaskHandler { ...@@ -137,7 +137,7 @@ class ForegroundTaskHandler extends TaskHandler {
//final sentryEnabled = true; //final sentryEnabled = true;
final sentryDSN = await _prefs.getString('sentryDSN') ?? final sentryDSN = await _prefs.getString('sentryDSN') ??
'https://87ea0ab835586c9e5e04d183df0d9ac0@o4508813343457280.ingest.de.sentry.io/4508813344768080'; 'https://d36af7603bf2434889b0bc7ffcaeeda7@glitchtip.weiler.rocks/1';
if (sentryEnabled && sentryDSN.isNotEmpty) { if (sentryEnabled && sentryDSN.isNotEmpty) {
await SentryFlutter.init((options) { await SentryFlutter.init((options) {
......
...@@ -40,7 +40,7 @@ Future<void> main() async { ...@@ -40,7 +40,7 @@ Future<void> main() async {
final sentryEnabled = await prefs.getBool('sentryEnabled') ?? false; final sentryEnabled = await prefs.getBool('sentryEnabled') ?? false;
//final sentryEnabled = true; //final sentryEnabled = true;
final sentryDSN = await prefs.getString('sentryDSN') ?? final sentryDSN = await prefs.getString('sentryDSN') ??
'https://87ea0ab835586c9e5e04d183df0d9ac0@o4508813343457280.ingest.de.sentry.io/4508813344768080'; 'https://d36af7603bf2434889b0bc7ffcaeeda7@glitchtip.weiler.rocks/1';
if (sentryEnabled && sentryDSN.isNotEmpty) { if (sentryEnabled && sentryDSN.isNotEmpty) {
await SentryFlutter.init((options) { await SentryFlutter.init((options) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment