Skip to content

Commit ef01cb3

Browse files
Merge branch 'net10' of https://github.com/getsentry/sentry-dotnet into net10
2 parents c93f9cc + 88f4579 commit ef01cb3

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
namespace Sentry.Azure.Functions.Worker
2+
{
3+
public class SentryAzureFunctionsOptions : Sentry.Extensions.Logging.SentryLoggingOptions
4+
{
5+
public SentryAzureFunctionsOptions() { }
6+
}
7+
public static class SentryFunctionsWorkerApplicationBuilderExtensions
8+
{
9+
public static Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder UseSentry(this Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder builder, Microsoft.Extensions.Hosting.HostBuilderContext context) { }
10+
public static Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder UseSentry(this Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder builder, System.Action<Sentry.Azure.Functions.Worker.SentryAzureFunctionsOptions>? optionsConfiguration) { }
11+
public static Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder UseSentry(this Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder builder, Microsoft.Extensions.Configuration.IConfiguration configuration, System.Action<Sentry.Azure.Functions.Worker.SentryAzureFunctionsOptions>? optionsConfiguration) { }
12+
public static Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder UseSentry(this Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder builder, Microsoft.Extensions.Hosting.HostBuilderContext context, System.Action<Sentry.Azure.Functions.Worker.SentryAzureFunctionsOptions>? optionsConfiguration) { }
13+
public static Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder UseSentry(this Microsoft.Azure.Functions.Worker.IFunctionsWorkerApplicationBuilder builder, Microsoft.Extensions.Hosting.HostBuilderContext context, string dsn) { }
14+
}
15+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


0 commit comments

Comments
 (0)