You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the 1.0.0 alpha 4, I get the following deprecation warnings. Since the Sentry.build.cs file doesn't allow changing the compiler arguments, I've had to add pragmas directly to the code.
0>AppleSentrySubsystem.cpp(324,103): Warning : 'initWithName:operation:traceId:spanId:parentSpanId:parentSampled:' is deprecated: Use initWithName:operation:traceId:spanId:parentSpanId:parentSampled:parentSampleRate:parentSampleRand instead [-Wdeprecated-declarations]
0> 324 | SentryTransactionContext* transactionContext = [[SENTRY_APPLE_CLASS(SentryTransactionContext) alloc] initWithName:@"<unlabeled transaction>" operation:@"default"
0> | ^
0>SentryTransactionContext.h(100,5): Reference : 'initWithName:operation:traceId:spanId:parentSpanId:parentSampled:' has been explicitly marked deprecated here
0> 100 | DEPRECATED_MSG_ATTRIBUTE("Use "
0> | ^
0>AvailabilityMacros.h(152,64): Reference : expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
0> 152 | #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
0> | ^
0>In file included from /Volumes/Thunderbolt/Dev/Unreal/ShotDesigner/Plugins/sentry-unreal-1.0.0-alpha.4-engine5.5-github/Intermediate/Build/Mac/arm64/UnrealGame/DebugGame/Sentry/Module.Sentry.2.cpp:21:
0>SentryUserFeedbackApple.cpp(22,1): Warning : 'SentryUserFeedback' is deprecated: Use SentryFeedback. [-Wdeprecated-declarations]
0> 22 | SentryUserFeedback* SentryUserFeedbackApple::GetNativeObject()
0> | ^
0>SentryUserFeedback.h(17,29): Reference : 'SentryUserFeedback' has been explicitly marked deprecated here
0> 17 | NS_SWIFT_NAME(UserFeedback) DEPRECATED_MSG_ATTRIBUTE("Use SentryFeedback.")
0> | ^
0>AvailabilityMacros.h(152,64): Reference : expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
0> 152 | #define DEPRECATED_MSG_ATTRIBUTE(s) __attribute__((deprecated(s)))
0> | ^
0>2 warnings generated.```
The text was updated successfully, but these errors were encountered:
Using the 1.0.0 alpha 4, I get the following deprecation warnings. Since the Sentry.build.cs file doesn't allow changing the compiler arguments, I've had to add pragmas directly to the code.
The text was updated successfully, but these errors were encountered: