We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
captureException
1 parent 7856952 commit d619372Copy full SHA for d619372
packages/hub/src/exports.ts
@@ -26,6 +26,7 @@ import { Scope } from './scope';
26
* Captures an exception event and sends it to Sentry.
27
*
28
* @param exception An exception-like object.
29
+ * @param captureContext Additional scope data to apply to exception event.
30
* @returns The generated eventId.
31
*/
32
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
0 commit comments