mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
teste sentry
This commit is contained in:
@@ -20,9 +20,6 @@ import { RouteService } from 'src/app/services/route.service';
|
||||
import { NativeNotificationService } from 'src/app/services/native-notification.service';
|
||||
import { UserSession } from '../models/user.model';
|
||||
import { PermissionList } from '../models/permission/permissionList';
|
||||
import * as Sentry from "@sentry/capacitor";
|
||||
|
||||
|
||||
|
||||
|
||||
@Component({
|
||||
@@ -133,10 +130,6 @@ export class HomePage implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
Sentry.captureException('Test Captured Exception');
|
||||
throw new Error('Test Thrown Error');
|
||||
Sentry.nativeCrash();
|
||||
|
||||
this.logDeviceInfo();
|
||||
|
||||
this.notificationsService.onReciveForeground();
|
||||
|
||||
Reference in New Issue
Block a user