You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-includes/set-fingerprint/basic/native.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
You can set a fingerprint to be added to all future events and errors:
1
+
You can set a fingerprint to be added to **all future events and errors**:
2
2
```c
3
3
#include<sentry.h>
4
4
@@ -8,7 +8,7 @@ my_fingerprinted_function(); // events are grouped on "myFingerPrint"
8
8
sentry_clear_fingerprint(); // clears all fingerprints
9
9
```
10
10
11
-
For manually captured events, fingerprints can be added to the `fingerprint` key of the event. This will be prioritized over the globally set fingerprint:
11
+
For specific, manually captured events, fingerprints can be added to the `fingerprint` key of the event. This will be prioritized over the globally set fingerprint:
0 commit comments