Skip to content

Commit

Permalink
Update Tests/DuplicatedSDKTest/DuplicatedSDKTest/DuplicatedSDKTestApp…
Browse files Browse the repository at this point in the history
….swift
  • Loading branch information
brustolin authored Nov 22, 2024
1 parent 39dd9ed commit eba4d00
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import Sentry
import SwiftUI

@main

// We will use this sample for the only purpose of testing
// whether the SDK will work if its duplicated in an App,
// by loading it in two different frameworks used by the app.
struct DuplicatedSDKTestApp: App {

init () {
Expand Down

0 comments on commit eba4d00

Please sign in to comment.