Skip to content

Commit

Permalink
remove impl detail in Span JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Dec 13, 2024
1 parent 64437ed commit 1772a77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/types-hoist/span.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ export interface Span {
*
* You can ensure that your name is kept and not overwritten by calling `Sentry.updateSpanName(span, name)`
*
* If you want to update a span name in a browser-only app, `span.updateName` and `Sentry.updateSpanName`
* are identical: In both cases, the name will not be overwritten by the Sentry SDK.
*
* @param name the new name of the span
*/
updateName(name: string): this;
Expand Down

0 comments on commit 1772a77

Please sign in to comment.