Skip to content

Commit 37ebda0

Browse files
authored
docs: Update parameter description in SentryScope.h to include support for arrays (#7326)
1 parent c9fc5be commit 37ebda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Sentry/Public/SentryScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ NS_SWIFT_NAME(Scope)
147147
* message.
148148
* @note The SDK only applies attributes to Logs. The SDK doesn't apply the attributes to
149149
* Events, Transactions, Spans, Profiles, Session Replay.
150-
* @param value Supported values are string, integers, boolean and double
150+
* @param value Supported values are string, integers, boolean, double and arrays of those types
151151
* @param key The key to store, cannot be an empty string
152152
*/
153153
- (void)setAttributeValue:(id)value

0 commit comments

Comments
 (0)