Skip to content

Commit e82da51

Browse files
committed
improve
1 parent d20798f commit e82da51

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sentry/src/main/java/io/sentry/SentryEnvelopeItem.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
import java.util.LinkedHashMap;
2828
import java.util.Map;
2929
import java.util.concurrent.Callable;
30+
import org.jetbrains.annotations.ApiStatus;
3031
import org.jetbrains.annotations.NotNull;
3132
import org.jetbrains.annotations.Nullable;
3233

34+
@ApiStatus.Internal
3335
public final class SentryEnvelopeItem {
3436

3537
// Profiles bigger than 50 MB will be dropped by the backend, so we drop bigger ones

sentry/src/main/java/io/sentry/SentryItemType.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
import io.sentry.protocol.SentryTransaction;
55
import java.io.IOException;
66
import java.util.Locale;
7+
import org.jetbrains.annotations.ApiStatus;
78
import org.jetbrains.annotations.NotNull;
89

10+
@ApiStatus.Internal
911
public enum SentryItemType implements JsonSerializable {
1012
Session("session"),
1113
Event("event"), // DataCategory.Error

0 commit comments

Comments
 (0)