Sentry

Latest version: v23.7.1

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 150 of 223

2.0.0rc03

Release of Sentry's new SDK for Android.

Fixes

- fixes ([259](https://github.com/getsentry/sentry-android/issues/259)) - NPE check on getExternalFilesDirs items. ([#260](https://github.com/getsentry/sentry-android/pull/260)) marandaneto
- strictMode typo ([258](https://github.com/getsentry/sentry-android/pull/258)) marandaneto

Packages were released on [`bintray`](https://dl.bintray.com/getsentry/sentry-android/io/sentry/), [`jcenter`](https://jcenter.bintray.com/io/sentry/sentry-android/)

We'd love to get feedback and we'll work in getting the GA `2.0.0` out soon.
Until then, the [stable SDK offered by Sentry is at version 1.7.30](https://github.com/getsentry/sentry-java/releases/tag/v1.7.30)

2.0.0rc02

Release of Sentry's new SDK for Android.

Features

- Hub mode configurable ([247](https://github.com/getsentry/sentry-android/pull/247)) bruno-garcia
- Added remove methods (tags/extras) to the sentry static class ([243](https://github.com/getsentry/sentry-android/pull/243)) marandaneto

Fixes


- Update ndk for new sentry-native version ([235](https://github.com/getsentry/sentry-android/pull/235)) Swatinem marandaneto
- Make integrations public ([256](https://github.com/getsentry/sentry-android/pull/256)) marandaneto
- Bump build-tools ([255](https://github.com/getsentry/sentry-android/pull/255)) marandaneto
- Added javadocs to scope and its dependencies ([253](https://github.com/getsentry/sentry-android/pull/253)) marandaneto
- Build all ABIs ([254](https://github.com/getsentry/sentry-android/pull/254)) marandaneto
- Moving back ANR timeout from long to int param. ([252](https://github.com/getsentry/sentry-android/pull/252)) marandaneto
- Added HubAdapter to call Sentry static methods from Integrations ([250](https://github.com/getsentry/sentry-android/pull/250)) marandaneto
- New Release format ([242](https://github.com/getsentry/sentry-android/pull/242)) marandaneto
- Javadocs for SentryOptions ([246](https://github.com/getsentry/sentry-android/pull/246)) marandaneto
- non-app is already inApp excluded by default. ([244](https://github.com/getsentry/sentry-android/pull/244)) marandaneto
- Fix if symlink exists for sentry-native ([241](https://github.com/getsentry/sentry-android/pull/241)) marandaneto
- Clone method - race condition free ([226](https://github.com/getsentry/sentry-android/pull/226)) marandaneto
- Refactoring breadcrumbs callback ([239](https://github.com/getsentry/sentry-android/pull/239)) marandaneto

Packages were released on [`bintray`](https://dl.bintray.com/getsentry/sentry-android/io/sentry/), [`jcenter`](https://jcenter.bintray.com/io/sentry/sentry-android/)

We'd love to get feedback and we'll work in getting the GA `2.0.0` out soon.
Until then, the [stable SDK offered by Sentry is at version 1.7.30](https://github.com/getsentry/sentry-java/releases/tag/v1.7.30)

2.0.0rc01

Release of Sentry's new SDK for Android.

What’s Changed

Features

- Added remove methods for Scope data ([237](https://github.com/getsentry/sentry-android/pull/237)) marandaneto
- More device context (deviceId, connectionType and language) ([229](https://github.com/getsentry/sentry-android/pull/229)) marandaneto
- Added a few java docs (Sentry, Hub and SentryClient) ([223](https://github.com/getsentry/sentry-android/pull/223)) marandaneto
- Implemented diagnostic logger ([218](https://github.com/getsentry/sentry-android/pull/218)) marandaneto
- Added event processors to scope ([209](https://github.com/getsentry/sentry-android/pull/209)) marandaneto
- Added android transport gate ([206](https://github.com/getsentry/sentry-android/pull/206)) marandaneto
- Added executor for caching values out of the main thread ([201](https://github.com/getsentry/sentry-android/pull/201)) marandaneto

Fixes


- Honor RetryAfter ([236](https://github.com/getsentry/sentry-android/pull/236)) marandaneto
- Add tests for SentryValues ([238](https://github.com/getsentry/sentry-android/pull/238)) philipphofmann
- Do not set frames if there's none ([234](https://github.com/getsentry/sentry-android/pull/234)) marandaneto
- Always call interrupt after InterruptedException ([232](https://github.com/getsentry/sentry-android/pull/232)) marandaneto
- Mark as current thread if its the main thread ([228](https://github.com/getsentry/sentry-android/pull/228)) marandaneto
- Fix lgtm alerts ([219](https://github.com/getsentry/sentry-android/pull/219)) marandaneto
- Written unit tests to ANR integration ([215](https://github.com/getsentry/sentry-android/pull/215)) marandaneto
- Added blog posts to README ([214](https://github.com/getsentry/sentry-android/pull/214)) marandaneto
- Raise code coverage for Dsn to 100% ([212](https://github.com/getsentry/sentry-android/pull/212)) philipphofmann
- Remove redundant times(1) for Mockito.verify ([211](https://github.com/getsentry/sentry-android/pull/211)) philipphofmann
- Transport may be set on options ([203](https://github.com/getsentry/sentry-android/pull/203)) marandaneto
- dist may be set on options ([204](https://github.com/getsentry/sentry-android/pull/204)) marandaneto
- Throw an exception if DSN is not set ([200](https://github.com/getsentry/sentry-android/pull/200)) marandaneto
- Migration guide markdown ([197](https://github.com/getsentry/sentry-android/pull/197)) marandaneto

Packages were released on [`bintray`](https://dl.bintray.com/getsentry/sentry-android/io/sentry/), [`jcenter`](https://jcenter.bintray.com/io/sentry/sentry-android/)

We'd love to get feedback and we'll work in getting the GA `2.0.0` out soon.
Until then, the [stable SDK offered by Sentry is at version 1.7.29](https://github.com/getsentry/sentry-java/releases/tag/v1.7.29)

2.0.0beta8

- SentryTarget - GetTagsFromLogEvent with null check (326)
- handled process corrupted (328)
- sourcelink GA (330)
- Adds ability to specify user values via NLog configuration (336)

2.0.0beta7

Fixes:

- Reading request body throws on ASP.NET Core 3 (324)
- NLog: null check contextProp.Value during IncludeEventDataOnBreadcrumbs (323)
- JsonSerializerSettings - ReferenceLoopHandling.Ignore (312)

Features:

- Multi-target .NET Core 3.0 (308)

2.0.0beta6

- Fixed error when reading request body affects collecting other request data (299)

Page 150 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.