-
-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionssentryextensions WebHostBuilderExtensions
BigMakCode edited this page Aug 5, 2024
·
1 revision
IWebHostBuilder extensions.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.Sentry.Extensions
EasyExtensions.Sentry.Extensions.WebHostBuilderExtensions[[WebHostBuilderExtensions]]
end
| Returns | Name |
|---|---|
IWebHostBuilder |
UseSentryWithUserCapturing(IWebHostBuilder builder, string dsn, bool forceUseInDevelopment)Use Sentry integration with specified DSN. |
IWebHostBuilder extensions.
public static IWebHostBuilder UseSentryWithUserCapturing(IWebHostBuilder builder, string dsn, bool forceUseInDevelopment)| Type | Name | Description |
|---|---|---|
IWebHostBuilder |
builder | Current IWebHostBuilder instance. |
string |
dsn | Sentry DSN. |
bool |
forceUseInDevelopment | Force use in development environment. |
Use Sentry integration with specified DSN.
Current IWebHostBuilder instance.
Generated with ModularDoc