Skip to content

Commit

Permalink
Change SendPerformanceTiming to be a read so it is not retried and ge…
Browse files Browse the repository at this point in the history
…ts stuck in a loop
  • Loading branch information
iwiznia committed Jun 23, 2023
1 parent 67f627d commit 2cd9b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/Timing.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ function end(eventName, secondaryName = '') {
return;
}

API.write('SendPerformanceTiming', {
API.read('SendPerformanceTiming', {
name: grafanaEventName,
value: eventTime,
platform: `${getPlatform()}`,
});
}, {});
});
}

Expand Down

0 comments on commit 2cd9b78

Please sign in to comment.