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(react): From location can be undefined in Tanstack Router Instrumentation #15235

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

tannerlinsley
Copy link
Contributor

@tannerlinsley tannerlinsley commented Jan 30, 2025

fixes #15234

Due to a big bug in TanStack Router getting fixed, this needs an optional chain to not die.

Before submitting a pull request, please take a look at our
Contributing guidelines and verify:

  • If you've added code that should be tested, please add tests.
  • Ensure your code lints and the test suite passes (yarn lint) & (yarn test).

Due to a big bug in TanStack Router getting fixed, this needs an optional chain to not die.
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Lms24 Lms24 changed the title fix: from location can be undefined fix(react): From location can be undefined in Tanstack Router Instrumentation Jan 30, 2025
@Lms24 Lms24 merged commit 0f25452 into getsentry:develop Jan 30, 2025
60 checks passed
Lms24 pushed a commit that referenced this pull request Jan 30, 2025
…entation (#15235)

fixes #15234

Due to a big bug in TanStack Router getting fixed, this needs an
optional chain to not die.
Lms24 pushed a commit that referenced this pull request Jan 31, 2025
…entation (#15235)

fixes #15234

Due to a big bug in TanStack Router getting fixed, this needs an
optional chain to not die.
Lms24 added a commit that referenced this pull request Jan 31, 2025
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #15235

---------

Co-authored-by: Lms24 <[email protected]>
Co-authored-by: Lukas Stracke <[email protected]>
mydea added a commit that referenced this pull request Jan 31, 2025
We adapted this here but did not adapt the types:
#15235
Lms24 added a commit that referenced this pull request Jan 31, 2025
…rumentation (#15237)

backport of #15235 and #15241

---------

Co-authored-by: Tanner Linsley <[email protected]>
Co-authored-by: Francesco Novy <[email protected]>
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.

Browser Tracing causing TanStack Router to be stuck in pending state after v1.98.3
3 participants