Skip to content

Commit

Permalink
fix(hub): Add missing parameter to captureException docstring (#5001)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie authored Apr 27, 2022
1 parent 7856952 commit d619372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hub/src/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { Scope } from './scope';
* Captures an exception event and sends it to Sentry.
*
* @param exception An exception-like object.
* @param captureContext Additional scope data to apply to exception event.
* @returns The generated eventId.
*/
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
Expand Down

0 comments on commit d619372

Please sign in to comment.