File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
sentry/src/main/java/io/sentry Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Use logger from options for JVM profiler ([#4771](https://github.com/getsentry/sentry-java/pull/4771))
8
8
9
+ ### Miscellaneous
10
+
11
+ - Mark SentryClient(SentryOptions) constructor as not internal ([#4787](https://github.com/getsentry/sentry-java/pull/4787))
12
+
9
13
### Dependencies
10
14
11
15
- Bump Native SDK from v0.10.1 to v0.11.2 ([#4775](https://github.com/getsentry/sentry-java/pull/4775))
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ public boolean isEnabled() {
48
48
return enabled ;
49
49
}
50
50
51
- @ ApiStatus .Internal
52
51
public SentryClient (final @ NotNull SentryOptions options ) {
53
52
this .options = Objects .requireNonNull (options , "SentryOptions is required." );
54
53
this .enabled = true ;
You can’t perform that action at this time.
0 commit comments