Skip to content

Commit 17d9cb8

Browse files
Apply suggestions from code review
Co-authored-by: Karl Heinz Struggl <[email protected]>
1 parent fa301fe commit 17d9cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-includes/set-fingerprint/basic/native.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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**:
22
```c
33
#include <sentry.h>
44

@@ -8,7 +8,7 @@ my_fingerprinted_function(); // events are grouped on "myFingerPrint"
88
sentry_clear_fingerprint(); // clears all fingerprints
99
```
1010
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:
1212
1313
```cpp
1414
#include <sentry.h>

0 commit comments

Comments
 (0)