Skip to content

Commit

Permalink
CU-868a3neq0 downgrading sentry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift committed Oct 14, 2024
1 parent 3b31196 commit a892f17
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 67 deletions.
128 changes: 64 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@resgrid/local-notifications": "^1.0.4",
"@resgrid/ngx-resgridlib": "^1.3.35",
"@resgrid/push-notifications": "^1.0.5",
"@sentry/angular": "^8.33.1",
"@sentry/tracing": "^7.114.0",
"@sentry/angular": "=8.7.0",
"@sentry/tracing": "=7.114.0",
"@turf/turf": "6.5.0",
"@videogular/ngx-videogular": "^6.0.0",
"angular-calendar": "^0.29.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export class AppComponent {
this.toggleDarkTheme(mediaQuery.matches)
);

await SplashScreen.hide();
this.wireupAppEvents();
await this.sleepProvider.init();
await SplashScreen.hide();

if (!this.$activeUnitSub || this.$activeUnitSub.closed) {
this.$activeUnitSub = this.activeUnit$.subscribe((unit) => {
Expand Down

0 comments on commit a892f17

Please sign in to comment.