Skip to content

Commit 219e1ef

Browse files
committed
update JSDoc
1 parent a8063d6 commit 219e1ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/src/scope.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ export class Scope {
306306
/**
307307
* Sets attributes onto the scope.
308308
*
309-
* These attributes are currently only applied to logs.
310-
* In the future, they will also be applied to metrics and spans.
309+
* These attributes are currently applied to logs and metrics.
310+
* In the future, they will also be applied to spans.
311311
*
312312
* Important: For now, only strings, numbers and boolean attributes are supported, despite types allowing for
313313
* more complex attribute types. We'll add this support in the future but already specify the wider type to
@@ -338,8 +338,8 @@ export class Scope {
338338
/**
339339
* Sets an attribute onto the scope.
340340
*
341-
* These attributes are currently only applied to logs.
342-
* In the future, they will also be applied to metrics and spans.
341+
* These attributes are currently applied to logs and metrics.
342+
* In the future, they will also be applied to spans.
343343
*
344344
* Important: For now, only strings, numbers and boolean attributes are supported, despite types allowing for
345345
* more complex attribute types. We'll add this support in the future but already specify the wider type to

0 commit comments

Comments
 (0)