Integration
sentry
Java Version
17
Version
8.18.0
Steps to Reproduce
- Follow the code detailed in https://docs.sentry.io/platforms/android/configuration/shared-environments/ for setting up the Java Sentry client in a shared environment.
See
|
public SentryClient(final @NotNull SentryOptions options) { |
Expected Result
Following the code outlined in https://docs.sentry.io/platforms/android/configuration/shared-environments/ shouldn't result in any validation errors or compliance issues.
Actual Result
The constructor is marked as internal, violating our compliance rules.
This is similar to this issue: #4722.
As far as I know, the issue still persist on the main branch.
Integration
sentry
Java Version
17
Version
8.18.0
Steps to Reproduce
See
sentry-java/sentry/src/main/java/io/sentry/SentryClient.java
Line 52 in 3da09d8
Expected Result
Following the code outlined in https://docs.sentry.io/platforms/android/configuration/shared-environments/ shouldn't result in any validation errors or compliance issues.
Actual Result
The constructor is marked as internal, violating our compliance rules.
This is similar to this issue: #4722.
As far as I know, the issue still persist on the main branch.