feat: add SetBeforeSendFeedback to process feedback before sending #4092 #9714
Annotations
10 errors and 10 warnings
|
src/Sentry/SentryClient.cs#L18
Field 'SentryClient._transport' is never assigned to, and will always have its default value null
|
|
src/Sentry/SentryClient.cs#L108
Possible null reference argument for parameter 'options' in 'void DiagnosticLoggerExtensions.LogInfo<string>(SentryOptions options, string message, string arg)'.
|
|
src/Sentry/SentryClient.cs#L100
Possible null reference argument for parameter 'options' in 'void DiagnosticLoggerExtensions.LogWarning(SentryOptions options, string message)'.
|
|
src/Sentry/SentryClient.cs#L96
'ITransport' does not contain a definition for 'EnqueueFeedback' and no accessible extension method 'EnqueueFeedback' accepting a first argument of type 'ITransport' could be found (are you missing a using directive or an assembly reference?)
|
|
src/Sentry/SentryClient.cs#L41
Non-nullable field '_transport' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Sentry/SentryClient.cs#L18
Field 'SentryClient._transport' is never assigned to, and will always have its default value null
|
|
src/Sentry/SentryClient.cs#L108
Possible null reference argument for parameter 'options' in 'void DiagnosticLoggerExtensions.LogInfo<string>(SentryOptions options, string message, string arg)'.
|
|
src/Sentry/SentryClient.cs#L100
Possible null reference argument for parameter 'options' in 'void DiagnosticLoggerExtensions.LogWarning(SentryOptions options, string message)'.
|
|
src/Sentry/SentryClient.cs#L96
'ITransport' does not contain a definition for 'EnqueueFeedback' and no accessible extension method 'EnqueueFeedback' accepting a first argument of type 'ITransport' could be found (are you missing a using directive or an assembly reference?)
|
|
src/Sentry/SentryClient.cs#L41
Non-nullable field '_transport' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L5001
Invalid parameter type 'io.sentry.IScope' for member 'Sentry.JavaSdk.IScopeCallback.Run (Sentry.JavaSdk.IScope)'.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L1977
Invalid parameter type 'io.sentry.ISentryClient' for member 'Sentry.JavaSdk.IScopes.BindClient (Sentry.JavaSdk.ISentryClient)'.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L195
Invalid parameter type 'io.sentry.IScope' for member 'Sentry.JavaSdk.Baggage'.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L1766
Invalidating 'Sentry.JavaSdk.IScope' and all its nested types because some of its methods were invalid.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L1795
Invalid return type 'io.sentry.ISentryClient' for member 'Sentry.JavaSdk.IScope.GetClient ()'.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L1784
Invalid parameter type 'io.sentry.ISentryClient' for member 'Sentry.JavaSdk.IScope'.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L2187
Invalidating 'Sentry.JavaSdk.ISentryClient' and all its nested types because some of its methods were invalid.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L2280
Unknown parameter type 'io.sentry.ProfilingTraceData' for member 'Sentry.JavaSdk.ISentryClient.CaptureTransaction (Sentry.JavaSdk.Protocol.SentryTransaction, Sentry.JavaSdk.TraceContext, Sentry.JavaSdk.IScope, Sentry.JavaSdk.Hint, io.sentry.ProfilingTraceData)'.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L2242
Unknown parameter type 'io.sentry.ProfileChunk' for member 'Sentry.JavaSdk.ISentryClient.CaptureProfileChunk (io.sentry.ProfileChunk, io.sentry.IScope)'.
|
|
src/Sentry.Bindings.Android/obj/Debug/net9.0-android35.0/api.xml#L6021
Unknown parameter type 'io.sentry.ProfilingTraceData' for member 'Sentry.JavaSdk.SentryEnvelope'.
|
The logs for this run have expired and are no longer available.
Loading