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
DebugImage missing cpu_subtype and cpu_type. Mechanism field metaisn't correctly typed, but it should be fine since it's iOS specific. SentryApp missing app_memory, we likely set this one on SentryDevice, likely a confusion here between App's sandbox memory and Device memory. SentryDevice Relay is missing screen_height_pixels and screen_width_pixels SentryEvent deprecate culprit, missing errors but ideally not needed for SDKs, maybe useful for E2E tests. SentryGpu missing graphics_shader_level, max_texture_size, supports_compute_shaders, supports_draw_call_instancing, supports_geometry_shaders, supports_ray_tracing. SentryRequest missing fragment, inferred_content_type, and SDK should deprecate/drop other. SentryRuntime missing build, Relay is missing compiler. SentryStackFrame missing stack_start, symbol, vars should be <string, any>, Relay is missing addr_mode, and frames_omitted. SentryStackTrace missing lang, and snapshot. SentryTraceContext missing client_sample_rate, exclusive_time, do we actually need them on the SDK? SentryTransactionInfo, missing changes, original, propagations, do we actually need them on the SDK? SentryUser, missing data <string, any>, geo, name.
The text was updated successfully, but these errors were encountered:
Description
Relates to getsentry/team-mobile#56
DebugImage
missingcpu_subtype
andcpu_type
.Mechanism
fieldmeta
isn't correctly typed, but it should be fine since it's iOS specific.SentryApp
missingapp_memory
, we likely set this one onSentryDevice
, likely a confusion here between App's sandbox memory and Device memory.SentryDevice
Relay is missingscreen_height_pixels
andscreen_width_pixels
SentryEvent
deprecateculprit
, missingerrors
but ideally not needed for SDKs, maybe useful for E2E tests.SentryGpu
missinggraphics_shader_level
,max_texture_size
,supports_compute_shaders
,supports_draw_call_instancing
,supports_geometry_shaders
,supports_ray_tracing
.SentryRequest
missingfragment
,inferred_content_type
, and SDK should deprecate/dropother
.SentryRuntime
missingbuild
, Relay is missingcompiler
.SentryStackFrame
missingstack_start
,symbol
,vars
should be<string, any>
, Relay is missingaddr_mode
, andframes_omitted
.SentryStackTrace
missinglang
, andsnapshot
.SentryTraceContext
missingclient_sample_rate
,exclusive_time
, do we actually need them on the SDK?SentryTransactionInfo
, missingchanges
,original
,propagations
, do we actually need them on the SDK?SentryUser
, missingdata
<string, any>,geo
,name
.The text was updated successfully, but these errors were encountered: