Skip to content

Commit

Permalink
Add empty start to avoid build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed May 6, 2023
1 parent 9366b54 commit 117c68b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/applicationInsightsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ export class ApplicationInsightsClient {
this._logHandler = new LogHandler(this._config, this._metricHandler, this._statsbeat);
}

/**
* @deprecated This should not be used
*/
public start() {
// No Op
}

public getTraceHandler(): TraceHandler {
return this._traceHandler;
}
Expand Down

0 comments on commit 117c68b

Please sign in to comment.