exceptionless/Exceptionless

When use NLog.config link to exceptionless and how to set User Identity Name in UI?

pccai opened this issue ยท 4 comments

pccai commented

image

Excepitonless 8.0
Net 7.0.5

pccai commented

not {aspnet-item}, HttpContext.Items["Accout"] = "aaa BBB";

pccai commented

tks.

It's now worked for me:

โ€‚ <target type="Exceptionless, Exceptionless.NLog" name="exceptionless" apiKey="API_KEY_HERE" userIdentity="${aspnet-user-identity}">
โ€‚ โ€‚ โ€‚
โ€‚ โ€‚ โ€‚
โ€‚ โ€‚

Awesome!