We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary: Not finished spans on Transaction finish should be left as is. The relay will change the span status and add an end timestamp.
JS SDK sets the status here, RN SDK doesn't have its own logic for this. https://github.com/getsentry/sentry-javascript/blob/500fc66775ee1b9d57d4ce4508593611ca3a84df/packages/core/src/tracing/idletransaction.ts#L155-L156
Note: This is a breaking change for self-hosted users.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Summary: Not finished spans on Transaction finish should be left as is. The relay will change the span status and add an end timestamp.
JS SDK sets the status here, RN SDK doesn't have its own logic for this.
https://github.com/getsentry/sentry-javascript/blob/500fc66775ee1b9d57d4ce4508593611ca3a84df/packages/core/src/tracing/idletransaction.ts#L155-L156
Note: This is a breaking change for self-hosted users.
The text was updated successfully, but these errors were encountered: