Skip to content

Commit 585b761

Browse files
authored
Merge 7585ca7 into d217708
2 parents d217708 + 7585ca7 commit 585b761

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Improvements
6+
7+
- Mark `SentryEnvelope` as not internal ([#4748](https://github.com/getsentry/sentry-java/pull/4748))
8+
39
## 8.22.0
410

511
### Features

sentry/src/main/java/io/sentry/SentryEnvelope.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
import java.io.IOException;
88
import java.util.ArrayList;
99
import java.util.List;
10-
import org.jetbrains.annotations.ApiStatus;
1110
import org.jetbrains.annotations.NotNull;
1211
import org.jetbrains.annotations.Nullable;
1312

14-
@ApiStatus.Internal
1513
public final class SentryEnvelope {
1614

1715
// types: session_batch, session, event, attachment

0 commit comments

Comments
 (0)