Skip to content

Commit

Permalink
* fix issue description in Samples for CPU Performance Issue detector
Browse files Browse the repository at this point in the history
  • Loading branch information
balazskreith committed May 14, 2024
1 parent 8470657 commit 02a931b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@observertc/client-monitor-js",
"version": "3.10.1",
"version": "3.10.2",
"description": "ObserveRTC Client Integration Javascript Library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/ClientMonitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ export class ClientMonitor extends TypedEventEmitter<ClientMonitorEvents> {

this.addIssue({
severity: createIssueOnDetection.severity,
description: createIssueOnDetection.description ?? 'Audio desync detected',
description: createIssueOnDetection.description ?? 'CPU performance issue detected',
timestamp: Date.now(),
attachments,
});
Expand Down

0 comments on commit 02a931b

Please sign in to comment.