So the iOS sources (opentelemetry-swift-core/Sources/OpenTelemetryApi/Trace/Status.swift) define Status codes as follows: ok, unset and error being 0, 1 and 2 respectively. However, the status enum for js, defines unset as 0 and ok as 1... Unless I'm missing something, shouldn't they match?
So the iOS sources (opentelemetry-swift-core/Sources/OpenTelemetryApi/Trace/Status.swift) define Status codes as follows:
ok,unsetanderrorbeing 0, 1 and 2 respectively. However, the status enum for js, definesunsetas 0 andokas 1... Unless I'm missing something, shouldn't they match?