Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Panthaaaa/sentry-java into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
Lukas Mader committed Nov 16, 2020
2 parents 385cbb3 + 186f63e commit 0974217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentry/src/main/java/io/sentry/protocol/Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class Request implements IUnknownPropertiesConsumer {
* Request data in any format that makes sense.
*
* <p>SDKs should discard large and binary bodies by default. Can be given as string or structural
* data of any format.
* data of any serializable format.
*/
private Object data;
/**
Expand Down
2 changes: 1 addition & 1 deletion sentry/src/main/java/io/sentry/protocol/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class User implements Cloneable, IUnknownPropertiesConsumer {
/** Username of the user. */
private @Nullable String username;

/** Remote IP address of the user. Defaults to "{{auto}}". */
/** Remote IP address of the user. */
private @Nullable String ipAddress;

/**
Expand Down

0 comments on commit 0974217

Please sign in to comment.