Skip to content
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(performance)!: inconsistent handling when trace does not exist on the web compared to native platforms #773

Open
ebarooni opened this issue Dec 12, 2024 · 0 comments
Labels
Milestone

Comments

@ebarooni
Copy link
Contributor

The behavior of the methods such as stopTrace(...) and incrementMetric(...) is different on Android and iOS compared to web when a trace is not found. On the native platforms the methods throw an error when a trace for the given traceName does not exist. On the web however, the methods return void.

@robingenz robingenz added the breaking change Breaking change label Dec 12, 2024
@robingenz robingenz added this to the v7.0.0 milestone Dec 12, 2024
@robingenz robingenz changed the title Inconsistent handling when trace does not exist on the web compared to native platforms fix(performance)!: inconsistent handling when trace does not exist on the web compared to native platforms Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants