Владимир

Results 7 comments of Владимир

> If you're on Windows, you can configure a Group Policy setting as per this guide: https://docs.mattermost.com/install/desktop-msi-installer-and-group-policy-install.html Thank you for your answer. Is there any other way? I need this...

I updated libs to: Sentry.Serilog -> 3.15.0 Sentry -> 3.15.0 Sentry on server -> 22.3.0 Issue still exists. What am i doing wrong?

@SimonCropp > Os+version > What .net runtime are you targetting? Sorry, I made a mistake, i target Net6 > can you try the above and see if it works for...

@SimonCropp [failedEnvelopeIn_Processing.zip](https://github.com/getsentry/sentry-dotnet/files/8360274/failedEnvelopeIn_Processing.zip)

@bruno-garcia @mattjohnsonpint What does that mean, "testing against sentry.io"? Does that mean that i should send messages to sentry directly, without using Serilog sink? Image of 22.3.0 on our ui...

@SimonCropp I tested once again, also using cloud sentry. I think i figured it out. It looks like the 400 error was because of DateTime.Now, which was sent like that:...

UPD: Error happens when you send DateTime with DateTimeKind.Local. If any DateTimeKind.utc or DateTimeKind.undefined is used, messages are sent without errors DateTime.Now is DateTimeKind.Local by default