Skip to content

Commit

Permalink
Merge branch 'fix(SR)/buffer-mode' of https://github.com/getsentry/se…
Browse files Browse the repository at this point in the history
…ntry-cocoa into fix(SR)/buffer-mode
  • Loading branch information
brustolin committed Jul 15, 2024
2 parents 745ec1b + 159adcc commit 9e039ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import XCTest
class SentrySessionReplayTests: XCTestCase {

private class ScreenshotProvider: NSObject, SentryViewScreenshotProvider {
var lastImageCall : (view: UIView, options: SentryRedactOptions)?
var lastImageCall: (view: UIView, options: SentryRedactOptions)?
func image(view: UIView, options: Sentry.SentryRedactOptions, onComplete: @escaping Sentry.ScreenshotCallback) {
onComplete(UIImage.add)
lastImageCall = (view, options)
Expand Down

0 comments on commit 9e039ba

Please sign in to comment.