File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/Sentry.Bindings.Android/Transforms Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 111111 -->
112112 <remove-node path =" /api/package[@name='io.sentry']/interface[@name='BackfillingEventProcessor']" />
113113 <remove-node path =" /api/package[@name='io.sentry.android.core']/class[@name='AnrV2EventProcessor']" />
114-
114+
115115 <!--
116116 SentryEvent.serialize() expects an parameter which implements IObjectWriter.
117117 JsonObjectWriter implements IObjectWriter in Java, but somehow this is not reflected in the generated binding.
163163 <!-- Remove UpdateStatus to avoid CS0108 for conflicting _members fields in nested subclasses -->
164164 <remove-node path =" /api/package[@name='io.sentry']/class[@name='UpdateStatus']" />
165165
166- <!-- error CS0050: Inconsistent accessibility: return type 'INetworkBody' is less accessible than method 'NetworkBody.FromXxx' -->
167- <remove-node path =" /api/package[@name='io.sentry.util.network']/interface[@name='NetworkBody']" />
168166</metadata >
You can’t perform that action at this time.
0 commit comments