Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: vendorId is a String in sentry-java #1813

Merged
merged 3 commits into from
Sep 26, 2024

Conversation

markushi
Copy link
Member

@markushi markushi commented Sep 26, 2024

Starting with sentry-java 6.7.1, "vendorId" is expected to be a String: https://github.com/getsentry/sentry-java/blob/6c8acb80b8a3a1991a7f614347c12c460a90c746/sentry/src/main/java/io/sentry/protocol/Gpu.java#L82

Not sure if we have ways to write tests for this, if so please let me know!

Related issue: getsentry/team-mobile#67

CHANGELOG.md Outdated Show resolved Hide resolved
@bitsandfoxes bitsandfoxes merged commit b534643 into main Sep 26, 2024
3 of 4 checks passed
@bitsandfoxes bitsandfoxes deleted the fix/gpu-vendor-id-type-mismatch branch September 26, 2024 15:01
Copy link
Contributor

Fails
🚫 Please consider adding a changelog entry for the next release.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- vendorId is a String in sentry-java ([#1813](https://github.com/getsentry/sentry-unity/pull/1813))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by 🚫 dangerJS against e16dab9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants