Sentry

Latest version: v23.7.1

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

Scan your dependencies

Page 114 of 223

4.0.0beta.3

- Bump Sentry Cocoa 7.16.1 ([2279](https://github.com/getsentry/sentry-react-native/pull/2283))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/7.16.1/CHANGELOG.md)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.11.0...7.16.1)

4.0.0beta.2

- Bump Sentry JavaScript 7.1.1 ([2279](https://github.com/getsentry/sentry-react-native/pull/2279))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/7.1.1/CHANGELOG.md)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.0.0...7.1.1)
- Bump Sentry Android 6.0.0 ([2281](https://github.com/getsentry/sentry-react-native/pull/2281))
- [changelog](https://github.com/getsentry/sentry-java/blob/6.0.0/CHANGELOG.md)
- [diff](https://github.com/getsentry/sentry-java/compare/5.7.0...6.0.0)

4.0.0beta.1

Features

- Add addToTransactions to Attachment ([1191](https://github.com/getsentry/sentry-java/pull/1191))
- Support SENTRY_TRACES_SAMPLE_RATE conf. via env variables ([1171](https://github.com/getsentry/sentry-java/pull/1171))
- Pass request to CustomSamplingContext in Spring integration ([1172](https://github.com/getsentry/sentry-java/pull/1172))
- Move `SentrySpanClientHttpRequestInterceptor` to Spring module ([1181](https://github.com/getsentry/sentry-java/pull/1181))
- Add overload for `transaction/span.finish(SpanStatus)` ([1182](https://github.com/getsentry/sentry-java/pull/1182))
- Simplify registering traces sample callback in Spring integration ([1184](https://github.com/getsentry/sentry-java/pull/1184))
- Polish Performance API ([1165](https://github.com/getsentry/sentry-java/pull/1165))
- Set "debug" through external properties ([1186](https://github.com/getsentry/sentry-java/pull/1186))
- Simplify Spring integration ([1188](https://github.com/getsentry/sentry-java/pull/1188))
- Init overload with dsn ([1195](https://github.com/getsentry/sentry-java/pull/1195))
- Enable Kotlin map-like access on CustomSamplingContext ([1192](https://github.com/getsentry/sentry-java/pull/1192))
- Auto register custom ITransportFactory in Spring integration ([1194](https://github.com/getsentry/sentry-java/pull/1194))
- Improve Kotlin property access in Performance API ([1193](https://github.com/getsentry/sentry-java/pull/1193))
- Copy options tags to transactions ([1198](https://github.com/getsentry/sentry-java/pull/1198))
- Add convenient method for accessing event's throwable ([1202](https://github.com/getsentry/sentry-java/pull/1202))

Fixes

- Ref: Set SpanContext on SentryTransaction to avoid potential NPE ([1173](https://github.com/getsentry/sentry-java/pull/1173))
- Free Local Refs manually due to Android local ref. count limits
- Bring back support for setting transaction name without ongoing transaction ([1183](https://github.com/getsentry/sentry-java/pull/1183))

4.0.0alpha.3

Features

- Improve ITransaction and ISpan null-safety compatibility ([1161](https://github.com/getsentry/sentry-java/pull/1161))
- Automatically assign span context to captured events ([1156](https://github.com/getsentry/sentry-java/pull/1156))
- Autoconfigure Apache HttpClient 5 based Transport in Spring Boot integration ([1143](https://github.com/getsentry/sentry-java/pull/1143))
- Send user.ip_address = {{auto}} when sendDefaultPii is true ([1015](https://github.com/getsentry/sentry-java/pull/1015))
- Read tracesSampleRate from AndroidManifest
- OutboxSender supports all envelope item types ([1158](https://github.com/getsentry/sentry-java/pull/1158))
- Read `uncaught.handler.enabled` property from the external configuration
- Resolve servername from the localhost address
- Add maxAttachmentSize to SentryOptions ([1138](https://github.com/getsentry/sentry-java/pull/1138))
- Drop invalid attachments ([1134](https://github.com/getsentry/sentry-java/pull/1134))
- Set isSideLoaded info tags
- Add non blocking Apache HttpClient 5 based Transport ([1136](https://github.com/getsentry/sentry-java/pull/1136))

Fixes

- Ref: Make Attachment immutable ([1120](https://github.com/getsentry/sentry-java/pull/1120))
- Ref: using Calendar to generate Dates
- Ref: Return NoOpTransaction instead of null ([1126](https://github.com/getsentry/sentry-java/pull/1126))
- Ref: `ITransport` implementations are now responsible for executing request in asynchronous or synchronous way ([1118](https://github.com/getsentry/sentry-java/pull/1118))
- Ref: Add option to set `TransportFactory` instead of `ITransport` on `SentryOptions` ([1124](https://github.com/getsentry/sentry-java/pull/1124))
- Ref: Simplify ITransport creation in ITransportFactory ([1135](https://github.com/getsentry/sentry-java/pull/1135))
- Fixes and Tests: Session serialization and deserialization
- Inheriting sampling decision from parent ([1100](https://github.com/getsentry/sentry-java/pull/1100))
- Exception only sets a stack trace if there are frames
- Initialize Logback after context refreshes ([1129](https://github.com/getsentry/sentry-java/pull/1129))
- Do not crash when passing null values to Nullable methods, eg User and Scope
- Resolving dashed properties from external configuration
- Consider {{ auto }} as a default ip address ([1015](https://github.com/getsentry/sentry-java/pull/1015))
- Set release and environment on Transactions ([1152](https://github.com/getsentry/sentry-java/pull/1152))
- Do not set transaction on the scope automatically

4.0.0alpha.2

Features

- Add basic support for attachments ([1082](https://github.com/getsentry/sentry-java/pull/1082))
- Set transaction name on events and transactions sent using Spring integration ([1067](https://github.com/getsentry/sentry-java/pull/1067))
- Set global tags on SentryOptions and load them from external configuration ([1066](https://github.com/getsentry/sentry-java/pull/1066))
- Add API validator and remove deprecated methods
- Add more convenient method to start a child span ([1073](https://github.com/getsentry/sentry-java/pull/1073))
- Autoconfigure traces callback in Spring Boot integration ([1074](https://github.com/getsentry/sentry-java/pull/1074))
- Resolve in-app-includes and in-app-excludes parameters from the external configuration
- Make InAppIncludesResolver public ([1084](https://github.com/getsentry/sentry-java/pull/1084))
- Add the ability to register multiple OptionsConfiguration beans ([1093](https://github.com/getsentry/sentry-java/pull/1093))
- Database query tracing with datasource-proxy ([1095](https://github.com/getsentry/sentry-java/pull/1095))

Fixes

- Ref: Refactor resolving SpanContext for Throwable ([1068](https://github.com/getsentry/sentry-java/pull/1068))
- Ref: Change "op" to "operation" in SentrySpan and SentryTransaction
- Remove method reference in SentryEnvelopeItem ([1091](https://github.com/getsentry/sentry-java/pull/1091))
- Set current thread only if there are no exceptions
- SentryOptions creates GsonSerializer by default
- Append DebugImage list if event already has it
- Sort breadcrumbs by Date if there are breadcrumbs already in the event

4.0.0alpha.1

Features

- Load `sentry.properties` from the application's current working directory ([1046](https://github.com/getsentry/sentry-java/pull/1046))
- Performance monitoring ([971](https://github.com/getsentry/sentry-java/pull/971))
- Performance monitoring for Spring Boot applications ([971](https://github.com/getsentry/sentry-java/pull/971))

Fixes

- Ref: Refactor JSON deserialization ([1047](https://github.com/getsentry/sentry-java/pull/1047))

Page 114 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.