Skip to content

Commit

Permalink
fix missing change in another converter
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jul 2, 2024
1 parent 61c6d2c commit 403d385
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ class SentryBreadcrumbReplayConverter: NSObject {
return SentryRRWebSpanEvent(timestamp: timestamp, endTimestamp: timestamp, operation: "resource.http", description: description, data: data)
}

private func getLevel(breadcrumb: Breadcrumb) -> SentryLevel {
return SentryLevel(rawValue: SentryLevelHelper.breadcrumbLevel(breadcrumb)) ?? .none

private func getLevel(breadcrumb: Breadcrumb) -> String {
return SentryLevelHelper.breadcrumbLevel(breadcrumb)
}
}

0 comments on commit 403d385

Please sign in to comment.