We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2018fb2 commit 6ef216bCopy full SHA for 6ef216b
projects/common/src/telemetry/user-telemetry-impl.service.ts
@@ -60,7 +60,6 @@ export class UserTelemetryImplService extends UserTelemetryService {
60
61
private buildTelemetryProvider(config: UserTelemetryRegistrationConfig<unknown>): UserTelemetryInternalConfig {
62
const providerInstance = this.injector.get(config.telemetryProvider);
63
- providerInstance.initialize(config.initConfig);
64
65
return {
66
...config,
0 commit comments