File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
sentry/src/main/java/io/sentry Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2727import java .util .LinkedHashMap ;
2828import java .util .Map ;
2929import java .util .concurrent .Callable ;
30+ import org .jetbrains .annotations .ApiStatus ;
3031import org .jetbrains .annotations .NotNull ;
3132import org .jetbrains .annotations .Nullable ;
3233
34+ @ ApiStatus .Internal
3335public final class SentryEnvelopeItem {
3436
3537 // Profiles bigger than 50 MB will be dropped by the backend, so we drop bigger ones
Original file line number Diff line number Diff line change 44import io .sentry .protocol .SentryTransaction ;
55import java .io .IOException ;
66import java .util .Locale ;
7+ import org .jetbrains .annotations .ApiStatus ;
78import org .jetbrains .annotations .NotNull ;
89
10+ @ ApiStatus .Internal
911public enum SentryItemType implements JsonSerializable {
1012 Session ("session" ),
1113 Event ("event" ), // DataCategory.Error
You can’t perform that action at this time.
0 commit comments