getsentry / getsentry/sentry-java
Ensure Sentry is able to initialize without DSN if Spotlight is enabled
Open
Android
Errors
Improvement
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
Let's consider the following:
- The cache directory depends on the `dsn`, if none is set we have to come up with a reasonable alternative (dummy dsn), also `getParsedDsn()` needs to work properly
- As the SDK needs to be fully initialized, we'd need a `NoOpTransport`\
- The NDK needs to support that too
Contributor guide
Assessment
This issue has not been assessed yet.