Skip to content

Commit

Permalink
actually these will need to be accessible from other sdk code and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Feb 20, 2025
1 parent c012ee6 commit a36c160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/Swift/Integrations/UserFeedback/SentryFeedback.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ class SentryFeedback: NSObject {
case custom
}

private var name: String?
private var email: String?
private var message: String
private var source: SentryFeedbackSource
var name: String?
var email: String?
var message: String
var source: SentryFeedbackSource
let eventId: SentryId

/// Data objects for any attachments. Currently the web UI only supports showing one attached image, like for a screenshot.
Expand Down

0 comments on commit a36c160

Please sign in to comment.