Skip to content

Commit

Permalink
Fix blunder
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Feb 7, 2025
1 parent c0974e3 commit 7512069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sentry.h
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ SENTRY_API void sentry_options_set_require_user_consent(
sentry_options_t *opts, int val);

/**
* ` true if user consent is required.
* Returns true if user consent is required.
*/
SENTRY_API int sentry_options_get_require_user_consent(
const sentry_options_t *opts);
Expand Down

0 comments on commit 7512069

Please sign in to comment.