-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[v7] feat: Delete deprecated startSpan
and child
methods
#4849
Conversation
b1ea897
to
8ca7f7c
Compare
8ca7f7c
to
d4e81b7
Compare
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but can we maybe get some more context on why we're deleting these methods? The PR description is probably fine for this.
Amending the PR description to reference to the original PR, thanks for calling that out. |
Thank you! |
It looks like we were using a deprecated 'child()' syntax, see getsentry/sentry-javascript#4849.
Remove deprecated methods
startSpan
andchild
.These deprecated methods were removed in favour of
span.startChild
in #2600Resolves https://getsentry.atlassian.net/browse/WEB-553