Introduce new sentry-android-sqlite integration (#2722)
This integration replaces the old androidx.sqlite database instrumentation in the Sentry Android Gradle plugin
A new capability to manually instrument your androidx.sqlite databases.
You can wrap your custom SupportSQLiteOpenHelper instance into SentrySupportSQLiteOpenHelper(myHelper) if you're not using the Sentry Android Gradle plugin and still benefit from performance auto-instrumentation.
Add SentryWrapper for Callable and Supplier Interface (#2720)
For more information on how to enable source context, please refer to #633
Fixes
Finish WebFlux transaction before popping scope (#2724)
Use daemon threads for SentryExecutorService (#2747)
We started using SentryExecutorService in 6.19.0 which caused the application to hang on shutdown unless Sentry.close() was called. By using daemon threads we no longer block shutdown.
Use Base64.NO_WRAP to avoid unexpected char errors in Apollo (#2745)
Don't warn R8 on missing ComposeViewHierarchyExporter class (#2743)
6.20.0
Features
Add support for Sentry Kotlin Compiler Plugin (#2695)
In conjunction with our sentry-kotlin-compiler-plugin we improved Jetpack Compose support for
More granular http requests instrumentation with a new SentryOkHttpEventListener (#2659)
Create spans for time spent on:
Proxy selection
DNS resolution
HTTPS setup
Connection
Requesting headers
Receiving response
You can attach the event listener to your OkHttpClient through client.eventListener(new SentryOkHttpEventListener()).addInterceptor(new SentryOkHttpInterceptor()).build();
In case you already have an event listener you can use the SentryOkHttpEventListener as well through client.eventListener(new SentryOkHttpEventListener(myListener)).addInterceptor(new SentryOkHttpInterceptor()).build();
Introduce new sentry-android-sqlite integration (#2722)
This integration replaces the old androidx.sqlite database instrumentation in the Sentry Android Gradle plugin
A new capability to manually instrument your androidx.sqlite databases.
You can wrap your custom SupportSQLiteOpenHelper instance into SentrySupportSQLiteOpenHelper(myHelper) if you're not using the Sentry Android Gradle plugin and still benefit from performance auto-instrumentation.
Add SentryWrapper for Callable and Supplier Interface (#2720)
For more information on how to enable source context, please refer to #633
Fixes
Finish WebFlux transaction before popping scope (#2724)
Use daemon threads for SentryExecutorService (#2747)
We started using SentryExecutorService in 6.19.0 which caused the application to hang on shutdown unless Sentry.close() was called. By using daemon threads we no longer block shutdown.
Use Base64.NO_WRAP to avoid unexpected char errors in Apollo (#2745)
Don't warn R8 on missing ComposeViewHierarchyExporter class (#2743)
6.20.0
Features
Add support for Sentry Kotlin Compiler Plugin (#2695)
In conjunction with our sentry-kotlin-compiler-plugin we improved Jetpack Compose support for
More granular http requests instrumentation with a new SentryOkHttpEventListener (#2659)
Create spans for time spent on:
Proxy selection
DNS resolution
HTTPS setup
Connection
Requesting headers
Receiving response
You can attach the event listener to your OkHttpClient through client.eventListener(new SentryOkHttpEventListener()).addInterceptor(new SentryOkHttpInterceptor()).build();
In case you already have an event listener you can use the SentryOkHttpEventListener as well through client.eventListener(new SentryOkHttpEventListener(myListener)).addInterceptor(new SentryOkHttpInterceptor()).build();
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps sentry from 6.17.0 to 6.21.0.
Release notes
Sourced from sentry's releases.
... (truncated)
Changelog
Sourced from sentry's changelog.
... (truncated)
Commits
e384008
release: 6.21.084b2bbd
Refactor android sqlite instrumentation (SDK side) (#2722)b2152fd
Mention ANR mechanism changes in the changelog (#2748)d528048
Use daemon threads for SentryExecutorService (#2747)f0c28a1
Use Base64.NO_WRAP to avoid unexpected char errors in Apollo (#2745)9dddfbf
Load sentry-debug-meta.properties (#2734)b056859
Run AGP test matrix with/without sentry integrations (#2743)a62c875
Finish WebFlux transaction before popping scope (#2724)f1e4d4c
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.2 (#2740)ac511d5
Bump github/codeql-action from 2.3.3 to 2.3.5 (#2741)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)