We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64437ed commit 1772a77Copy full SHA for 1772a77
packages/core/src/types-hoist/span.ts
@@ -243,9 +243,6 @@ export interface Span {
243
*
244
* You can ensure that your name is kept and not overwritten by calling `Sentry.updateSpanName(span, name)`
245
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
- *
249
* @param name the new name of the span
250
*/
251
updateName(name: string): this;
0 commit comments