We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898837e commit e24cbcfCopy full SHA for e24cbcf
src/Exceptionless.Web/ClientApp/src/routes/(app)/project/[projectId]/configure/+page.svelte
@@ -449,7 +449,7 @@ public partial class App : Application {
449
<CopyToClipboardButton value={codeSamples.webApiRegister} />
450
</div>
451
452
- <P>If you are hosting Web API inside of ASP.NET, you would register Exceptionless like:</P>
+ <P>If you are hosting Web API inside of ASP.NET, you would register Exceptionless using GlobalConfiguration.</P>
453
<div class="bg-muted relative min-h-13 overflow-hidden rounded-md">
454
<CodeBlock code={codeSamples.webApiRegisterAspNet} language="csharp" />
455
<div class="absolute top-2 right-2">
0 commit comments