Skip to content

Fix change log #3579

Closed
Closed

Description

We might have already fixed that in #3541 and it's part of the 4.10.1 release.

There's something weird going on. In the initial issue that @phunkeler created, he indicated he was using 4.10.2 but the stack trace above includes source code that doesn't look like it has the fix applied:
File "Device.cs", line 459, in Device Device.FromJson(JsonElement json)
var processorFrequency = json.GetPropertyOrNull("processor_frequency")?.GetInt32();

The change log for the 4.10.2 release doesn't appear to include that fix either:
https://github.com/getsentry/sentry-dotnet/blob/4.10.2/CHANGELOG.md

PR #3541 that included this fix this was merged 5 on August 24th however the 4.10.2 release was made August 21st.

So I think our change log got broken - that fix is still unreleased.

Originally posted by @jamescrosswell in #3572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status

      Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions