feat: Implement sentry
This commit is contained in:
parent
f8e9367a1d
commit
844f50ca81
14 changed files with 625 additions and 6 deletions
|
|
@ -712,6 +712,16 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get lastSeenLongTimeAgo => Intl.message('Seen a long time ago');
|
||||
|
||||
String get sendBugReports =>
|
||||
Intl.message('Allow sending bug reports with sentry.io');
|
||||
|
||||
String get sentryInfo => Intl.message(
|
||||
'Informations about your privacy: https://sentry.io/security/');
|
||||
|
||||
String get changesHaveBeenSaved => Intl.message('Changes have been saved');
|
||||
|
||||
String get no => Intl.message('No');
|
||||
|
||||
String seenByUser(String username) => Intl.message(
|
||||
"Seen by $username",
|
||||
name: "seenByUser",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue