Skip to content

[v8] Remove startTransaction API #9925

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

Closed
mydea opened this issue Dec 20, 2023 · 1 comment
Closed

[v8] Remove startTransaction API #9925

mydea opened this issue Dec 20, 2023 · 1 comment
Milestone

Comments

@mydea
Copy link
Member

mydea commented Dec 20, 2023

In v8, we have to get rid of startTransaction, in favor of the (already existing) startSpan(), startInactiveSpan() and startManualSpan() APIs. Since this is not compatible with OTEL, we have to get rid of it for Node, and for consistency & keeping us flexible for an only-spans future, we should get rid of it in Browser as well.

### Tasks
- [x] Refactor all existing usage of `startTransaction` in the SDK
- [x] Deprecate `startTransaction`
- [x] Remove `startTransaction` in v8
- [x] Refactor `IdleTransaction`
@mydea mydea added this to the 8.0.0 milestone Dec 20, 2023
@mydea mydea mentioned this issue Dec 20, 2023
@AbhiPrasad
Copy link
Member

This is done with v8, no startTransaction is exposed, and we have idle spans now.

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

No branches or pull requests

2 participants