We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd106b9 commit 2a6f451Copy full SHA for 2a6f451
Sources/Sentry/SentryMetricKitIntegration.m
@@ -509,7 +509,7 @@ - (SentryStacktrace *)convertMXFramesToSentryStacktrace:(NSEnumerator<SentryMXFr
509
uint64_t imageAddress = mxFrame.address - mxFrame.offsetIntoBinaryTextSegment;
510
debugMeta.imageAddress = sentry_formatHexAddressUInt64(imageAddress);
511
512
- debugMetas[debugMeta.debugID] = debugMeta;
+ debugMetas[binaryUUID] = debugMeta;
513
}
514
515
return [debugMetas allValues];
0 commit comments