We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2b2dd commit c26cda4Copy full SHA for c26cda4
src/sentry/wrapper.ios.ts
@@ -54,7 +54,7 @@ function dataSerialize(data?: any, wrapPrimitives?: boolean) {
54
.map(([key, value]) => [key, dataSerialize(value, wrapPrimitives)])
55
.filter(([, value]) => value !== null)
56
);
57
- return NSDictionary.dictionaryWithDictionary(node);
+ return NSDictionary.dictionaryWithDictionary(node) as any;
58
}
59
60
default:
0 commit comments