Gradle Version
7.5.1
AGP Version
7.3.0
Code Minifier/Optimizer
R8
Version
3.2.0
Sentry SDK Version
6.5.0
Steps to Reproduce
app crashes on Motorola devices with
String representation of SentryId has either 32 (UUID no dashes) or 36 characters long (completed UUID). Received: 00000000
looks like Sentry.traceHeaders() will not have valid uuids on Motorola devices.
TransactionContext.fromSentryTrace(
"HTTP ${request.method} ${request.url.host}${request.url.encodedPath}",
"request",
Sentry.traceHeaders() ?: SentryTraceHeader(SentryId.EMPTY_ID, SpanId.EMPTY_ID, true)
),
false
)
Expected Result
well ... not to crash (voting for github template for crash reporting)
Actual Result
crashes
affected devices

Gradle Version
7.5.1
AGP Version
7.3.0
Code Minifier/Optimizer
R8
Version
3.2.0
Sentry SDK Version
6.5.0
Steps to Reproduce
app crashes on Motorola devices with
String representation of SentryId has either 32 (UUID no dashes) or 36 characters long (completed UUID). Received: 00000000
looks like Sentry.traceHeaders() will not have valid uuids on Motorola devices.
Expected Result
well ... not to crash (voting for github template for crash reporting)
Actual Result
crashes
affected devices