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

feat(sdk-trace-web): do not throw when passing extra options #5357

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pichlermarc
Copy link
Member

@pichlermarc pichlermarc commented Jan 22, 2025

Which problem is this PR solving?

Since #906 (experimental tracing) we've been throwing in the constructor due to a previous documentation error.
This PR now removes the throwing code to further align implementations for Node.js and Web. #5290

Type of change

  • not sure actually (does not add anything - it removes, but is not breaking, but also may affect users)

How Has This Been Tested?

  • Unit tests

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.54%. Comparing base (c00f36e) to head (a114d92).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5357   +/-   ##
=======================================
  Coverage   94.54%   94.54%           
=======================================
  Files         318      318           
  Lines        8051     8051           
  Branches     1694     1694           
=======================================
  Hits         7612     7612           
  Misses        439      439           

@pichlermarc pichlermarc marked this pull request as ready for review January 22, 2025 13:12
@pichlermarc pichlermarc requested a review from a team as a code owner January 22, 2025 13:12
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

Successfully merging this pull request may close these issues.

1 participant