Skip to content

Commit

Permalink
updateSessionInfo jsdoc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahbruno committed Feb 8, 2024
1 parent 7f977aa commit 8751425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glean/src/core/internal_metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ export class CoreMetrics {

/**
* Update local stored session information for Glean. This is called whenever
* the app is initialized and on every read/write to storage.
* the app on initialization and just after every read/write/delete to/from
* storage.
*
* There are a few scenarios to handle depending on what we already have
* stored about the session and how long it has been since the last action.
Expand Down

0 comments on commit 8751425

Please sign in to comment.