Skip to content

[v8] Remove startTransaction API #9925

Closed
@mydea

Description

@mydea

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions