Sentry

Latest version: v23.7.1

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

Scan your dependencies

Page 144 of 223

2.2.4

Not secure
------

* Improve error logging in API.
* Update Celery client code to use new send_encoded interfaces.
* Change JS datetimes to use UTC.
* Force clients which specify version 2.0 or newer to pass identification.
* Better default logging configuration.
* Adjust eventlet to monkey patch the world before any imports happen.
* Adjust default configuration to specify LOG and RUN directories.
* upgrade now correctly handles the delete ghosts argument.

2.2.3

Not secure
------

* Lower font size of counts on event list.
* Align actions to right side (vertical).
* Fix issue with long filters not transforming to selects.

2.2.2

Not secure
Features

- Add sdk to envelope header ([488](https://github.com/getsentry/sentry-android/pull/488)) marandaneto
- Log request if response code is not 200 ([484](https://github.com/getsentry/sentry-android/pull/484)) marandaneto

Fixes

- Bump plugin versions ([487](https://github.com/getsentry/sentry-android/pull/487)) marandaneto
- Bump: AGP 4.0.1 ([486](https://github.com/getsentry/sentry-android/pull/486)) marandaneto

Packages were released on [`bintray`](https://dl.bintray.com/getsentry/sentry-android/io/sentry/sentry-android/), [`jcenter`](https://jcenter.bintray.com/io/sentry/sentry-android/) and [`mavenCentral`](https://repo.maven.apache.org/maven2/io/sentry/sentry-android/)

We'd love to get feedback.

2.2.1

Not secure
Fixes

- Timber adds breadcrumb even if event level is < minEventLevel ([480](https://github.com/getsentry/sentry-android/pull/480)) marandaneto
- Contexts serializer avoids reflection and fixes desugaring issue ([478](https://github.com/getsentry/sentry-android/pull/478)) marandaneto
- clone session before sending to the transport ([474](https://github.com/getsentry/sentry-android/pull/474)) marandaneto
- Bump Gradle 6.5.1 ([479](https://github.com/getsentry/sentry-android/pull/479)) marandaneto

Packages were released on [`bintray`](https://dl.bintray.com/getsentry/sentry-android/io/sentry/sentry-android/), [`jcenter`](https://jcenter.bintray.com/io/sentry/sentry-android/) and [`mavenCentral`](https://repo.maven.apache.org/maven2/io/sentry/sentry-android/)

We'd love to get feedback.

2.2.0

Not secure
3) Initialize and add the `SentryTimberIntegration`:

java
SentryAndroid.init(this, options -> {
// default values:
// minEventLevel = ERROR
// minBreadcrumbLevel = INFO
options.addIntegration(new SentryTimberIntegration());

// custom values for minEventLevel and minBreadcrumbLevel
// options.addIntegration(new SentryTimberIntegration(SentryLevel.WARNING, SentryLevel.ERROR));
});


4) Use the Timber integration:

java
try {
int x = 1 / 0;
} catch (Exception e) {
Timber.e(e);
}


Packages were released on [`bintray`](https://dl.bintray.com/getsentry/sentry-android/io/sentry/sentry-android/), [`jcenter`](https://jcenter.bintray.com/io/sentry/sentry-android/) and [`mavenCentral`](https://repo.maven.apache.org/maven2/io/sentry/sentry-android/)

We'd love to get feedback.

2.2.0beta.0

- build(ios): Bump sentry-cocoa to 6.1.3 1293
- fix: pass maxBreadcrumbs to Android init
- feat: Allow disabling native SDK initialization but still use it 1259
- ref: Rename shouldInitializeNativeSdk to autoInitializeNativeSdk 1275
- fix: Fix parseErrorStack that only takes string in DebugSymbolicator event processor 1274
- fix: Only set "event" type in envelope item and not the payload 1271
- build: Bump JS dependencies to 5.30.0 1282
- fix: Add fallback envelope item type to iOS. 1283
- feat: Auto performance tracing with XHR/fetch, and routing instrumentation 1230

Page 144 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.