Add sentry #43
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/sentry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -9,1 +11,3 @@
login: new VikunjaApp(home: LoginPage())));
void main() {
var sentry = new SentryClient(
dsn: "https://ab786a1feac7418d87187465b6f30ee0@sentry.k8s.jfdev.de/2");
This should not be hardcoded.
Fixed
WIP: Add sentryto Add sentry