You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
1329
+
1333
1330
func testNoDsn_ExceptionNotSent(){
1334
1331
letsut= fixture.getSutWithNoDsn()
1335
1332
leteventId= sut.capture(exception: exception)
1336
1333
eventId.assertIsEmpty()
1337
1334
assertNothingSent()
1338
1335
}
1339
-
1340
-
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
1336
+
1341
1337
func testNoDsn_ErrorNotSent(){
1342
1338
letsut= fixture.getSutWithNoDsn()
1343
1339
leteventId= sut.capture(error: error)
1344
1340
eventId.assertIsEmpty()
1345
1341
assertNothingSent()
1346
1342
}
1347
-
1348
-
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
1343
+
1349
1344
func testNoDsn_SessionsNotSent(){
1350
1345
_ =SentryEnvelope(event:Event())
1351
1346
fixture.getSut(configureOptions:{ options in
@@ -1354,8 +1349,7 @@ class SentryClientTests: XCTestCase {
1354
1349
1355
1350
assertNothingSent()
1356
1351
}
1357
-
1358
-
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
1352
+
1359
1353
func testNoDsn_EventWithSessionsNotSent(){
1360
1354
_ =SentryEnvelope(event:Event())
1361
1355
leteventId= fixture.getSut(configureOptions:{ options in
@@ -1365,8 +1359,7 @@ class SentryClientTests: XCTestCase {
1365
1359
eventId.assertIsEmpty()
1366
1360
assertNothingSent()
1367
1361
}
1368
-
1369
-
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
1362
+
1370
1363
func testNoDsn_ExceptionWithSessionsNotSent(){
1371
1364
_ =SentryEnvelope(event:Event())
1372
1365
leteventId= fixture.getSut(configureOptions:{ options in
@@ -1378,8 +1371,7 @@ class SentryClientTests: XCTestCase {
1378
1371
eventId.assertIsEmpty()
1379
1372
assertNothingSent()
1380
1373
}
1381
-
1382
-
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
1374
+
1383
1375
func testNoDsn_ErrorWithSessionsNotSent(){
1384
1376
_ =SentryEnvelope(event:Event())
1385
1377
leteventId= fixture.getSut(configureOptions:{ options in
@@ -1391,23 +1383,19 @@ class SentryClientTests: XCTestCase {
1391
1383
eventId.assertIsEmpty()
1392
1384
assertNothingSent()
1393
1385
}
1394
-
1395
-
@available(*, deprecated, message:"This is only marked as deprecated because assertSampleRate is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
@available(*, deprecated, message:"This is only marked as deprecated because assertSampleRate is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
@available(*, deprecated, message:"This is only marked as deprecated because assertSampleRate is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
@available(*, deprecated, message:"This is only marked as deprecated because assertSampleRate is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, these deprecation annotations can go away.")
@available(*, deprecated, message:"-[SentryClient captureUserFeedback:] is deprecated. -[SentryClient captureFeedback:withScope:] is the new way. This test case can be removed in favor of testNoDsn_FeedbackNotSent when -[SentryClient captureUserFeedback:] is removed.")
@available(*, deprecated, message:"-[SentryClient captureUserFeedback:] is deprecated. -[SentryClient captureFeedback:withScope:] is the new way. This test case can be removed in favor of testDisabled_FeedbackNotSent when -[SentryClient captureUserFeedback:] is removed.")
@available(*, deprecated, message:"-[SentryClient captureUserFeedback:] is deprecated. -[SentryClient captureFeedback:withScope:] is the new way. This test case can be removed in favor of testCaptureFeedback_WithEmptyEventId when -[SentryClient captureUserFeedback:] is removed.")
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, this deprecation annotation can go away.")
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, this deprecation annotation can go away.")
@available(*, deprecated, message:"Remove check on transportAdapter.userFeedbackInvocations when SentryUserFeedback is removed in favor of SentryFeedback. Then this deprecation annotation can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because assertNothingSent is marked as deprecated, due to it using a deprecated property inside it. When that property usage is removed, this deprecation annotations can be removed.")
0 commit comments