Skip to content

Commit 1772a77

Browse files
committed
remove impl detail in Span JSDoc
1 parent 64437ed commit 1772a77

File tree

1 file changed

+0
-3
lines changed
  • packages/core/src/types-hoist

1 file changed

+0
-3
lines changed

packages/core/src/types-hoist/span.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,6 @@ export interface Span {
243243
*
244244
* You can ensure that your name is kept and not overwritten by calling `Sentry.updateSpanName(span, name)`
245245
*
246-
* If you want to update a span name in a browser-only app, `span.updateName` and `Sentry.updateSpanName`
247-
* are identical: In both cases, the name will not be overwritten by the Sentry SDK.
248-
*
249246
* @param name the new name of the span
250247
*/
251248
updateName(name: string): this;

0 commit comments

Comments
 (0)