Skip to content

Commit

Permalink
[CP-XXX] Handle Tracick Request Timeout Issue (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski authored Jul 30, 2024
1 parent c0691b1 commit 0a05bfb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export class AnalyticDataTrackerService implements AnalyticDataTrackerClass {
try {
return await this.httpClient.post(this.apiUrl, undefined, {
params,
timeout: 3000,
})
} catch {
return undefined
Expand Down

0 comments on commit 0a05bfb

Please sign in to comment.