Skip to content

Commit

Permalink
bump ios dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Feb 13, 2025
1 parent 10bb428 commit 784289d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion embrace_ios/ios/Classes/EmbraceSpanRepository.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Foundation
import EmbraceIO
import EmbraceOTelInternal
import EmbraceSemantics
import OpenTelemetryApi

class EmbraceSpanRepository {
Expand Down Expand Up @@ -110,7 +111,7 @@ class EmbraceSpanRepository {
}
}

private func mapErrorCode(code: String?) -> EmbraceOTelInternal.ErrorCode? {
private func mapErrorCode(code: String?) -> EmbraceSemantics.SpanErrorCode? {
if (code == "failure") {
return .failure
} else if (code == "abandon") {
Expand Down
2 changes: 1 addition & 1 deletion embrace_ios/ios/embrace_ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'EmbraceIO', '6.5.0'
s.dependency 'EmbraceIO', '6.8.1'
s.platform = :ios, '13.0'
s.swift_version = '5.0'

Expand Down

0 comments on commit 784289d

Please sign in to comment.