Skip to content

Commit

Permalink
Update packages/telemetry/browser-telemetry/src/api/BrowserTelemetry.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew M. Keeler <[email protected]>
  • Loading branch information
kinyoklion and keelerm84 authored Nov 15, 2024
1 parent f275dbc commit b191d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface BrowserTelemetry {
* Captures an Error object for telemetry purposes.
*
* Use this method to manually capture errors during application operation.
* Unhandled errors are automatically captures, but this method can be used
* Unhandled errors are automatically captured, but this method can be used
* to capture errors which were hanled, but are still useful for telemetry.
*
* @param exception The Error object to capture
Expand Down

0 comments on commit b191d6a

Please sign in to comment.