Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove impl detail in Span JSDoc
  • Loading branch information
Lms24 committed Dec 13, 2024
commit 1772a77a589b81d33bb3769ed1558fd6932654d1
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