Skip to content

Commit d619372

Browse files
authored
fix(hub): Add missing parameter to captureException docstring (#5001)
1 parent 7856952 commit d619372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hub/src/exports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { Scope } from './scope';
2626
* Captures an exception event and sends it to Sentry.
2727
*
2828
* @param exception An exception-like object.
29+
* @param captureContext Additional scope data to apply to exception event.
2930
* @returns The generated eventId.
3031
*/
3132
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types

0 commit comments

Comments
 (0)