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: Update protocol version to 7 #1434

Merged
merged 2 commits into from
May 7, 2021
Merged

fix: Update protocol version to 7 #1434

merged 2 commits into from
May 7, 2021

Conversation

rhcarvalho
Copy link
Contributor

@rhcarvalho rhcarvalho commented May 6, 2021

Modern SDKs use protocol version 7.

The version triggers different code paths during ingestion, and so the modern Ruby SDK should also use v7.

See https://develop.sentry.dev/sdk/overview/#authentication.

Fixes #867

@rhcarvalho rhcarvalho requested a review from st0012 May 6, 2021 15:49
@st0012 st0012 added this to the sentry-ruby-4.4.2 milestone May 6, 2021
@st0012 st0012 added this to In progress in 4.x via automation May 6, 2021
@st0012
Copy link
Collaborator

st0012 commented May 6, 2021

@rhcarvalho thanks for catching this. can you also add a changelog entry for it?

@st0012
Copy link
Collaborator

st0012 commented May 6, 2021

@rhcarvalho looks like the tests are failing. I'll take care of this if you don't mind?

@rhcarvalho
Copy link
Contributor Author

I'll take care of this if you don't mind?

Yes, please do take over, I'd appreciate your help with tests+changelog 👍

rhcarvalho and others added 2 commits May 7, 2021 17:17
Modern SDKs use protocol version 7.

The version triggers different code paths during ingestion, and so the modern Ruby SDK should also use v7.
@st0012 st0012 merged commit 3481bf2 into master May 7, 2021
4.x automation moved this from In progress to Done May 7, 2021
@st0012 st0012 deleted the rhcarvalho/proto-v7 branch May 7, 2021 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
4.x
  
Done
Development

Successfully merging this pull request may close these issues.

Change protocol version to 7
2 participants