-
Notifications
You must be signed in to change notification settings - Fork 171
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 span ops #655
fix: Update span ops #655
Conversation
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.
Looks good!
I chose the names of these operations because they are what the OpenTelemetry standard uses. Wouldn't it make more sense to support them in Sentry rather than shifting even more from a common standard which is well established in the industry? |
OpenTelemetry doesn’t have the concept of a span op like we do, so fundamentally we’ll be diverging here anyway. Mapping otel span name -> description works for us, but span operation we should be free to work with. We use the We are working on getting closer to the standard in general though. In getsentry/develop#686 I mapped out the transformation between opentelemetry <-> to sentry data, and we’re working on improving this. |
# This is the 1st commit message: ref: Use constant for the SDK version # This is the commit message #2: docs: Update README.md & CONTRIBUTING.md (#650) * docs: Update README.md & CONTRIBUTING.md * Add slogan # This is the commit message #3: test: Add dsn to e2e test config (#657) * test: Add dsn to e2e test config * Add phpstan exclusion # This is the commit message #4: Fix Symfony 6 deprecations in E2E test (#656) # This is the commit message #5: fix: Update span ops (#655)
# This is the 1st commit message: ref: Use constant for the SDK version # This is the commit message #2: docs: Update README.md & CONTRIBUTING.md (#650) * docs: Update README.md & CONTRIBUTING.md * Add slogan # This is the commit message #3: test: Add dsn to e2e test config (#657) * test: Add dsn to e2e test config * Add phpstan exclusion # This is the commit message #4: Fix Symfony 6 deprecations in E2E test (#656) # This is the commit message #5: fix: Update span ops (#655) # This is the commit message #6: docs: Update changelog (#658)
docs: Update README.md & CONTRIBUTING.md (#650) * docs: Update README.md & CONTRIBUTING.md * Add slogan test: Add dsn to e2e test config (#657) * test: Add dsn to e2e test config * Add phpstan exclusion Fix Symfony 6 deprecations in E2E test (#656) fix: Update span ops (#655) docs: Update changelog (#658) Prepare release 4.3.1 (#659) Update phpstan.neon Add bump-version.sh
To unblock the work on Performance Issues, we have to update some span ops.
getsentry/sentry#37083