Skip to content

Commit

Permalink
Bug Fix for Telemetry (#34)
Browse files Browse the repository at this point in the history
* Dev=> general guard updated. (#23)

* Login Redirect FIX: yet need to fix

* directory implemented

* Login Validation~

* lint Fix

* Login FIx

* updated role check in init~~

* Null Profile change with Empty guard and hide create Icom

* Null Profile change with Empty guard and hide create Icom

* general Guard update

Co-authored-by: Jenifer Ramsingh <[email protected]>

* Service Worker Enabled (#25)

* Login Redirect FIX: yet need to fix

* directory implemented

* Login Validation~

* lint Fix

* Login FIx

* updated role check in init~~

* Null Profile change with Empty guard and hide create Icom

* Null Profile change with Empty guard and hide create Icom

* general Guard update

* service worker Enabled

Co-authored-by: Jenifer Ramsingh <[email protected]>

* Dev (#27)

* Login Redirect FIX: yet need to fix

* directory implemented

* Login Validation~

* lint Fix

* Login FIx

* updated role check in init~~

* Null Profile change with Empty guard and hide create Icom

* Null Profile change with Empty guard and hide create Icom

* general Guard update

* service worker Enabled

* ALL CBP llist

Co-authored-by: Jenifer Ramsingh <[email protected]>

* Updated rain dashboard version & its code

* Update package.json

* Buid and lint FIX:#1

* Added lib deps for Telemetry

Co-authored-by: Jenifer Ramsingh <[email protected]>
Co-authored-by: NandiniAV <[email protected]>
  • Loading branch information
3 people authored Feb 24, 2022
1 parent 75f54f2 commit 9103c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {
PipeContentRoutePipe,
} from '@sunbird-cb/collection'
import { WidgetResolverModule } from '@sunbird-cb/resolver'
import { LoggerService, PipeSafeSanitizerModule } from '@sunbird-cb/utils'
import { LoggerService, PipeSafeSanitizerModule, TelemetryService } from '@sunbird-cb/utils'
import { SearchModule } from '@ws/app/src/public-api'
import 'hammerjs'
import { KeycloakAngularModule } from 'keycloak-angular'
Expand Down Expand Up @@ -178,6 +178,7 @@ const getBaseHref = (platformLocation: PlatformLocation): string => {
{ provide: OverlayContainer, useClass: FullscreenOverlayContainer },
{ provide: HAMMER_GESTURE_CONFIG, useClass: HammerConfig },
{ provide: ErrorHandler, useClass: GlobalErrorHandlingService },
{ provide: TelemetryService, deps: [environment] }
],
})
export class AppModule { }

0 comments on commit 9103c44

Please sign in to comment.