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: Remove RawStacktrace #278

Merged
merged 1 commit into from
Oct 5, 2020
Merged

fix: Remove RawStacktrace #278

merged 1 commit into from
Oct 5, 2020

Conversation

rhcarvalho
Copy link
Contributor

Neither Exception.RawStacktrace nor Thread.RawStacktrace are part of the protocol, they are internal fields used in Relay. Clients should not send that and it has no effect on data displayed in Sentry.

This is a breaking change to the published API, but one that fixes a bug -- those fields should not be used.

See:

https://github.com/getsentry/relay/blob/95d85eb662c0b7fa463de595cc6cdd0d8578ed5b/relay-general/src/protocol/exception.rs#L56-L57
https://github.com/getsentry/relay/blob/95d85eb662c0b7fa463de595cc6cdd0d8578ed5b/relay-general/src/protocol/thread.rs#L114-L115

@rhcarvalho rhcarvalho requested a review from kamilogorek October 2, 2020 11:32
@rhcarvalho rhcarvalho merged commit c95d9a4 into master Oct 5, 2020
@rhcarvalho rhcarvalho deleted the raw-stacktrace branch October 5, 2020 07:14
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