Skip to content

Commit

Permalink
Update API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Apr 26, 2023
1 parent eb3e8f3 commit 742b442
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/Sentry.Tests/ApiApprovalTests.Run.Core3_1.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,14 @@ namespace Sentry
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryEventProcessor> GetAllEventProcessors(this Sentry.SentryOptions options) { }
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryEventExceptionProcessor> GetAllExceptionProcessors(this Sentry.SentryOptions options) { }
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryTransactionProcessor> GetAllTransactionProcessors(this Sentry.SentryOptions options) { }
public static void RemoveEventProcessor<TProcessor>(this Sentry.SentryOptions options)
where TProcessor : Sentry.Extensibility.ISentryEventProcessor { }
public static void RemoveExceptionFilter<TFilter>(this Sentry.SentryOptions options)
where TFilter : Sentry.Extensibility.IExceptionFilter { }
public static void RemoveIntegration<TIntegration>(this Sentry.SentryOptions options)
where TIntegration : Sentry.Integrations.ISdkIntegration { }
public static void RemoveTransactionProcessor<TProcessor>(this Sentry.SentryOptions options)
where TProcessor : Sentry.Extensibility.ISentryTransactionProcessor { }
public static Sentry.SentryOptions UseStackTraceFactory(this Sentry.SentryOptions options, Sentry.Extensibility.ISentryStackTraceFactory sentryStackTraceFactory) { }
}
public static class SentryScopeManagerExtensions
Expand Down
6 changes: 6 additions & 0 deletions test/Sentry.Tests/ApiApprovalTests.Run.DotNet6_0.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,14 @@ namespace Sentry
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryEventProcessor> GetAllEventProcessors(this Sentry.SentryOptions options) { }
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryEventExceptionProcessor> GetAllExceptionProcessors(this Sentry.SentryOptions options) { }
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryTransactionProcessor> GetAllTransactionProcessors(this Sentry.SentryOptions options) { }
public static void RemoveEventProcessor<TProcessor>(this Sentry.SentryOptions options)
where TProcessor : Sentry.Extensibility.ISentryEventProcessor { }
public static void RemoveExceptionFilter<TFilter>(this Sentry.SentryOptions options)
where TFilter : Sentry.Extensibility.IExceptionFilter { }
public static void RemoveIntegration<TIntegration>(this Sentry.SentryOptions options)
where TIntegration : Sentry.Integrations.ISdkIntegration { }
public static void RemoveTransactionProcessor<TProcessor>(this Sentry.SentryOptions options)
where TProcessor : Sentry.Extensibility.ISentryTransactionProcessor { }
public static Sentry.SentryOptions UseStackTraceFactory(this Sentry.SentryOptions options, Sentry.Extensibility.ISentryStackTraceFactory sentryStackTraceFactory) { }
}
public static class SentryScopeManagerExtensions
Expand Down
6 changes: 6 additions & 0 deletions test/Sentry.Tests/ApiApprovalTests.Run.DotNet7_0.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,14 @@ namespace Sentry
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryEventProcessor> GetAllEventProcessors(this Sentry.SentryOptions options) { }
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryEventExceptionProcessor> GetAllExceptionProcessors(this Sentry.SentryOptions options) { }
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryTransactionProcessor> GetAllTransactionProcessors(this Sentry.SentryOptions options) { }
public static void RemoveEventProcessor<TProcessor>(this Sentry.SentryOptions options)
where TProcessor : Sentry.Extensibility.ISentryEventProcessor { }
public static void RemoveExceptionFilter<TFilter>(this Sentry.SentryOptions options)
where TFilter : Sentry.Extensibility.IExceptionFilter { }
public static void RemoveIntegration<TIntegration>(this Sentry.SentryOptions options)
where TIntegration : Sentry.Integrations.ISdkIntegration { }
public static void RemoveTransactionProcessor<TProcessor>(this Sentry.SentryOptions options)
where TProcessor : Sentry.Extensibility.ISentryTransactionProcessor { }
public static Sentry.SentryOptions UseStackTraceFactory(this Sentry.SentryOptions options, Sentry.Extensibility.ISentryStackTraceFactory sentryStackTraceFactory) { }
}
public static class SentryScopeManagerExtensions
Expand Down
6 changes: 6 additions & 0 deletions test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,14 @@ namespace Sentry
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryEventProcessor> GetAllEventProcessors(this Sentry.SentryOptions options) { }
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryEventExceptionProcessor> GetAllExceptionProcessors(this Sentry.SentryOptions options) { }
public static System.Collections.Generic.IEnumerable<Sentry.Extensibility.ISentryTransactionProcessor> GetAllTransactionProcessors(this Sentry.SentryOptions options) { }
public static void RemoveEventProcessor<TProcessor>(this Sentry.SentryOptions options)
where TProcessor : Sentry.Extensibility.ISentryEventProcessor { }
public static void RemoveExceptionFilter<TFilter>(this Sentry.SentryOptions options)
where TFilter : Sentry.Extensibility.IExceptionFilter { }
public static void RemoveIntegration<TIntegration>(this Sentry.SentryOptions options)
where TIntegration : Sentry.Integrations.ISdkIntegration { }
public static void RemoveTransactionProcessor<TProcessor>(this Sentry.SentryOptions options)
where TProcessor : Sentry.Extensibility.ISentryTransactionProcessor { }
public static Sentry.SentryOptions UseStackTraceFactory(this Sentry.SentryOptions options, Sentry.Extensibility.ISentryStackTraceFactory sentryStackTraceFactory) { }
}
public static class SentryScopeManagerExtensions
Expand Down

0 comments on commit 742b442

Please sign in to comment.