Releases: getsentry/sentry-unreal
Releases · getsentry/sentry-unreal
1.0.0-beta.6
1.0.0-beta.5
Breaking Changes
- On mobile platforms, the default traces sampler will no longer be created automatically if one is not explicitly configured in the plugin settings (
General -> Performance Monitoring). - If upgrading from a version prior to 0.9.0 legacy settings
DsnUrl,EnableVerboseLoggingandEnableStackTracewill no longer be read from the project configuration file automatically. Instead, you must re-set them in plugin settings to adopt the new format.
Fixes
- Avoid irrelevant screenshot being attached to captured crash event (#1019)
Dependencies
1.0.0-beta.4
Breaking Changes
- "Value" suffix has been removed from the get/set function names for tags and extras in
SentryScope. - Type of input parameters in certain public API functions was changed from
FStringtoFSentryVariant:- Get/Set functions for contexts and extras in
SentryScope - Get/Set functions for arbitrary data in
SentryBreadcrumb - Get/Set functions for arbitrary data in
SentryTransactionandSentrySpan AddBreadcrumbWithParamsandSentContextfunctions inSentrySubsystemCreateSentryBreadcrumbfunction inSentryLibrary
- Get/Set functions for contexts and extras in
Features
- Adopt generic variant type in public APIs (#971)
- Add runtime attachments support for Windows/Linux (#982)
Dependencies
1.0.0-beta.3
Breaking Changes
EnvironmentandDistget/set functions were removed from theScopeclass and now these properties have to be set in plugin settings instead. This unifies their usage across all platforms supported by the Unreal SDK.ConfigureScopefunction was removed fromSentrySubsystemclass following the Hub & Scope refactoring guidelines which recommend deprecating this API.Initializefunction was removed fromSamplingContextclass which is supposed to be created internally by the SDK.
Features
- Add native local scope for Windows/Linux (#928)
- Add option to delay app shutdown until Crashpad completes crash report upload (#953)
- Add API allowing to get/set event's
tag,contextandextraproperties (#940)
Fixes
- Sampling context, span and transaction classes are no longer re-defined when packaging for Android (#959)
Dependencies
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.6
Features
- Add screenshot capturing for Mac/iOS (#849)
Fixes
- Fix warnings caused by deprecated Cocoa SDK API usages (#868)
- Fix invalid log file being attached to crash events on Mac/iOS (#873)
- Fix Sentry cURL transport can't send envelopes on Linux (#882)
- The SDK now ensures the execute permission is set for Sentry CLI and symbol upload script when they have been downloaded via the Editor (#881)
Dependencies
1.0.0-alpha.5
Breaking Changes
- Replace
USentryIdclass withFString(#857)
Features
- Allow Sentry CLI to authenticate via environment variables during debug symbols upload (#836)
- Added the ability to specify a separate DSN for crashes while in editor vs cooked title (#853)
- Add callback to pre-process breadcrumbs before adding (#814)
- Add
sentry.propertiesfile content validation during debug symbol upload (#862)
Fixes
- Fix crash during garbage collection if SentryId was instantiated outside of game thread (#857)
- Fix ensure when log message from non-game thread (#845)