Skip to content

Commit

Permalink
docs: Fix jsdocs param names (#13540)
Browse files Browse the repository at this point in the history
Before submitting a pull request, please take a look at our

[Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md)
guidelines and verify:

- [x] If you've added code that should be tested, please add tests.
- [x] Ensure your code lints and the test suite passes (`yarn lint`) &
(`yarn test`).
  • Loading branch information
mhuggins committed Sep 2, 2024
1 parent 318c163 commit b4112b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export interface Scope {
/**
* Capture a message for this scope.
*
* @param exception The exception to capture.
* @param message The message to capture.
* @param level An optional severity level to report the message with.
* @param hint Optional additional data to attach to the Sentry event.
* @returns the id of the captured message.
Expand All @@ -253,7 +253,7 @@ export interface Scope {
/**
* Capture a Sentry event for this scope.
*
* @param exception The event to capture.
* @param event The event to capture.
* @param hint Optional additional data to attach to the Sentry event.
* @returns the id of the captured event.
*/
Expand Down

0 comments on commit b4112b0

Please sign in to comment.