Bump sentry-logback from 1.7.27 to 3.2.1
Bumps sentry-logback from 1.7.27 to 3.2.1.
Release notes
Sourced from sentry-logback's releases.
3.2.1
What’s Changed
This release is a patch to the latest stable version 3.2.x with a few fixes made on 4.x
- Fix: Set current thread only if theres no exceptions (#1064)
- Fix: Append DebugImage list if event already has it (#1092)
- Fix: Sort breadcrumbs by Date if there are breadcrumbs already in the event (#1094)
- Fix: Free Local Refs manually due to Android local ref. count limits (#1179)
Packages were released on
bintray sentry-java
,bintray sentry-android
,jcenter
andmavenCentral
We'd love to get feedback.
3.2.0
What’s Changed
- Bump: AGP 4.1.1 (#1040)
- Fix: use neutral Locale for String operations #1033
- Update to sentry-native 0.4.4 and fix shared library builds (#1039)
- Feat: Expose a Module (Debug images) Loader for Android thru sentry-native #1043
- Enhancement: Added java doc to protocol classes based on sentry-data-schemes project (#1045)
- Enhancement: Make SentryExceptionResolver Order configurable to not send handled web exceptions (#1008)
- Enhancement: Resolve HTTP Proxy parameters from the external configuration (#1028)
- Enhancement: Sentry NDK integration is compiled against the default NDK version based on AGP's version #1048
- Fix: Clean up JNI code and properly free strings #1050
- Fix: set userId for hard-crashes if no user is set #1049
Packages were released on
bintray sentry-java
,bintray sentry-android
,jcenter
andmavenCentral
We'd love to get feedback.
3.1.3
What’s Changed
- Normalize DSN URI. (#1032) @maciejwalkowiak
- Do not exclude stack trace elements from samples. (#1031) @maciejwalkowiak
- Max queue items to 30 (#1029) @bruno-garcia
- Fix broken NDK integration on 3.1.2 (release failed on packaging a .so file)
Packages were released on
bintray sentry-java
,bintray sentry-android
,jcenter
andmavenCentral
We'd love to get feedback.
3.1.2
What’s Changed
... (truncated)
Changelog
Sourced from sentry-logback's changelog.
3.2.1
- Fix: Set current thread only if theres no exceptions (#1064)
- Fix: Append DebugImage list if event already has it (#1092)
- Fix: Sort breadcrumbs by Date if there are breadcrumbs already in the event (#1094)
- Fix: Free Local Refs manually due to Android local ref. count limits (#1179)
3.2.0
- Bump: AGP 4.1.1 (#1040)
- Fix: use neutral Locale for String operations #1033
- Update to sentry-native 0.4.4 and fix shared library builds (#1039)
- Feat: Expose a Module (Debug images) Loader for Android thru sentry-native #1043
- Enhancement: Added java doc to protocol classes based on sentry-data-schemes project (#1045)
- Enhancement: Make SentryExceptionResolver Order configurable to not send handled web exceptions (#1008)
- Enhancement: Resolve HTTP Proxy parameters from the external configuration (#1028)
- Enhancement: Sentry NDK integration is compiled against default NDK version based on AGP's version #1048
- Fix: Clean up JNI code and properly free strings #1050
- Fix: set userId for hard-crashes if no user is set #1049
3.1.3
- Fix broken NDK integration on 3.1.2 (release failed on packaging a .so file)
- Increase max cached events to 30 (#1029)
- Normalize DSN URI (#1030)
3.1.2
- feat: Manually capturing User Feedback
- Enhancement: Set environment to "production" by default.
- Enhancement: Make public the Breadcrumb constructor that accepts a Date #1012
- ref: Validate event id on user feedback submission
3.1.1
- fix: Prevent Logback and Log4j2 integrations from re-initializing Sentry when Sentry is already initialized
- Enhancement: Bind logging related SentryProperties to Slf4j Level instead of Logback to improve Log4j2 compatibility
- fix: Make sure HttpServletRequestSentryUserProvider runs by default before custom SentryUserProvider beans
- fix: fix setting up Sentry in Spring Webflux annotation by changing the scope of Spring WebMvc related dependencies
3.1.0
- fix: Don't require
sentry.dsn
to be set when usingio.sentry:sentry-spring-boot-starter
andio.sentry:sentry-logback
together #965- Auto-Configure
inAppIncludes
in Spring Boot integration #966- Enhancement: make getThrowable public and improve set contexts #967
- Bump: Android Gradle Plugin 4.0.2 #968
- Enhancement: accepted quoted values in properties from external configuration #972
- fix: remove chunked streaming mode #974
- fix: Android 11 + targetSdkVersion 30 crashes Sentry on start #977
... (truncated)
Commits
-
655b172
chore: 3.2.1 -
0631bfe
fix conflict -
a7e8daf
patch #1179 -
cedcef1
patch #1094 -
1bb7956
patch #1092 -
034e202
patch #1064 -
e0bd26a
chore: 3.2.0 -
b98169a
feat: expose a module loader for Android thru sentry-native (#1043) -
26f4693
fix: Clean up JNI code and properly free strings (#1050) -
01cfbfe
Fix: userId should be set for hard crashes (#1049) - Additional commits viewable in compare view