We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentry-android
Gradle
7.0.2
Disabled
6.7.0
Adding all envelope to offline storage: /data/user/0/[package]/cache/sentry/[dsn]/[id].envelope
/data/user/0/[package]/cache/sentry/[dsn]/[id].envelope
Adding all envelope to offline storage: /data/user/0/[package]/cache/sentry/[id].envelope
/data/user/0/[package]/cache/sentry/[id].envelope
The text was updated successfully, but these errors were encountered:
This issues should be related to new AndroidEnvelopeCache(options) #2277
My solution:
SentryAndroid.init(context) { options -> options.apply { this.dsn = dsn // after change dsn, try reset disk cache setEnvelopeDiskCache(AndroidEnvelopeCache(options)) } }
Hope can fix this issue least version. ☺️
Sorry, something went wrong.
FYI: The fix will be part of the 6.8.0 release.
6.8.0
markushi
Successfully merging a pull request may close this issue.
Integration
sentry-android
Build System
Gradle
AGP Version
7.0.2
Proguard
Disabled
Version
6.7.0
Steps to Reproduce
Expected Result
Adding all envelope to offline storage:
/data/user/0/[package]/cache/sentry/[dsn]/[id].envelope
Actual Result
Adding all envelope to offline storage:
/data/user/0/[package]/cache/sentry/[id].envelope
The text was updated successfully, but these errors were encountered: