Skip to content

Commit

Permalink
Update sentryHelper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarjunsanji authored Sep 19, 2024
1 parent e4cbc0b commit 13b4e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/sentryHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class SentryHelper {
* @param error - The error object to capture.
*/
public static captureException(error: Error): void {
Sentry.captureException(error.message);
Sentry.captureException(error);
}

/**
Expand Down

0 comments on commit 13b4e3e

Please sign in to comment.