-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Figure out what's up with client reports #1432
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
Comments
Honestly this info should probably end up on that doc https://develop.sentry.dev/sdk/client-reports/ |
sentry-dart, 6.6.0 (not yet published) |
It has always been this way, from introducing Envelopes. Relay never accepted unknown item types while it should've. This being fixed through getsentry/relay#1246 |
It already is there @chadwhitacre. |
I meant the details about SDK versions. This would be a great use case for an automated capabilities matrix in https://github.com/getsentry/sentry-release-registry |
@mitsuhiko Is this the one where we talked about SDKs reporting an issue into the self-hosted instance if they detect the server version is too low? We were approaching from marketing / incentivizing upgrade angle. |
I have a note to add something to the release notes for self-hosted about this, but I'm not sure what I'm supposed to say. I think for people upgrading to the latest self-hosted there is no action item, correct? The action item is for people who have upgraded their SDK without upgrading self-hosted (past 21.9.0), correct? |
That is correct. |
Okay, I think we can close here, then. Lmk if I'm missing some action item for self-hosted. |
https://develop.sentry.dev/sdk/client-reports/
What versions of what SDKs send client reports?
sentry-python
since 1.4.0sentry-cocoa
since 7.13.0sentry-javascript
since 6.13.0sentry-java
will be in 6.0.0sentry-dart
soon see Feat: Client Reports sentry-dart#829sentry-dotnet
soon see Add Client Reports feature sentry-dotnet#1556What version of Relay introduced the bug that causes us to drop envelopes containing client reports?
The text was updated successfully, but these errors were encountered: