Features
- Do not filter out Sentry SDK frames in case of uncaught exceptions (#3021)
Breaking changes:
- Cleanup
startTransaction
overloads (#2964)- We have reduce the number of overloads by allowing to pass in
TransactionOptions
instead of having separate parameters for certain options. TransactionOptions
has defaults set and can be customized
- We have reduce the number of overloads by allowing to pass in
- Raw logback message and parameters are now guarded by
sendDefaultPii
if anencoder
has been configured (#2976)
Fixes
- Use
getMyMemoryState()
instead ofgetRunningAppProcesses()
to retrieve process importance (#3004)- This should prevent some app stores from flagging apps as violating their privacy