Skip to content

Commit

Permalink
Update sentry/src/main/java/io/sentry/SentryOptions.java
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com>
  • Loading branch information
lcian and adinauer authored Jan 29, 2025
1 parent c24feb7 commit dd78d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/src/main/java/io/sentry/SentryOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public class SentryOptions {
@ApiStatus.Experimental private @Nullable List<FilterString> ignoredCheckIns = null;

/**
* Strings or regex patterns that the name of a new span/transaction will be tested against. If
* Strings or regex patterns that the origin of a new span/transaction will be tested against. If
* there is a match, the span/transaction will not be created.
*/
@ApiStatus.Experimental private @Nullable List<FilterString> ignoredSpanOrigins = null;
Expand Down

0 comments on commit dd78d04

Please sign in to comment.