We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174797d commit 8d4df58Copy full SHA for 8d4df58
include/sentry.h
@@ -1656,6 +1656,12 @@ SENTRY_API void sentry_scope_set_fingerprint(
1656
sentry_scope_t *scope, const char *fingerprint, ...);
1657
SENTRY_API void sentry_scope_set_fingerprint_n(sentry_scope_t *scope,
1658
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
+ */
1665
SENTRY_API void sentry_scope_set_fingerprints(
1666
sentry_scope_t *scope, sentry_value_t fingerprints);
1667
0 commit comments