Skip to content

Commit 8d4df58

Browse files
committed
document sentry_scope_set_fingerprints() expected type
1 parent 174797d commit 8d4df58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/sentry.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,6 +1656,12 @@ SENTRY_API void sentry_scope_set_fingerprint(
16561656
sentry_scope_t *scope, const char *fingerprint, ...);
16571657
SENTRY_API void sentry_scope_set_fingerprint_n(sentry_scope_t *scope,
16581658
const char *fingerprint, size_t fingerprint_len, ...);
1659+
1660+
/**
1661+
* Sets the event fingerprints.
1662+
*
1663+
* This accepts a list of fingerprints created with `sentry_value_new_list`.
1664+
*/
16591665
SENTRY_API void sentry_scope_set_fingerprints(
16601666
sentry_scope_t *scope, sentry_value_t fingerprints);
16611667

0 commit comments

Comments
 (0)